Skip to content
Snippets Groups Projects
  1. Jun 18, 2020
  2. 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
  3. Mar 03, 2020
  4. Feb 12, 2020
  5. Dec 05, 2019
  6. Nov 09, 2018
  7. 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
  8. Jul 26, 2018
  9. Jun 28, 2018
  10. Jan 11, 2018
  11. Jul 24, 2017
  12. May 01, 2017
  13. Jan 18, 2017
  14. Nov 28, 2016
  15. Sep 07, 2016
  16. Jun 09, 2016
  17. Jun 06, 2016
  18. May 12, 2016
  19. Feb 08, 2016
  20. Jan 27, 2016
  21. Nov 20, 2015
  22. Nov 16, 2015
  23. Nov 13, 2015
  24. Nov 12, 2015
  25. Nov 11, 2015
  26. Aug 26, 2015
  27. Jul 17, 2015
  28. Jul 13, 2015
  29. Jul 09, 2015
  30. Jul 08, 2015
  31. Jul 01, 2015
  32. Jun 30, 2015
Loading