This repository provides a python script that can be used to compile historically-based multi-hazard event sets from single hazard events that have occured on varying time, space, and intensity scales.
All packages with the correct dependencies can be extracted from the YML file as an environment using Anaconda or Miniconda.
# 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
conda activate MYRIAD-HESA
If you have used MYRIAD-HESA, please cite our paper:
Claassen, J.N., Ward, P.J., Daniell, J. et al. A new method to compile global multi-hazard event sets. Sci Rep 13, 13808 (2023). https://doi.org/10.1038/s41598-023-40400-5
Copyright (C) 2023 Judith Claassen. All versions released under the MIT license.