This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
Releases: usgs/earthquake-detection-formats
Releases · usgs/earthquake-detection-formats
v0.9.11 Detection Formats Release
- Added optional detector method key
v0.9.10 Detection Formats 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- Initial public version
- Supports Picks, Beams, Correlations, Origins, and Retractions.
- Java jar provided as part of release.