• Imprimeix

FDSN Web Services

ICGC provides access to waveforms and metadata from stations of Catalan Seismic Network, through the standard FDSNWS web services. The FDSNWS services available in the ws.icgc.cat server are:

  • fdsnws-station: Inventory and instrumental response of all seismic stations archived at ICGC's Data Center.
  • fdsnws-dataselect: Waveforms from all seismic stations archived at ICGC's Data Center.

The fdsnws-event is not available. Refer to "Recorded earthquakes" section on the ICGC's website for information about recorded earthquakes.

Below are some examples of usage of these services.

Examples

fdsnws-station

https://ws.icgc.cat/fdsnws/station/1/version

Returns module version.

https://ws.icgc.cat/fdsnws/station/1/query?net=CA&level=station

Returns basic information, in StationXML format, of all stations of CA network.

https://ws.icgc.cat/fdsnws/station/1/query?net=CA&sta=CFON&cha=HHZ&level=channel

Returns channel level information, in StationXML format, for HHZ channel of Formatina station (CA.CFON).

https://ws.icgc.cat/fdsnws/station/1/query?net=CA&cha=HH?&start=2016-01-01&level=response

Returns instrumental response information, in StationXML fromat, for all HH* channels of all stations of CA network, since January 1st 2016.

fdsnws-dataselect

https://ws.icgc.cat/fdsnws/dataselect/1/version

Returns module version.

https://ws.icgc.cat/fdsnws/dataselect/1/query?net=CA&sta=CFON&cha=HHZ&start=2017-06-03T06:00:00&end=2017-06-03T06:05:00

Returns 5 minutes of data, since 0600 UTC to 0605 UTC of June 3rd 2017, of HHZ channel of Fontmartina station (CA.CFON).

https://ws.icgc.cat/fdsnws/dataselect/1/query?net=CA&sta=CFON&start=2017-06-03&end=2017-06-04&nodata=404

Returns 24 hores of data, since June 3rd to Juny 4th 2017, of Fontmartina station (CA.CFON). If data are not available returns "404 Not Found".

Â