Skip to content

[Version 0.1.1] Minor Compatibility Fixes

Compare
Choose a tag to compare
@ispingos ispingos released this 12 Dec 12:18
· 19 commits to master since this release
b4d136c

Minor Compatibility Fixes

  • Adjusted handling of TauP model building
  • Fixed catFile not being acquired from self
  • Changed storing of npz files to velocity model's original directory to avoid issues with user's write permission to obspy''s directory.
  • Missing magnitudes should no longer cause problems when exporting to csv format
  • Made some changes to the logging of csv exporting.
  • Few adjustments to .gitignore
  • Added a quick check for StationXML files
  • Added a check for valid latitude and longitude values in the QuakeML files. If any of those is None, the event will be skipped.
  • Added a quick fix for events with a depth of 0. For now, the event depth is set at 0.1 km. A non-zero depth is mandatory to calculate the incidence angle geometrically. A more elegant solution will be provided in a future release.
  • Fixed instances of erroneous array loading from the database.