.. hazus documentation master file, created by sphinx-quickstart on Mon Nov 4 11:45:27 2019. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Hazus (HazPy) - Natural hazard risk assessment using Python ================================= .. toctree:: :maxdepth: 4 :caption: Contents: 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/). .. code-block:: conda install -c nhrap hazus * https://anaconda.org/nhrap/hazus *Pip:* .. code-block:: pip install hazus * https://pypi.org/project/hazus/ *GitHub* * https://github.com/nhrap-hazus Modules ----------- Legacy ^^^^ .. toctree:: :glob: Legacy/* Common ^^^^ .. toctree:: :glob: common/*