HazPy - Natural hazard risk assessment using Python¶
Instructions¶
Install¶
Conda (recommended):
HazPy uses many libraries under the hood to perform geospatial, database, and dataframe operations. This is why we recommend an installation of Anaconda 3.X prior to usage (https://www.anaconda.com/distribution/).
conda install -c nhrap hazpy
Pip:
pip install hazpy
GitHub