From ba9472e7a9cd3c9baf80ff03cdf3d832b49b3f8b Mon Sep 17 00:00:00 2001 From: Stuart Fraser Date: Thu, 21 Sep 2023 11:00:55 +0100 Subject: [PATCH 1/7] Update exposure_category.csv Suggestion to include indicator of economic value (e.g. GDP) and social(+economic) development (e.g. HDI) into exposure category codelist - this is a gap that surfaced when adding some GFDRR exposure data (R5 project) --- schema/codelists/closed/exposure_category.csv | 2 ++ 1 file changed, 2 insertions(+) diff --git a/schema/codelists/closed/exposure_category.csv b/schema/codelists/closed/exposure_category.csv index 287fb0ed..8ee3d537 100644 --- a/schema/codelists/closed/exposure_category.csv +++ b/schema/codelists/closed/exposure_category.csv @@ -4,3 +4,5 @@ buildings,Buildings,"Residential, commercial, industrial and public-service buil infrastructure,Infrastructure,"Lifelines infrastructure, including transport, communications, energy, water." population,Population,People. natural_environment,Natural environment,"The natural environment, including forestry and other types of vegetation." +economic_indicator,Economic Indicator,"Economic activity and growth, including measures of economic value such as Gross Domestic Product (GDP)." +development_index,Development Index,"Social development, or social and economic development, such as the Human Development Index (HDI)." From 10f9a19a48c2bcf55baae4bd39a92838c9863ce0 Mon Sep 17 00:00:00 2001 From: Stuart Fraser Date: Thu, 21 Sep 2023 11:41:23 +0100 Subject: [PATCH 2/7] Delete specs/code-lists/CSV directory delete codelists> csv directory (superceded by schema > codelists > open / closed) --- specs/code-lists/CSV/frequency_type.csv | 4 ---- specs/code-lists/CSV/occupancy.csv | 12 ------------ specs/code-lists/CSV/val_type.csv | 5 ----- 3 files changed, 21 deletions(-) delete mode 100644 specs/code-lists/CSV/frequency_type.csv delete mode 100644 specs/code-lists/CSV/occupancy.csv delete mode 100644 specs/code-lists/CSV/val_type.csv diff --git a/specs/code-lists/CSV/frequency_type.csv b/specs/code-lists/CSV/frequency_type.csv deleted file mode 100644 index 365da92c..00000000 --- a/specs/code-lists/CSV/frequency_type.csv +++ /dev/null @@ -1,4 +0,0 @@ -Code,Label -Rate of Exceedence,Rate of Exceedence -Probability of Exceedence,Probability of Exceedence -Return Period,Return Period diff --git a/specs/code-lists/CSV/occupancy.csv b/specs/code-lists/CSV/occupancy.csv deleted file mode 100644 index b961b4c6..00000000 --- a/specs/code-lists/CSV/occupancy.csv +++ /dev/null @@ -1,12 +0,0 @@ -Code -Residential -Commercial -Industrial -Infrastructure -Healthcare -Educational -Government -Crop -Livestock -Forestry -Mixed diff --git a/specs/code-lists/CSV/val_type.csv b/specs/code-lists/CSV/val_type.csv deleted file mode 100644 index 8fbc96ac..00000000 --- a/specs/code-lists/CSV/val_type.csv +++ /dev/null @@ -1,5 +0,0 @@ -Code,Label -Structure,Structure -Content,Content -Product,Product -Others,Others From 77d8ffb2726f985be7ad52f2a952ef10d550ab61 Mon Sep 17 00:00:00 2001 From: Stuart Fraser Date: Thu, 21 Sep 2023 11:55:09 +0100 Subject: [PATCH 3/7] Update metric_dimension.csv adding `indicator_index_value` to be used with new exposure_category `economic_indicator` and `development_index` --- schema/codelists/closed/metric_dimension.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/schema/codelists/closed/metric_dimension.csv b/schema/codelists/closed/metric_dimension.csv index 6ea98ca5..65c83857 100644 --- a/schema/codelists/closed/metric_dimension.csv +++ b/schema/codelists/closed/metric_dimension.csv @@ -4,3 +4,4 @@ content,Content,Physical contents of a structure. product,Product,"Products produced by businesses, which may or may not be physical items." disruption,Disruption (Business Interruption),Planned operations or service provision of a business or infrastructure. population,Population,"Injuries, fatalities, and displacements of a population." +indicator_index_value,Indicator or index value,"Value of economic indicator or development index." From 285633d6bf0aa926a3971e8ffb212d86e149176a Mon Sep 17 00:00:00 2001 From: Stuart Fraser Date: Wed, 28 Feb 2024 14:25:26 +0000 Subject: [PATCH 4/7] Update IMT.csv with flood depth cm Adding cm unit to IMT.csv for flood depth --- schema/codelists/open/IMT.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/schema/codelists/open/IMT.csv b/schema/codelists/open/IMT.csv index 3dde0e1f..b8ad2e98 100644 --- a/schema/codelists/open/IMT.csv +++ b/schema/codelists/open/IMT.csv @@ -15,6 +15,7 @@ MMI:-,Modified Mercalli Intensity,MMI,,"A dimensionless scale of seismic intensi CAV:m/s,Cumulative absolute velocity,CAV,m/s,"The relationship between absolute value of acceleration at time t, relative to total duration of the ground motion record. Expressed in meters per second (m/s)." D_B:s,Bracketed duration,D_B,s,The time elapsed between the first and last excursions beyond a specified threshold acceleration (typically 0.05 g or 0.1 g). Expressed in seconds (s). fl_wd:m,Flood water depth (m),fl_wd,m,The depth of flood waters measured relative to the normal limits of the body of water responsible. Expressed in meters (m). +fl_wd:cm,Flood water depth (cm),fl_wd,cm,The depth of flood waters measured relative to the normal limits of the body of water responsible. Expressed in centimeters (cm). fl_wv:m/s,Flood flow velocity (m/s),fl_wv,m/s,The rate at which flood waters move. Expressed in meters per second (m/s). 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)." 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)." From a4417ed0125785279c26aaeb5304c90a43a79f68 Mon Sep 17 00:00:00 2001 From: Stuart Fraser Date: Thu, 11 Apr 2024 07:18:08 +0100 Subject: [PATCH 5/7] Update IMT.csv 1. Updating to include Rockfall kinetic energy, spectral acceleration at specific common periods, and inundation depth above floor level (useful in vulnerability curves). 2. On water depth, renamed as inundation depth and removed specific reference to flood or tsunami, so both hazards can use the same indundation depth metric. Removing duplication 3. On flow velocity removed specific reference to flood, landslide or tsunami, so all hazards can use the same indundation depth metric and extended the description to make it relevant to use on all fluid flows. Removing duplication --- schema/codelists/open/IMT.csv | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/schema/codelists/open/IMT.csv b/schema/codelists/open/IMT.csv index b8ad2e98..daa608b2 100644 --- a/schema/codelists/open/IMT.csv +++ b/schema/codelists/open/IMT.csv @@ -3,7 +3,10 @@ PGA:g,Peak ground acceleration in g,PGA,g,"The largest *increase* in velocity re PGA:gal,Peak ground acceleration in gal,PGA,gal,"The largest *increase* in velocity recorded at a particular location during an earthquake. Expressed in multiples of gal, where 1 gal is equal to 0.01 m/s2 (1 g = 981 gal)." PGA:m/s2,Peak ground acceleration in m/s^2,PGA,m/s2,The largest *increase* in velocity recorded at a particular location during an earthquake. Expressed in meters per second squared (m/s2). PGV:m/s,Peak ground velocity in m/s,PGV,m/s,The greatest speed of ground shaking recorded at a particular location during an earthquake. Expressed in meters per second (m/s). -AvgSa:m/s2,Average spectral acceleration in m/s^2,AvgSa,m/s2,Rhe mean of the spectral accelerations at a set of periods that are crucial for risk assessment and loss estimation of a structure of interest. Expressed in meters per second squared (m/s2). +PGV:cm/s,Peak ground velocity in cm/s,PGV,cm/s,The greatest speed of ground shaking recorded at a particular location during an earthquake. Expressed in centimeters per second (cm/s). +AvgSa:m/s2,Average spectral acceleration in m/s^2,AvgSa,m/s2,The mean of the spectral accelerations at a set of periods that are crucial for risk assessment and loss estimation of a structure of interest. Expressed in meters per second squared (m/s2). +Sa_1:m/s2,Spectral acceleration (period: 1 sec) in m/s^2,Sa_1,m/s2,The spectral acceleration at a period of 1 second. Expressed in meters per second squared (m/s2). +Sa_03:m/s2,Spectral acceleration (period: 0.3 sec) in m/s^2,Sa_03,m/s2,The spectral acceleration at a period of 0.3 second. Expressed in meters per second squared (m/s2). Sd(T1):m,Spectral displacement,Sd(T1),m,"The maximum displacement experienced by a structure, as modelled by a mass on a vertical spring having the same natural period of vibration, T, as the building. Expressed in meters (m)." Sv(T1):m/s,Spectral velocity,Sv(T1),m/s,"The maximum velocity experienced by a structure, as modelled by a mass on a vertical spring having the same natural period of vibration, T, as the building. Expressed in meters per second (m/s)." PGDf:m,Permanent ground deformation,PGDf,m,The displacement of the ground surface due to the movement of a fault. Expressed in meters (m). @@ -14,29 +17,29 @@ EMS:-,European macroseismic scale,EMS,,"A dimensionless scale of seismic intensi MMI:-,Modified Mercalli Intensity,MMI,,"A dimensionless scale of seismic intensity. MMI intensity denotes how strongly an earthquake affects a specific place, with 10 classes I (Not felt) to X (Extreme)." CAV:m/s,Cumulative absolute velocity,CAV,m/s,"The relationship between absolute value of acceleration at time t, relative to total duration of the ground motion record. Expressed in meters per second (m/s)." D_B:s,Bracketed duration,D_B,s,The time elapsed between the first and last excursions beyond a specified threshold acceleration (typically 0.05 g or 0.1 g). Expressed in seconds (s). -fl_wd:m,Flood water depth (m),fl_wd,m,The depth of flood waters measured relative to the normal limits of the body of water responsible. Expressed in meters (m). -fl_wd:cm,Flood water depth (cm),fl_wd,cm,The depth of flood waters measured relative to the normal limits of the body of water responsible. Expressed in centimeters (cm). -fl_wv:m/s,Flood flow velocity (m/s),fl_wv,m/s,The rate at which flood waters move. Expressed in meters per second (m/s). +wd:m,Inundation depth above ground (m),wd,m,Water depth measured relative to ground level. Expressed in meters (m). +wd:cm,Inundation depth above ground (cm),wd,cm,Water depth measured relative to ground level. Expressed in centimeters (cm). +wd_f:m,Inundation depth above floor (m),wd_f,m,Water depth measured relative to building floor level. Expressed in meters (m). +wd_f:cm,Inundation depth above floor (cm),wd_f,cm,Water depth measured relative to building floor level. Expressed in centimeters (cm). +wv:m/s,Flow velocity (m/s),wv,m/s,The rate at which a fluid flows in a flood, tsunami, landslide, lahar, debris flow or other. Expressed in meters per second (m/s). 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)." 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)." 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). 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). ls_fd:m,Landslide flow depth,ls_fd,m,The depth of the landslide flow. Expressed in meters (m). 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). -v_lsl:m/s2,Landslide flow velocity,v_lsl,m/s2,The impact velocity of a landslide. Expressed in meters per second squared (m/s2). ls_mfd:m,Maximum foundation displacement,ls_mfd,m,The maximum (absolute) foundation displacement due to landslide. Expressed in meters (m). +rf_KE:kJ:Rockfall kinetic energy,rf_KE,kJ,The kinetic energy of a rockfall, as a function of mass, velocity or energy and fly height of blocks. Expressed in kiloJoules (kJ). SD_lsl:m,Landslide displacement,SD_lsl,m,The displacement associated with the slow moving landslides. Expressed in meters (m). Rh_tsi:m,Tsunami wave runup height (m),Rh_tsi,m,"The height reached by water measured relative to a stated datum such as mean sea level, mean low water, sea level at the time of the tsunami. Expressed in meters (m)." -d_tsi:m,Tsunami inundation depth (m),d_tsi,m,"The depth of the water from a tsunami, measured on shore in different locations. Expressed in meters (m)." h_tsi:m,Tsunami wave height,h_tsi,m,"The vertical distance between the trough (lowest point) and crest (highest point) of a tsunami wave. It is a measure of the amplitude or size of the wave, indicating the magnitude of the water displacement caused by the tsunami. Expressed in meters (m)." -v_tsi:m/s,Tsunami velocity,v_tsi,m/s,The peak tsunami velocity generally calculated from numerical simulation as the vector sum of the velocity components in the directions of the two orthogonal axes of the 2D flow calculation. Expressed in meters per second (m/s). Fh_tsi:m,Tsunami Horizontal Force,Fh_tsi,m,The lateral or horizontal force exerted by a tsunami. Expressed in meters (m). MF:m3/s2,Momentum flux,MF,m3/s2,"A vector in the direction of flow, of magnitude equal to the mass-flow per unit area. Expressed in meters cubed per seconds squared (m3/s2)." MMF:m4/s2,Modified momentum flux,MMF,M4/s2,"The product of momentum flux and inundation depth, considered a proxy for the overturning moment induced by the flow. Expressed in meters to the fourth per seconds squared (m4/s2)." F_drag:kN,Drag force,F_drag,kN,The force exerted on an object (per unit width perpendicular to the direction of flow) due to the movement of a surrounding fluid. Expressed in kilo Newtons (kN). Fr:-,Froude number,Fr,,A measure of flow velocity non-dimensionalized by the gravity-wave velocity. F_QS:kN,Quasi-steady force,F_QS,kN,Steady-state force estimation considering choked and sub-critical flow for a body of width b in a channel of width w. Expressed in kilo Newtons (kN). -h_vaf:mm,Accumulated ashfall thickness (mm),h_vaf,mm,Accumulated depth or thickness of ash following a volcanic eruption. Expressed in meters (m). +h_vaf:mm,Accumulated ashfall thickness (mm),h_vaf,mm,Accumulated depth or thickness of ash following a volcanic eruption. Expressed in millimeters (mm). L_vaf:kg/m2,Ash loading,L_vaf,kg/m2,The load of accumulated volcanic ash measured in kilograms per square meter (km/m^2). ASI:per,Agricultural Stress Index,ASI,per,A quick-look indicator that facilitates the early identification of cropped land with a high likelihood of water stress (drought). Expressed as a percentage (per). DI:-,Drought Intensity,DI,,"Agricultural droughts are classified by their intensity and are categorized into four classes: Extreme, Severe, Moderate or Mild. The intensity of the drought is calculated through the Weighted Mean Vegetation Health Index aggregated per GAUL 2 region. Source: FAO Seasonal Global Indicators." From 7850f77077382513b2e6597ec86189e78409df80 Mon Sep 17 00:00:00 2001 From: Stuart Fraser Date: Thu, 11 Apr 2024 07:25:05 +0100 Subject: [PATCH 6/7] Update impact_metric.csv 1. revise 'downtime' to the more formal 'disruption' 2. include number of days people can be displaced (adding to number of people displaced) 3. separated out casualty and fatality count, ratio for clearer definition --- schema/codelists/open/impact_metric.csv | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/schema/codelists/open/impact_metric.csv b/schema/codelists/open/impact_metric.csv index 1278f0dc..c2203adc 100644 --- a/schema/codelists/open/impact_metric.csv +++ b/schema/codelists/open/impact_metric.csv @@ -6,16 +6,21 @@ damage_index,Damage index,"A specified index or classification of damage levels, loss_ratio,Loss ratio,"The loss to an asset divided by the total replacement cost of the asset [0-n] as a function of damage state, used in damage-to-loss-models.",Vulnerability mean_loss_ratio,Mean Loss Ratio,"The mean loss ratio in a distribution of losses divided by the total replacement cost of the asset [0-n] as a function of damage state, used in damage-to-loss-models.",Vulnerability downtime_vulnerability,Downtime (vulnerability),"Duration of downtime, used in vulnerability modelling of business or service interruption.",Vulnerability -casualty_ratio_vulnerability,Casualty ratio (vulnerability),The number of expected casualties or fatalities as a proportion of total inhabitants of and asset or population [0-1] used in casualty or mortality functions.,Vulnerability +casualty_ratio_vulnerability,Casualty ratio (vulnerability),The number of expected casualties (injuries) as a proportion of total inhabitants of an asset or population [0-1] used in casualty functions.,Vulnerability +fatality_ratio_vulnerability,Fatality ratio (vulnerability),The number of expected people killed as a proportion of total inhabitants of an asset or population [0-1] used in fatality or mortality functions.,Vulnerability economic_loss_value,Total economic loss,"The monetary value of estimated economic impact or total loss (ground up loss in insurance terminology). Impact_type denotes whether this refers to total, direct, or indirect loss.",Loss insured_loss_value,Total insured loss,The monetary value of estimated insured losses.,Loss loss_ratio,Loss Ratio,"Estimated loss as a proportion of total replacement cost or insured value. Impact_type denotes whether this refers to total, direct, or indirect loss.",Loss casualty_count,Number of casualties (fatalities),The estimated number of casualties or fatalities.,Loss casualty_ratio_loss,Casualty ratio (loss),Proportion of estimated casualties or fatalities in the total population.,Loss +fatality_count,Number of people killed,The estimated number of people killed.,Loss +fatality_ratio_loss,Fatality ratio (loss),Proportion of estimated people killed in the total population.,Loss loss_annual_average_value,Annual average loss,"Expected loss over a one-year time period according to long-term averages. Impact_type denotes whether this refers to total, direct, or indirect loss.",Loss loss_probable_maximum_value,Probable Maximum Loss,Estimated maximum loss occurring at a given exceedance probability or return period.,Loss at_risk_value,Value at Risk,Estimated minimum loss likely to be equalled or exceeded in a given year for a given probability.,Loss at_risk_tail_value,Tail Value at Risk,Estimated losses at or exceeding a specified value at risk VaR (estimate of average losses given that a severity threshold has been exceeded).,Loss -downtime_loss,Downtime (loss),Duration of downtime (business or service interruption).,Loss +disruption_days,Disruption (loss),"Duration of disruption to businesses or services, expressed as a number of days.",Loss +disruption_loss,Disruption (loss),"Duration of disruption to businesses or services, expressed as a monetary loss.",Loss asset_loss,Number of assets,"The estimated number of structures, or length of infrastructure, damaged.",Loss displaced_count,Number of people displaced,The estimated number of people displaced due to physical damage and disruption.,Loss +displaced_days,Number of days that people are displaced,The estimated number of days that people are displaced due to physical damage and disruption.,Loss From 7b5c8f7dc91b132742a4c6f18cd41b83e6a87397 Mon Sep 17 00:00:00 2001 From: Stuart Fraser Date: Thu, 11 Apr 2024 07:28:40 +0100 Subject: [PATCH 7/7] Update license.csv Add commercial licence explicitly. Open list, so other custom licences can be added for specific use cases. --- schema/codelists/open/license.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/schema/codelists/open/license.csv b/schema/codelists/open/license.csv index 3038c5ac..2a8a316f 100644 --- a/schema/codelists/open/license.csv +++ b/schema/codelists/open/license.csv @@ -8,3 +8,4 @@ CC BY-NC-ND 4.0,Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 Int ODbL-1.0,Open Data Commons Open Database License,https://opendatacommons.org/licenses/odbl/summary/,Data,Open Definition recommended conformant license ODC-By-1.0,Open Data Commons Attribution License,https://opendatacommons.org/licenses/by/1-0/,Data,Open Definition recommended conformant license PDDL-1.0,Open Data Commons Public Domain Dedication and License,http://opendatacommons.org/licenses/pddl/1.0/,Data,Open Definition recommended conformant license +Comm,Commercial license,n/a,"Content,data",Commercial license not conformant with Open Definition or covered by Creative Commons