Skip to content
/ gmtra Public

Global Multihazard Transport Risk Analysis (GMTRA)

License

Notifications You must be signed in to change notification settings

ElcoK/gmtra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation Status

ITRC

Global Multihazard Transport Risk Analysis (GMTRA)

This repository provides the code to perform a global transport asset risk analysis for earthquakes, floods and cyclones.

It also provides Jupyter Notebooks to reproduce the figures in Koks et al. (2019).

Data requirements

  • All transport data is based on OpenStreetMap (OSM), which can be freely downloaded. The planet file used in Koks et al. (2019) is downloaded at July 17, 2018. However, to run the code, the latest planet.osm.pbf file can be used.
  • Global earthquake and cyclone hazard data is available from the UNISDR Global Assessment Report 2015 data portal (https://risk.preventionweb.net).
  • In Koks et al. (in review), global fluvial and surface SSBN flood hazard data (May 2017 version) is used with the permission of Fathom Global.
  • The coastal flood maps are developed by the Joint Research Centre of the European Commission.

Prepare data paths

Copy config.template.json to config.json and edit the paths for data and figures, for example:

{
    "data_path": "/home/<user>/projects/GMTRA/data",
    "hazard_path": "/home/<user>/projects/GMTRA/hazard_data",
    "figure_path": "/home/<user>/projects/GMTRA/figures"
}

Python requirements

Recommended option is to use a miniconda environment to work in for this project, relying on conda to handle some of the trickier library dependencies.

# Add conda-forge channel for extra packages
conda config --add channels conda-forge

# Create a conda environment for the project and install packages
conda env create -f environment.yml
activate GMTRA

How to cite:

If you use the GMTRA in your work, please cite the corresponding paper:

Koks, E. E., Rozenberg, J., Zorn, C., Tariverdi, M., Vousdoukas, M., Fraser, S. A., Hall, J.W., & Hallegatte, S. (2019). A global multi-hazard risk analysis of road and railway infrastructure assets. Nature Communications, 10(1), 2677.

    @article{koks2019_gmtra,
      title={A global multi-hazard risk analysis of road and railway infrastructure assets},
      author={Koks, EE and Rozenberg, J and Zorn, C and Tariverdi, M and Vousdoukas, M and 
      Fraser, SA and Hall, JW and Hallegatte, S},
      journal={Nature Communications},
      volume={10},
      number={1},
      pages={2677},
      year={2019},
      publisher={Nature Publishing Group}
    }

License

Copyright (C) 2019 Elco Koks. All versions released under the GNU Affero General Public License v3.0 license.

About

Global Multihazard Transport Risk Analysis (GMTRA)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published