Data can be obtained using any program supporting the HTTP-GET method, e.g. your favourite web browser:
https://itaca.mi.ingv.it/itaca40ws/dataset-selection-new/1/query?eventid=IT-2012-0009
https://itaca.mi.ingv.it/itaca40ws/dataset-selection-new/1/query?eventid=IT-2012-*&station=NV?
ITACA Administrators and users with special authorizations can access data intended for internal use and/or embargoed.
Data can be obtained using any program supporting the HTTP-POST method, e.g. CURL:
curl -X POST -F "message=@path/to/token.txt" "https://itaca.mi.ingv.it/itaca40ws/dataset-selection-new/1/query?starttime=2012-01-10&endtime=2012-01-20&unprocessed=false&qc=false&qd=false"curl -X POST -F "message=@path/to/token.txt" "https://itaca.mi.ingv.it/itaca40ws/dataset-selection-new/1/query?network=IV&minmag=5&maxdist=30"| Option | Description | Default |
|---|---|---|
| message | The clearsign token obtained from the generate-signed-message authentication webservice or from EIDA authentication webpage. |
| Option | Description | Default |
|---|---|---|
| eventid | ITACA event ID. Supported wildcard are or '*' (matches zero or more characters) or '?' (matches just one character). | '*' |
| starttime | Limit to events on or after the specified start time. Allowed formats: 'YYYY-MM-DDTHH:MM:SS' and 'YYYY-MM- DD'. | '1900-01-01T00:00:00' |
| endtime | Limit to events on or before the specified end time. Allowed formats: 'YYYY-MM-DDTHH:MM:SS' and 'YYYY-MM- DD'. | '2100-01-01T00:00:00' |
| minmag | Limit to events with a magnitude larger than the specified minimum. | 0 |
| maxdist | Limit to stations with epicentral distance smaller than the specified maximum. | 3000 |
| network | ITACA network code (i.e. FDSN network code). Supported wildcard are or '*' or '?'. | '*' |
| station | ITACA station code (SEED station code or data center defined code). Supported wildcard are or '*' or '?'. | '*' |
| unprocessed | {true,false} Include unprocessed data. | true |
| automatic | {true,false} Include automatically processed data. | true |
| manual | {true,false} Include manually processed data. | true |
| standard | {true,false} Include data processed with default/standard ITACA method (Paolucci et al. 2011 aka ITACA) as preferred, both manual and automatic modes. | true |
| ebasco | {true,false} Include data processed with eBASCO method (Schiappapietra et al. 2021) as preferred, both manual and automatic modes. | true |
| qa | {true,false} Include data classified as 'best quality'. | true |
| qb | {true,false} Include data classified as 'good quality'. | true |
| qc | {true,false} Include data classified as 'bad quality'. | true |
| qd | {true,false} Include data classified as 'undefined'. | true |
| format | {json} Specify format of result, currently only 'json' is supported. | 'json' |
| indent | {true,false} Prettifies output setting a 4 spaces indentation style. Valid only in combination with 'json' format. | false |
Backend Python software used by this web service is developed and maintained by Russo E. and Felicetta C.