Skip to content
Snippets Groups Projects
  1. Apr 18, 2023
  2. Mar 21, 2023
    • Erin (Josh) Rigler's avatar
      Fixes issue #77 · c2c6c644
      Erin (Josh) Rigler authored
      As per discussion in issue #77 with Dave K., this commit adds delta/2
      to the requested `endtime` to ensure that starttime and endtime are
      fully inclusive in Edge-related I/O factories. I would have liked to
      generalized this and reduce the duplicate code between EdgeFactory
      and MiniSeedFactory, but couldn't figure out how to do this without
      adding considerably *more* code to the project than what is in this
      commit.
      c2c6c644
  3. Oct 14, 2021
  4. Sep 02, 2021
  5. Aug 24, 2021
  6. Aug 18, 2021
  7. Jun 24, 2021
  8. Jun 16, 2021
  9. Sep 14, 2020
  10. Aug 31, 2020
  11. Jun 18, 2020
  12. Mar 30, 2020
    • Erin (Josh) Rigler's avatar
      Handle empty buffer returned from Edge · a3e3c12d
      Erin (Josh) Rigler authored
      ObsPy's waveserver.py (and associated methods) do not handle an empty
      buffer returned from Edge's earthworm server. In short, they generate
      a None value instead of an empty byte string as one might expect (and
      they clearly did expect, since they attempted `len(dat)` where dat
      was expected to be a byte string, but was a None object if/when Edge
      had no data. This fix employs a try/except clause to generate an
      empty string if the waveserver client fails with a TypeError, as is
      the case when Edge returns an empty buffer.
      a3e3c12d
  13. Mar 03, 2020
  14. Feb 12, 2020
  15. Dec 05, 2019
  16. Nov 09, 2018
  17. Oct 03, 2018
    • Erin (Josh) Rigler's avatar
      Properly handle adjusted/provisional data type · 33b48289
      Erin (Josh) Rigler authored and Claycomb, Abram Earl's avatar Claycomb, Abram Earl committed
      - allow adjusted and provisional strings in --type controller argument
      - allow adjusted, provisional, and definitive strings in _get_url() in TimeseriesFactory
      - return appropriate abbreviation for adjusted/provisional data type
      - translate adjuste/prvisional to A0 location code in EdgeFactory
      - only write out DECBAS for variation/reported data types
      - translate adjusted/provisional to A0 location code in IMFJSONWriter.py
      - in several places I set it up so that 'variation' and 'reported' were synonymous,
        although I am not sure I found every such instance.
      33b48289
  18. Jul 26, 2018
  19. Jun 28, 2018
  20. Jan 11, 2018
  21. Jul 24, 2017
  22. May 01, 2017
  23. Jan 18, 2017
  24. Nov 28, 2016
  25. Sep 07, 2016
  26. Jun 09, 2016
  27. Jun 06, 2016
Loading