Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Data formats to communicate seismic event information to/from algorithms

License

Notifications You must be signed in to change notification settings

usgs/earthquake-processing-formats

Repository files navigation

THIS PROJECT HAS BEEN ARCHIVED

Please see [https://code.usgs.gov/ghsc/neic/utilities/earthquake-processing-formats)

Processing Formats

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.

License

The purpose of this project is to:

  1. Define formats to hold data required for various types of seismic event processing algorithms.
  2. Store the format definitions in a source controlled manner.
  3. Host libraries used to generate and parse the formats

Defined formats:

  • Location Request Format - A format for for requesting an updated location from a location algorithm
  • Location Result Format - A format for for a result from a location algorithm
  • Pick Format - A format for pick data from a waveform arrival time picking algorithm or human analyst.
  • Travel Time Request Format - A format for requesting travel time data
  • TravelTimeSession Format - A format for setting up a travel time session

Supporting objects:

  • Error Elllipse Object - An object that contains information about travel time data returned as part of a travel time request.
  • Hypocenter Object - An object that contains information about a hypocenter.
  • Site Object - An object that defines the station used to create a pick.
  • Source Object - An object that defines the creator/source of a pick, request, or result.
  • Travel Time Data Object - An object that contains information about travel time data returned as part of a travel time request.
  • Travel Time Plot Data Object - An object that contains information about travel time plot data returned as part of a travel time request.
  • Travel Time Plot Data Branch Object - An object that contains information about travel time plot data branch returned as part of a travel time request.
  • Travel Time Plot Data Branch Object - An object that contains information about travel time plot data sample returned as part of a travel time request.

Supported Languages:

Currently a library written in C++11, a Java 1.7 jar file, and a Python 3.6 implementation exist to generate and parse these formats.

Getting Started

C++11 library

Java 1.8 jar

Python 3.6

About

Data formats to communicate seismic event information to/from algorithms

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published