ITACA Dataset Selection Web-Service
The ITACA Dataset Selection Web-Service provides machine-friendly way to select a list of waveforms and a related basic subset of metadata.
Data can be filtered, e.g. by network, station and event-id. A complete list of supported options and usage examples is available in the query-options webpage. Requests must use both HTTP-GET and HTTP-POST methods.
Available URLs
Feature Notes
- JSON output data is is formatted "per column" to minimize data transfer size.
- Field "processing" assumes values:
- "0" = "unprocessed"
- "2" = "manual"
- "3" = "automatic"
- "9" = "bad quality record"
Using ITACA Event-Data Web-Service, "processing" values equal to "0" or "9" give non-empty results for "CV" ("processing-type" option) and "ACC" ("data-type" option); while "processing" values equal to "2" or "3" correspond to "MP" and "AP" ("processing-type" option), respectively.
Backend Python software used by this web service was originally developed by Russo E. and Puglia R., and it is currently mantained by Russo E. and Felicetta C.