Parsing and processing ground motion data from USGS, in a docker container.
git clone https://github.com/INGV/gmprocess.git
cd gmprocess
docker build --no-cache -t gmprocess .
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
Thanks to your contributions!
Here is a list of users who already contributed to this repository:
(c) 2023 Valentino Lauciani valentino.lauciani[at]ingv.it
Istituto Nazionale di Geofisica e Vulcanologia, Italia