Data can be obtained using any program supporting the HTTP-GET method, e.g. your favourite web browser:
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/topography/1/query?latitude=45.48030&longitude=9.23210"curl -X POST -F "message=@path/to/token.txt" "https://itaca.mi.ingv.it/itaca40ws/topography/1/query?latitude=45.48030,43.38211&longitude=9.23210,12.40663"curl -X POST -F "message=@path/to/token.txt" "https://itaca.mi.ingv.it/itaca40ws/topography/1/query?network=IT,IV&station=NRC,ROM9&location=00"HTTP-POST variables (required)
| Option | Description |
|---|---|
| message | The clearsign token obtained from the generate-signed-message authentication webservice. |
| Option | Description | Default |
|---|---|---|
| latitude | Latitude value in WGS84 geographic coordinates. Multiple values need to be comma-separated. | n/a |
| longitude | Longitude value in WGS84 geographic coordinates. Multiple values need to be comma-separated. | n/a |
| indent | {true,false} Prettifies output setting a 4 spaces indentation style. Valid only in combination with 'json' format | false |
CRITERION 2: to obtain the output values for a specific recording station archived in the Engineering Strong Motion (ITACA) database
| Option | Description | Default |
|---|---|---|
| network | Insert one or more ITACA network codes. Multiple network codes need to be comma-separated. | n/a |
| station | Insert one or more ITACA station codes. Multiple station codes need to be comma-separated. | n/a |
| location | Insert one or mode ITACA location codes. Multiple location codes need to be comma-separated. | n/a |
| 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 Felicetta C. and Russo E.