The US Geological Survey (USGS) National Earthquake Information Center (NEIC) defines a number of data exchange formats to communicate seismic event processing information between seismic data services and/or algorithms. These formats are defined using objects as defined in the JSON standard.
The purpose of this project is to:
- Define formats to hold data representing the estimates of various types of seismic event detections.
- Store the format definitions in a source controlled manner.
- Host libraries used to generate and parse the formats
- TravelTimeData Object - An object that contains information about travel time data returned as part of a travel time request.
Currently a library written in C++11 is planned, and a Java 1.7 jar file exist to generate and parse these formats.
- See the Java README.