Skip to content

ZibraMax/PSHA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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