-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpubliccode.yml
More file actions
68 lines (60 loc) · 2.06 KB
/
Copy pathpubliccode.yml
File metadata and controls
68 lines (60 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# This repository adheres to the publiccode.yml standard by including this
# metadata file that makes public software easily discoverable.
# More info at https://github.com/italia/publiccode.yml
publiccodeYmlVersion: '0.5'
name: 'INGV - FDSNWS Fetcher'
releaseDate: '2026-01-19'
url: 'https://github.com/INGV/fdsnws-fetcher'
logo: images/ingv_logo_text_two_lines.png
landingURL: 'https://github.com/INGV/fdsnws-fetcher'
softwareVersion: v2.59.0
developmentStatus: stable
softwareType: standalone/other
platforms:
- windows
- mac
- linux
usedBy:
- INGV
categories:
- data-analytics
- data-collection
maintenance:
type: internal
contacts:
- name: Valentino Lauciani
email: valentino.lauciani@ingv.it
legal:
license: 'AGPL-3.0-or-later'
intendedAudience:
scope:
- research
localisation:
localisationReady: false
availableLanguages:
- en
organisation:
uri: urn:x-italian-pa:ingv
name: Istituto Nazionale di Geofisica e Vulcanologia (INGV)
description:
en:
shortDescription: >-
Docker used to retrieve "resp", "dless", "sac", "minified", "paz" or
"dataselect_list" from FDSN node.
documentation: 'https://github.com/INGV/fdsnws-fetcher/blob/master/README.md'
longDescription: >
This project is developed to interact with "station" and "dataselect" FDSN
(https://www.fdsn.org) Web Services:
- the "station" WS is used to retrieve station metadata:
https://www.fdsn.org/webservices/FDSN-WS-Specifications-1.2.pdf#page=11
- the "dataselect" WS is used to retrieve seismic waveform:
https://www.fdsn.org/webservices/FDSN-WS-Specifications-1.2.pdf#page=9
It is developed using docker technology and implements a set of software,
tools and script to find seismic stations by geographic constrain and time
window.
The output is RAW data like seismic "waveforms" in MSEED format or
metadata like response function in "SAC", "RESP" or "PAZ" (Poles and
Zeros) format.
localisedName: 'FDSNWS Fetcher'
features:
- Seismic waveform and metadata downloader