PSHA

PSHA Analysis


License
MIT
Install
pip install PSHA==0.1.0

Documentation

PSHA

2D implementation of PSHA based on Akkar et al. (2014) model.

Install in dev (Python 3.9) mode:

python -m venv .venv
python -m pip install build
python -m build

Then select one of these:

python -m pip install -e . # Basic instalation
python -m pip install -e .[docs] # Basic instalation with docs