Data must be obtained using any program supporting the HTTP-POST method, e.g. CURL:
curl -X POST -F "infile=@archive.zip" "https://itaca.mi.ingv.it/itaca40ws/mseed2asdf/1/query?" -o outputfile.h5HTTP-POST variables (required)
| Option | Description |
|---|---|
| infile | A zip archive with MiniSEED data, station metadata in StationXML format, and event metadata in QuakeML format. |
Minimum requirements and notes for the files in the zip archive
| File(s) | Notes |
|---|---|
| MiniSEED | The archive must contain exactly three files containing MiniSEED data (one per component). Files can have any name as long as they have '.mseed' as extension |
| StationXML | The archive must contain exactly one StationXML file. Detail level required for station metadata is 'response'. The file can have any name as long as it has '.xml' as extension |
| QuakeML | The archive must contain exactly one QuakeML file. Event metadata must describe a single event, and must include at least one origin and one magnitude. When multiple origins and magnitudes are present, the elements marked as 'preferred' will be used as reference for all calculations. If none of the elements is marked as 'preferred' one will arbitrarely be chosen and marked so. The file can have any name as long as it has '.xml' as extension |
Backend Python software used by this web service is developed and maintained by Russo E. and Felicetta C.