Skip to content

Commit 030e230

Browse files
authored
Merge pull request #296 from GFDRR/matamadio-patch-1
Merge Matamadio patch 1 into 0.2-dev
2 parents 7b5070d + 2f97b8b commit 030e230

File tree

8 files changed

+25
-26
lines changed

8 files changed

+25
-26
lines changed

schema/codelists/closed/exposure_category.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ buildings,Buildings,"Residential, commercial, industrial and public-service buil
44
infrastructure,Infrastructure,"Lifelines infrastructure, including transport, communications, energy, water."
55
population,Population,People.
66
natural_environment,Natural environment,"The natural environment, including forestry and other types of vegetation."
7+
economic_indicator,Economic Indicator,"Economic activity and growth, including measures of economic value such as Gross Domestic Product (GDP)."
8+
development_index,Development Index,"Social development, or social and economic development, such as the Human Development Index (HDI)."

schema/codelists/closed/metric_dimension.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ content,Content,Physical contents of a structure.
44
product,Product,"Products produced by businesses, which may or may not be physical items."
55
disruption,Disruption (Business Interruption),Planned operations or service provision of a business or infrastructure.
66
population,Population,"Injuries, fatalities, and displacements of a population."
7+
indicator_index_value,Indicator or index value,Value of economic indicator or development index.

schema/codelists/open/IMT.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ fl_wv:m/s,Flood flow velocity (m/s),fl_wv,m/s,The rate at which flood waters mov
1919
v_ect(3s):km/h,3-sec at 10m sustained wind speed (kph),v_ect(3s),km/h,"The average speed of the wind over a 3-second time period, measured at a height of 10 meters (about 33 feet) above the ground or sea surface. Expressed in kilometers per hour (kph)."
2020
v_ect(1m):km/h,1-min at 10m sustained wind speed (kph),v_ect(1m),km/h,"The average speed of the wind over a 1-minute time period, measured at a height of 10 meters (about 33 feet) above the ground or sea surface. Expressed in kilometers per hour (kph)."
2121
v_etc(10m):km/h,10-min sustained wind speed (kph),v_ect(10m),km/h,The average wind speed over a period of 10 minutes. Expressed in kilometers per hour (kph).
22+
v_etc(10m):m/s,10-min sustained wind speed in m/s,v_ect(10m),m/s,The average wind speed over a period of 10 minutes. Expressed in meters per second (m/s).
2223
PGWS_tcy:km/h,Peak gust wind speed,PGWS_tcy,km/h,The peak gust wind speed in the open terrain. Expressed in kilometers per hour (kph).
2324
ls_fd:m,Landslide flow depth,ls_fd,m,The depth of the landslide flow. Expressed in meters (m).
2425
I_DF:m3/s2,Debris-flow intensity index,I_DF,m3/s2,A landslide intensity index proposed by Jakob et al. (2012). Expressed in meters cubed per second squared (m3/s2).

schema/codelists/open/license.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ CC BY-NC-ND 4.0,Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 Int
88
ODbL-1.0,Open Data Commons Open Database License,https://opendatacommons.org/licenses/odbl/summary/,Data,Open Definition recommended conformant license
99
ODC-By-1.0,Open Data Commons Attribution License,https://opendatacommons.org/licenses/by/1-0/,Data,Open Definition recommended conformant license
1010
PDDL-1.0,Open Data Commons Public Domain Dedication and License,http://opendatacommons.org/licenses/pddl/1.0/,Data,Open Definition recommended conformant license
11+
Custom,Open License specified externally,,"Content,Data",
12+
Copyright,Commercial License specified externally,,"Content,Data",

schema/rdls_schema.json

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,9 @@
191191
"buildings",
192192
"infrastructure",
193193
"population",
194-
"natural_environment"
194+
"natural_environment",
195+
"economic_indicator",
196+
"development_index"
195197
]
196198
},
197199
"taxonomy": {
@@ -376,7 +378,9 @@
376378
"buildings",
377379
"infrastructure",
378380
"population",
379-
"natural_environment"
381+
"natural_environment",
382+
"economic_indicator",
383+
"development_index"
380384
]
381385
},
382386
"cost": {
@@ -880,6 +884,12 @@
880884
"description": "The name or title of the source.",
881885
"minLength": 1
882886
},
887+
"description": {
888+
"title": "Description",
889+
"type": "string",
890+
"description": "The details about the source dataset or model.",
891+
"minLength": 1
892+
},
883893
"url": {
884894
"title": "URL",
885895
"type": "string",
@@ -1825,7 +1835,8 @@
18251835
"content",
18261836
"product",
18271837
"disruption",
1828-
"population"
1838+
"population",
1839+
"indicator_index_value"
18291840
]
18301841
},
18311842
"quantity_kind": {
@@ -1866,7 +1877,8 @@
18661877
"content",
18671878
"product",
18681879
"disruption",
1869-
"population"
1880+
"population",
1881+
"indicator_index_value"
18701882
]
18711883
},
18721884
"unit": {
@@ -2428,7 +2440,9 @@
24282440
"buildings",
24292441
"infrastructure",
24302442
"population",
2431-
"natural_environment"
2443+
"natural_environment",
2444+
"economic_indicator",
2445+
"development_index"
24322446
]
24332447
},
24342448
"cost": {

specs/code-lists/CSV/frequency_type.csv

Lines changed: 0 additions & 4 deletions
This file was deleted.

specs/code-lists/CSV/occupancy.csv

Lines changed: 0 additions & 12 deletions
This file was deleted.

specs/code-lists/CSV/val_type.csv

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)