Seismological
Research Centre

Data download - Industrial Networks

1. Request access token

  • Send an email to npotleca@ogs.it
  • Subject: Token request for network [NETWORK NAME] (e.g. "Token request for network SAN POTITO")
  • Email body: kindly provide your First Name, Last Name, Email address, and Affiliated organization.
Result: You will receive a signed token file (token.asc) that will allow you to access the data for the specified period.

2. Create temporary credentials

Copy and run the following command in the same directory where the previously obtained token.asc file is located:

cURL command to create temporary credentials
curl --data-binary @token.asc "https://nat-scp-srv.ogs.it/fdsnws/dataselect/1/auth" -o cred.txt
Command copied!
Result: You will obtain a cred.txt file valid for 24 hours.
After expiration (24 hours), run the command again with the token to update the temporary credentials.

3. Data selector

Modify the data selector settings to get the custom command and easily download the required data.

Interactive form to select time constraints, network, stations, and channels for seismic data download in miniSEED format. Modifying this form automatically updates the download command below.

Time constraints
Select the day of interest for data download.
Select the start time within the selected day.
Select the end time (must be equal or later than start time).
Download is allowed for a single day only. Choose time intervals within the selected date.
Network and Station constraints
Available Stations

Loading stations or JavaScript disabled.

Channel constraints
Acquisition Channels

Loading channels or JavaScript disabled.

4. Data download

Copy and run the following command in the same directory containing the cred.txt file. The query parameters are automatically set based on your selections in the form above.

Auto-generated wget command for downloading selected miniSEED data
# Fill the form above to generate the wget command
Download command copied!
Result: You will get a .mseed file containing the selected data.