forked from timwis/jkan
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vulnerability of Critical Infrastructure
For FL, EQ, SW, LS
- Loading branch information
Showing
5 changed files
with
527 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"datasets": [ | ||
{ | ||
"id": "GLB-CI_vln", | ||
"title": "Physical Vulnerability Database for Critical Infrastructure Hazard Risk Assessments", | ||
"description": "The Physical Vulnerability Database for Critical Infrastructure Hazard Risk Assements is a database that contains fragility and vulnerability curves that can be used to evaluate the expected or potential damages to infrastructure assets due to flooding, earthquakes, windstorms and landslides. The curves have been obtained from various literature studies, and as such they have different individual attributes (e.g. type of function, approach, cost type).", | ||
"id": "GLB-CI-VLN_FL", | ||
"title": "Physical Vulnerability of Critical Infrastructure to Earthquake hazard", | ||
"description": "The Physical Vulnerability Database for Critical Infrastructure Hazard Risk Assements is a database that contains fragility and vulnerability curves that can be used to evaluate the expected or potential damages to infrastructure assets due to flooding, earthquakes, windstorms and landslides.", | ||
"risk_data_type": [ | ||
"vulnerability" | ||
], | ||
|
@@ -12,6 +12,7 @@ | |
"url": "https://vu.nl/en/about-vu/research-institutes/ivm" | ||
}, | ||
"version": "1", | ||
"details": "The database consists of three Excel-spreadsheets:\n\n - Table_D1_Summary_CI_Vulnerability_Data: summary table with information on hazard, exposure, and vulnerability characteristics as well as a number of details regarding reliability and reference purposes.\n - Table_D2_Hazard_Fragility_and_Vulnerability Curves: collection of fragility and vulnerability curves\n - Table_D3_Costs: cost values that can be used in combination with the curves for the estimation of asset damages", | ||
"spatial": { | ||
"scale": "global" | ||
}, | ||
|
@@ -24,6 +25,31 @@ | |
"name": "Sadhana Nirandjan", | ||
"email": "[email protected]" | ||
}, | ||
"vulnerability": { | ||
"hazard_primary": "flood", | ||
"intensity": "fl_wd:m", | ||
"category": "infrastructure", | ||
"impact": { | ||
"type": "direct", | ||
"metric": "damage_ratio", | ||
"unit": "percentage" | ||
}, | ||
"spatial": { | ||
"scale": "global" | ||
}, | ||
"functions": { | ||
"vulnerability": { | ||
"approach": "analytical" | ||
} | ||
}, | ||
"cost": [ | ||
{ | ||
"id": "0", | ||
"dimension": "structure", | ||
"unit": "EUR" | ||
} | ||
] | ||
}, | ||
"attributions": [ | ||
{ | ||
"id": "0", | ||
|
@@ -42,51 +68,232 @@ | |
"role": "distributor" | ||
} | ||
], | ||
"referenced_by": [ | ||
"resources": [ | ||
{ | ||
"id": "0", | ||
"name": "Review article: Physical Vulnerability Database for Critical Infrastructure Multi-Hazard Risk Assessments – A systematic review and data collection", | ||
"author_names": [ | ||
"Sadhana Nirandjan", | ||
"Elco E Koks", | ||
"Mengqi Ye", | ||
"Raghav Pant", | ||
"Kees C H van Ginkel", | ||
"Jeroen C J H Aerts", | ||
"Philip J Ward" | ||
], | ||
"date_published": "2024-01-23", | ||
"url": "https://nhess.copernicus.org/preprints/nhess-2023-208/", | ||
"doi": "doi.org/10.5194/nhess-2023-208" | ||
"title": "Flood vulnerability", | ||
"description": "Fragility and vulnerability functions as damage factor with associated economic costs", | ||
"format": "xlsx", | ||
"download_url": "https://github.com/GFDRR/rdl-jkan/blob/rdl-0.2/dataset_download/CI_VLN-FL.zip" | ||
} | ||
], | ||
"links": [ | ||
{ | ||
"href": "https://docs.riskdatalibrary.org/en/0__2__0/rdls_schema.json", | ||
"rel": "describedby" | ||
} | ||
] | ||
}, | ||
{ | ||
"id": "GLB-CI-VLN_EQ", | ||
"title": "Physical Vulnerability of Critical Infrastructure to Flood hazard", | ||
"description": "The Physical Vulnerability Database for Critical Infrastructure Hazard Risk Assements is a database that contains fragility and vulnerability curves that can be used to evaluate the expected or potential damages to infrastructure assets due to flooding, earthquakes, windstorms and landslides.", | ||
"risk_data_type": [ | ||
"vulnerability" | ||
], | ||
"publisher": { | ||
"name": "Institute for Environmental Studies (IVM)", | ||
"url": "https://vu.nl/en/about-vu/research-institutes/ivm" | ||
}, | ||
"version": "1", | ||
"details": "The database consists of three Excel-spreadsheets:\n\n - Table_D1_Summary_CI_Vulnerability_Data: summary table with information on hazard, exposure, and vulnerability characteristics as well as a number of details regarding reliability and reference purposes.\n - Table_D2_Hazard_Fragility_and_Vulnerability Curves: collection of fragility and vulnerability curves\n - Table_D3_Costs: cost values that can be used in combination with the curves for the estimation of asset damages", | ||
"spatial": { | ||
"scale": "global" | ||
}, | ||
"license": "CC-BY-4.0", | ||
"contact_point": { | ||
"name": "Sadhana Nirandjan", | ||
"email": "[email protected]" | ||
}, | ||
"creator": { | ||
"name": "Sadhana Nirandjan", | ||
"email": "[email protected]" | ||
}, | ||
"vulnerability": { | ||
"hazard_primary": "earthquake", | ||
"intensity": "PGA:g", | ||
"category": "infrastructure", | ||
"impact": { | ||
"type": "direct", | ||
"metric": "damage_ratio", | ||
"unit": "percentage" | ||
}, | ||
"spatial": { | ||
"scale": "global" | ||
}, | ||
"functions": { | ||
"vulnerability": { | ||
"approach": "analytical" | ||
} | ||
}, | ||
"cost": [ | ||
{ | ||
"id": "0", | ||
"dimension": "structure", | ||
"unit": "EUR" | ||
} | ||
] | ||
}, | ||
"attributions": [ | ||
{ | ||
"id": "0", | ||
"entity": { | ||
"name": "Sadhana Nirandjan", | ||
"email": "[email protected]" | ||
}, | ||
"role": "author" | ||
}, | ||
{ | ||
"id": "1", | ||
"entity": { | ||
"name": "Institute for Environmental Studies (IVM)", | ||
"url": "https://vu.nl/en/about-vu/research-institutes/ivm" | ||
}, | ||
"role": "distributor" | ||
} | ||
], | ||
"resources": [ | ||
{ | ||
"id": "D1", | ||
"title": "Table D1", | ||
"description": "Summary table with information on hazard, exposure, and vulnerability characteristics as well as a number of details regarding reliability and reference purposes.", | ||
"id": "0", | ||
"title": "Earthquake vulnerability", | ||
"description": "Fragility and vulnerability functions as damage factor with associated economic costs", | ||
"format": "xlsx", | ||
"access_url": "https://zenodo.org/records/10203846", | ||
"download_url": "https://zenodo.org/records/10203846/files/Table_D1_Summary_CI_Vulnerability_Data_V1.0.0.xlsx?download=1" | ||
"download_url": "https://github.com/GFDRR/rdl-jkan/blob/rdl-0.2/dataset_download/CI_VLN-EQ.zip" | ||
} | ||
], | ||
"links": [ | ||
{ | ||
"href": "https://docs.riskdatalibrary.org/en/0__2__0/rdls_schema.json", | ||
"rel": "describedby" | ||
} | ||
] | ||
}, | ||
{ | ||
"id": "GLB-CI-VLN_SW", | ||
"title": "Physical Vulnerability of Critical Infrastructure to Strong Wind hazard", | ||
"description": "The Physical Vulnerability Database for Critical Infrastructure Hazard Risk Assements is a database that contains fragility and vulnerability curves that can be used to evaluate the expected or potential damages to infrastructure assets due to flooding, earthquakes, windstorms and landslides.", | ||
"risk_data_type": [ | ||
"vulnerability" | ||
], | ||
"publisher": { | ||
"name": "Institute for Environmental Studies (IVM)", | ||
"url": "https://vu.nl/en/about-vu/research-institutes/ivm" | ||
}, | ||
"version": "1", | ||
"details": "The database consists of three Excel-spreadsheets:\n\n - Table_D1_Summary_CI_Vulnerability_Data: summary table with information on hazard, exposure, and vulnerability characteristics as well as a number of details regarding reliability and reference purposes.\n - Table_D2_Hazard_Fragility_and_Vulnerability Curves: collection of fragility and vulnerability curves\n - Table_D3_Costs: cost values that can be used in combination with the curves for the estimation of asset damages", | ||
"spatial": { | ||
"scale": "global" | ||
}, | ||
"license": "CC-BY-4.0", | ||
"contact_point": { | ||
"name": "Sadhana Nirandjan", | ||
"email": "[email protected]" | ||
}, | ||
"creator": { | ||
"name": "Sadhana Nirandjan", | ||
"email": "[email protected]" | ||
}, | ||
"vulnerability": { | ||
"hazard_primary": "strong_wind", | ||
"intensity": "v_etc(10m):km/h", | ||
"category": "infrastructure", | ||
"impact": { | ||
"type": "direct", | ||
"metric": "damage_ratio", | ||
"unit": "percentage" | ||
}, | ||
"spatial": { | ||
"scale": "global" | ||
}, | ||
"functions": { | ||
"vulnerability": { | ||
"approach": "analytical" | ||
} | ||
}, | ||
"cost": [ | ||
{ | ||
"id": "0", | ||
"dimension": "structure", | ||
"unit": "EUR" | ||
} | ||
] | ||
}, | ||
"attributions": [ | ||
{ | ||
"id": "D2", | ||
"title": "Table D2", | ||
"description": "Collection of fragility and vulnerability curves", | ||
"format": "xlsx", | ||
"access_url": "https://zenodo.org/records/10203846", | ||
"download_url": "https://zenodo.org/records/10203846/files/Table_D2_Multi-Hazard_Fragility_and_Vulnerability_Curves_V1.0.0.xlsx?download=1" | ||
"id": "0", | ||
"entity": { | ||
"name": "Sadhana Nirandjan", | ||
"email": "[email protected]" | ||
}, | ||
"role": "author" | ||
}, | ||
{ | ||
"id": "D3", | ||
"title": "Table D3", | ||
"description": "Cost values that can be used in combination with the curves for the estimation of asset damages", | ||
"id": "1", | ||
"entity": { | ||
"name": "Institute for Environmental Studies (IVM)", | ||
"url": "https://vu.nl/en/about-vu/research-institutes/ivm" | ||
}, | ||
"role": "distributor" | ||
} | ||
], | ||
"resources": [ | ||
{ | ||
"id": "0", | ||
"title": "Windstorm vulnerability", | ||
"description": "Fragility and vulnerability functions as damage factor with associated economic costs", | ||
"format": "xlsx", | ||
"access_url": "https://zenodo.org/records/10203846", | ||
"download_url": "https://zenodo.org/records/10203846/files/Table_D3_Costs_V1.0.0.xlsx?download=1" | ||
"download_url": "https://github.com/GFDRR/rdl-jkan/blob/rdl-0.2/dataset_download/CI_VLN-SW.zip" | ||
} | ||
], | ||
"links": [ | ||
{ | ||
"href": "https://docs.riskdatalibrary.org/en/0__2__0/rdls_schema.json", | ||
"rel": "describedby" | ||
} | ||
] | ||
}, | ||
{ | ||
"id": "GLB-CI-VLN_LS", | ||
"title": "Physical Vulnerability of Critical Infrastructure to Landslide hazard", | ||
"description": "The Physical Vulnerability Database for Critical Infrastructure Hazard Risk Assements is a database that contains fragility and vulnerability curves that can be used to evaluate the expected or potential damages to infrastructure assets due to flooding, earthquakes, windstorms and landslides.", | ||
"risk_data_type": [ | ||
"vulnerability" | ||
], | ||
"publisher": { | ||
"name": "Institute for Environmental Studies (IVM)", | ||
"url": "https://vu.nl/en/about-vu/research-institutes/ivm" | ||
}, | ||
"version": "1", | ||
"details": "The database consists of three Excel-spreadsheets:\n\n - Table_D1_Summary_CI_Vulnerability_Data: summary table with information on hazard, exposure, and vulnerability characteristics as well as a number of details regarding reliability and reference purposes.\n - Table_D2_Hazard_Fragility_and_Vulnerability Curves: collection of fragility and vulnerability curves\n - Table_D3_Costs: cost values that can be used in combination with the curves for the estimation of asset damages", | ||
"spatial": { | ||
"scale": "global" | ||
}, | ||
"license": "CC-BY-4.0", | ||
"contact_point": { | ||
"name": "Sadhana Nirandjan", | ||
"email": "[email protected]" | ||
}, | ||
"creator": { | ||
"name": "Sadhana Nirandjan", | ||
"email": "[email protected]" | ||
}, | ||
"vulnerability": { | ||
"hazard_primary": "landslide", | ||
"intensity": "LS:-", | ||
"category": "infrastructure", | ||
"impact": { | ||
"type": "direct", | ||
"metric": "damage_ratio", | ||
"unit": "percentage" | ||
}, | ||
"spatial": { | ||
"scale": "global" | ||
}, | ||
"functions": { | ||
"vulnerability": { | ||
"approach": "analytical" | ||
} | ||
}, | ||
"cost": [ | ||
{ | ||
"id": "0", | ||
|
@@ -95,6 +302,33 @@ | |
} | ||
] | ||
}, | ||
"attributions": [ | ||
{ | ||
"id": "0", | ||
"entity": { | ||
"name": "Sadhana Nirandjan", | ||
"email": "[email protected]" | ||
}, | ||
"role": "author" | ||
}, | ||
{ | ||
"id": "1", | ||
"entity": { | ||
"name": "Institute for Environmental Studies (IVM)", | ||
"url": "https://vu.nl/en/about-vu/research-institutes/ivm" | ||
}, | ||
"role": "distributor" | ||
} | ||
], | ||
"resources": [ | ||
{ | ||
"id": "0", | ||
"title": "Landslide vulnerability", | ||
"description": "Fragility and vulnerability functions as damage factor with associated economic costs", | ||
"format": "xlsx", | ||
"download_url": "https://github.com/GFDRR/rdl-jkan/blob/rdl-0.2/dataset_download/CI_VLN-LS.zip" | ||
} | ||
], | ||
"links": [ | ||
{ | ||
"href": "https://docs.riskdatalibrary.org/en/0__2__0/rdls_schema.json", | ||
|
Oops, something went wrong.