ESM OGC event-fault web services

The ESM OGC event-fault provide access to the fault geometry related 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:events_sources

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

How to filter the layer
https://esm-db.eu/geoserver/ogc/wfs?service=WFS&version=1.1.0&request=getFeature&typeName=esm:events_sources&layers=esm:events_sources&CQL_FILTER=strike>200

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:events_sources&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:events_sources&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:events_sources&bbox=-161.0656,-45.838,170.19,80.0672&width=600&height=400&srs=EPSG:4326&styles=&format=application/openlayers&CQL_FILTER=esm_event_id='IT-2012-0008'


Description of the table fields

Option Description
esm_event_idESM event ID.
origin_timeUTC event date-time (YYYY-MM-DDThh:mm:ss).
source_nameName associated to the fault geometry
latulLatitude of the upper left corner of the fault geometry [deg-WGS84].
lonulLongitude of the upper left corner of the fault geometry [deg-WGS84].
laturLatitude of the upper right corner of the fault geometry [deg-WGS84].
lonurLongitude of the upper right corner of the fault geometry [deg-WGS84].
latlrLatitude of the lower left corner of the fault geometry [deg-WGS84].
lonlrLongitude of the lower left corner of the fault geometry [deg-WGS84].
latllLatitude of the lower right corner of the fault geometry [deg-WGS84].
lonllLongitude of the lower right corner of the fault geometry [deg-WGS84].
latslLatitude of the surface projection of the upper left corner of the fault geometry [deg-WGS84].
lonslLongitude of the surface projection of the upper left corner of the fault geometry [deg-WGS84].
latsrLatitude of the surface projection of the upper right corner of the fault geometry [deg-WGS84].
lonsrLongitude of the surface projection of the upper right corner of the fault geometry [deg-WGS84].
z_topDepth of the top of the fault [km].
surface_flagFlag to indicate if the rupture has reached the surface.
lengthLength of the fault geometry [km].
widthWidth of the fault geometry [km].
strikeStrke of the fault [deg].
dipDip of the fault [deg].
rakeRake of the focal mechanism [deg].
geometry_referenceReference of the faul geometry

 


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