Skip to content

This web application creates a map, plots, and summary to help collect and digest information used in talking points and scientific response.

License

Notifications You must be signed in to change notification settings

shaefner-usgs/esc-eq-response

Repository files navigation

Earthquake Response App

Web application that creates an interactive Map, Plots, and Summary for any earthquake using real-time/historic data. It helps you visualize, analyze and collect information to use in talking points and scientific response.

Installation

First install Node.js, Grunt and Composer.

Note: You will need PHP with CGI installed in order to generate an earthquake summary RTF file.

  1. Clone the repository
git clone https://github.com/shaefner-usgs/esc-eq-response.git
  1. Install dependencies
cd esc-eq-response
npm install
composer install (or php composer.phar install)

# If you need to add a CA certificate file:
npm config set cafile "<path to your certificate file>"

# Check the 'cafile'
npm config get cafile
  1. Configure the app
cd esc-eq-response/src/lib

# Run the configuration script and accept the defaults
./pre-install
  1. Run grunt
cd esc-eq-response
grunt

About

This web application creates a map, plots, and summary to help collect and digest information used in talking points and scientific response.

Resources

License

Stars

Watchers

Forks

Packages

No packages published