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

Releases: usgs/earthquake-detection-formats

v0.9.11 Detection Formats Release

08 Jun 21:23
8d52104
Compare
Choose a tag to compare
Pre-release
  • Added optional detector method key

v0.9.10 Detection Formats Release

22 Jul 16:22
6095066
Compare
Choose a tag to compare
Pre-release
  • Added optional latitude / longitude / elevation to Site, updated StationInfo to match
  • Updated cpp library to support alternate iso8601 time string
  • Fixed bug in java library using get detection type function
  • Converted Java build to gradle
  • Java jar provided as part of release.
  • Javadoc zip provided as part of release.

v0.9.7 Detection Formats Release

05 Feb 23:11
54e43d4
Compare
Choose a tag to compare
Pre-release
  • Disabled script in cmake (C++) build that caused build issues in other projects
  • Java jar provided as part of release.
  • Javadoc zip provided as part of release.

v0.9.6 Detection Formats Release

05 Feb 19:39
c6f47a4
Compare
Choose a tag to compare
Pre-release
  • Added support for classification (from machine learning or other advanced algorithms) of pick messages
  • Extended allowed event types to include "Earthquake", "MineCollapse", "NuclearExplosion", "QuarryBlast", "InducedOrTriggered", "RockBurst", "FluidInjection", "IceQuake",and "VolcanicEruption" from QuakeML v1.2
  • Improved unit test coverage
  • Renamed Associated to Association to better match naming scheme
  • Java jar provided as part of release.
  • Javadoc zip provided as part of release.

v0.9.5 Detection Formats Release

12 Mar 20:49
54ed8e8
Compare
Choose a tag to compare
Pre-release
  • Added Python distribution for Detection-Formats
  • Java jar provided as part of release.
  • Javadoc zip provided as part of release.

v0.9.4 Detection Formats Release

11 May 19:03
Compare
Choose a tag to compare
Pre-release
  • Added StationInfo format to communicate station location and quality information.
  • Added DetectionTime to Detection message to represent when the detection was made, as opposed to the detected event origin time.
  • Java jar provided as part of release.
  • Javadoc zip provided as part of release.

v0.9.3 Detection Formats Release

24 Feb 18:56
Compare
Choose a tag to compare
Pre-release
  • Removed SiteID from the Site object, because in practice it was redundant with Station, Channel, Network, Location.
  • Converted Beam from a separate format to an object containing back azimuth, slowness, power ratio, and associated errors, because Beam information is usually attached to other data.
  • Added Beam to Pick Format, because usually a beam is provided with a pick.
  • Removed Beam from Detection format, because it is now part of Pick.
  • Java jar provided as part of release.
  • Javadoc zip provided as part of release.

v0.9.2 Detection Formats Release

13 Feb 16:00
Compare
Choose a tag to compare
Pre-release
  • Adds PowerRatio and PowerRatioError to Beam message
  • Setup TravisCI for C++ builds
  • Made changes to CMake files to support automatic inclusion of C++ project in other CMake project builds.
  • Java jar provided as part of release.

v0.9.1 Detection Formats Release

09 Nov 21:56
Compare
Choose a tag to compare
Pre-release
  • Adds Hypocenter object, which is used by the Correlation and Detection formats.
  • Renamed Origin Format to Detection to better represent that the data is a preliminary detection, not a located origin.
  • Java jar provided as part of release.

v0.9.0 Detection Formats Release

12 Oct 19:57
Compare
Choose a tag to compare
Pre-release
  • Initial public version
  • Supports Picks, Beams, Correlations, Origins, and Retractions.
  • Java jar provided as part of release.