International Federation of Digital Seismograph Networks

Thread: FDSN Event Web Service GeoJSON format

Started: 2017-03-03 21:12:53
Last activity: 2017-03-06 19:54:39

This thread is from a mailing list that has moved to Google Groups. Use the following links to browse the updated archives.
Jeremy Fee
2017-03-03 21:12:53
Hello,

I'm writing to see if FDSN has interest in adding a JSON output format to
the FDSN Event Web Service specification. The JSON format (and
specifically GeoJSON) are very useful for integrating data into web
applications and other programming languages.


USGS has already implemented GeoJSON FeatureCollection (many events) and
GeoJSON Feature (one event) outputs for our FDSN end point and near-real
time feeds, which is described on this page and could be a starting point
for standardization:

https://earthquake.usgs.gov/earthquakes/feed/v1.0/geojson.php


Example URL for many events:

https://earthquake.usgs.gov/fdsnws/event/1/query?format=geojson&starttime=2017-03-03&endtime=2017-03-04&minmag=4.5


Example URL for one event:

https://earthquake.usgs.gov/fdsnws/event/1/query?format=geojson&eventid=us100086pe



Thanks,

Jeremy