Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.26 KB

README.md

File metadata and controls

44 lines (34 loc) · 1.26 KB

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