ESM OGC station web services

The ESM OGC station web service provide access to the events archived in the ESM database.
If you use this services pleace cite as: Luzi L., Lanzano G., Felicetta C., D’Amico M. C., Russo E., Sgobba S., Pacor, F., & ORFEUS Working Group 5 (2020). Engineering Strong Motion Database (ESM) (Version 2.0). Istituto Nazionale di Geofisica e Vulcanologia (INGV). https://doi.org/10.13127/ESM.2

WFS

Get Capabilities
https://esm-db.eu/geoserver/ogc/wfs/?service=WFS&request=getCapabilities

Feature description
https://esm-db.eu/geoserver/ogc/wfs?service=wfs&version=1.0.0&request=DescribeFeatureType&typeName=esm:stations

Get Feature
https://esm-db.eu/geoserver/ogc/wfs?service=WFS&version=1.1.0&request=getFeature&typeName=esm:stations&layers=esm:stations

How to filter the layer
https://esm-db.eu/geoserver/ogc/wfs?service=WFS&version=1.1.0&request=getFeature&typeName=esm:stations&layers=esm:stations&CQL_FILTER=vs30>700 AND nation_code='IT'

WMS

Get Capabilities
https://esm-db.eu/geoserver/ogc/wms/?service=WMS&request=getCapabilities

Get Map
https://esm-db.eu/geoserver/ogc/wms?service=WMS&version=1.1.0&request=GetMap&layers=esm:stations&bbox=-161.0656,-45.838,170.19,80.0672&width=600&height=400&srs=EPSG:4326&styles=&format=application/openlayers

Get Legend
https://esm-db.eu/geoserver/ogc/wms?request=GetLegendGraphic&version=1.1.0&format=image/png&width=20&height=20&layer=esm:stations&legend_options=fontAntiAliasing:true;fontSize:20

How to filter the layer
https://esm-db.eu/geoserver/ogc/wms?service=WMS&version=1.1.0&request=GetMap&layers=esm:stations&bbox=-161.0656,-45.838,170.19,80.0672&width=600&height=400&srs=EPSG:4326&styles=&format=application/openlayers&CQL_FILTER=network_code='IV'


Description of the table fields

Option Description
network_codeCode of the network
station_codeCode of the station
location_codeCode of the sensor
latitudeLatitude of the station [deg-WGS84].
longitudeLongitude of the station [deg-WGS84].
altitude_mAltitude of the station [m.a.s.l].
start_timeInstallation date-time of the station (YYYY-MM-DDThh:mm:ss).
end_timeRemoval date-time of the station (YYYY-MM-DDThh:mm:ss).
installation_typeType of installation: permament, temporary, or with no information.
nation_codeISO 3166 alpha-2 country code.
regionAdministrative region where the station is installed.
provinceAdministrative province where the station is installed.
municipalityAdministrative municipality where the station is installed.
reference_siteFlag to identify if the station can be considered as a reference site. Possible value are: NO, YES, Not analyzed.

 


Backend Python software used by this web service is developed and maintained by Felicetta C. and Russo E.