ITACA Dataset Selection New Web-Service

Sample requests

Data can be obtained using any program supporting the HTTP-GET method, e.g. your favourite web browser:

Restricted Data (authenticated users only)

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:

Query options

HTTP-POST variables (required)

Option Description Default
messageThe clearsign token obtained from the generate-signed-message authentication webservice or from EIDA authentication webpage.

URL format

Option Description Default
eventidITACA event ID. Supported wildcard are or '*' (matches zero or more characters) or '?' (matches just one character).'*'
starttimeLimit 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'
endtimeLimit 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'
minmagLimit to events with a magnitude larger than the specified minimum.0
maxdistLimit to stations with epicentral distance smaller than the specified maximum.3000
networkITACA network code (i.e. FDSN network code). Supported wildcard are or '*' or '?'.'*'
stationITACA 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.