Skip to content
forked from usgs/pager

Prompt Assessment of Global Earthquakes for Response (PAGER)

License

Notifications You must be signed in to change notification settings

kmarano-usgs/pager

 
 

Repository files navigation

PAGER

Travis CodeCov
Build Status codecov

Prompt Assessment of Global Earthquakes for Response (PAGER)

The PAGER system provides fatality and economic loss impact estimates following significant earthquakes worldwide.

Models

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.

Non-Python Dependencies

Python Dependencies

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):

  1. git clone https://github.com/usgs/pager losspager
  2. curl -O https://repo.continuum.io/miniconda/Miniconda2-latest-MacOSX-x86_64.sh
  3. sh Miniconda2-latest-MacOSX-x86_64.sh
  4. cd losspager
  5. source deactivate #this turns off any current virtual environments you may have configured
  6. ./setup_env.sh
  7. source activate pager
  8. cd ..
  9. pip install losspager/

About

Prompt Assessment of Global Earthquakes for Response (PAGER)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 77.8%
  • Python 21.3%
  • Other 0.9%