Python implementation of global multiple hazard critical infrastructure risk analysis
Requirements: NumPy, pandas, geopandas, matplotlib
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
conda activate py311Copyright (C) 2023 Sadhana Nirandjan & Elco Koks. All versions released under the MIT license.