-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try harder to find phase names for picks in QML files
This commit fixes the case where the phase name is not provided in the `<pick>` tag, but rather in the corresponding `<arrival>` tag. This is for instance the case for the QML files provided by USGS.
- Loading branch information
1 parent
97fddbd
commit 1dbd1ce
Showing
2 changed files
with
18 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,10 @@ Copyright (c) 2011-2024 Claudio Satriano <[email protected]> | |
- Fix I/O error when reading PAZ files | ||
- Fix for event ids in SourceSpec event file being only numbers: they are now | ||
correctly interpreted as strings | ||
- Fix for ignored picks for certain kind of QuakeML files (like the ones from | ||
USGS) where the phase name is not in the `<phase_hint>` attribute of the | ||
`<pick>` element but in the `<phase>` attribute of the corresponding | ||
`<arrival>` element | ||
|
||
## v1.8 - 2024-04-07 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters