| Travis | CodeCov |
|---|---|
Prompt Assessment of Global Earthquakes for Response (PAGER)
The PAGER system provides fatality and economic loss impact estimates following significant earthquakes worldwide.
The models implemented in this repository have been published in the papers listed here:
http://earthquake.usgs.gov/data/pager/references.php
primarily under the section titled "Loss and Impact Estimation".
This will be the code behind the new PAGER system. Dependencies include:
- LaTeX
- Product Distribution Layer (PDL)
You will need to have a number of data files installed on your system. Contact mhearne@usgs.gov for information regarding the whereabouts of these files.
-
LaTeX
- Mac OS: http://tug.org/mactex/downloading.html
- RedHat Linux: sudo yum pdflatex
Currently, to install the code and its dependencies requires use of git.
Do the following (If you already have Anaconda or Miniconda installed, skip steps #2-3):
- git clone https://github.com/usgs/pager losspager
- curl -O https://repo.continuum.io/miniconda/Miniconda2-latest-MacOSX-x86_64.sh
- sh Miniconda2-latest-MacOSX-x86_64.sh
- cd losspager
- source deactivate #this turns off any current virtual environments you may have configured
- ./setup_env.sh
- source activate pager
- cd ..
- pip install losspager/