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