Skip to content

tjesser-ucdavis-edu/seismogram-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skate Web

This web application is the interactive component of the Skate project. For the analysis component, see https://github.com/retrievertech/seismogram-pipeline.

The Skate web app allows browsing a large collection of analog WWSSN seismograms, overlaid with digital trace data that was extracted using our analysis component.

Skate is currently deployed at https://seismo.redfish.com

data-tools

Tools to sanitize/import the station and file data. The data is in the repo in data-tools/data. You can run:

npm install
node jsonize.js

This will produce files.json and stations.json. Then you can import data into mongo:

sh mongo-import.sh

This assumes you started mongo:

mongod --dbpath <some directory>

server

A node server atop mongo.

cd server
npm install
cp config.example.js config.js
node server.js # starts on port 3000

client

An angular frontend.

bower install

Serve the client directory using a web server and load it in the browser, assuming the above steps are done.

EC2

On our EC2 instance, the mongodb config file is located at /etc/mongod.conf.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.2%
  • HTML 25.0%
  • CSS 12.0%
  • Shell 0.8%