Skip to content
/ gmprocess Public

Parsing and processing ground motion data from USGS

License

Notifications You must be signed in to change notification settings

INGV/gmprocess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gmprocess

Parsing and processing ground motion data from USGS, in a docker container.

Clone the repository

git clone https://github.com/INGV/gmprocess.git
cd gmprocess

Build docker image

docker build --no-cache -t gmprocess .

Run docker container

Before to run docker container, create a local <data> dir, for example:

mkdir /tmp/data_valentino

now, run the container binding data dir:

docker run -it --rm --name gmprocess_container -v /tmp/data_valentino:/opt/data gmprocess bash

Once in the docker shell, the following commands should be used to download and process an earthquake:

  • gmrecords
  • gmrecords --eventid nc73654060 download

More information on the gmprocess command line interface is available here

Contribute

Thanks to your contributions!

Here is a list of users who already contributed to this repository:

Author

(c) 2023 Valentino Lauciani valentino.lauciani[at]ingv.it

Istituto Nazionale di Geofisica e Vulcanologia, Italia

About

Parsing and processing ground motion data from USGS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published