Skip to content
Snippets Groups Projects
  1. Nov 09, 2018
  2. Oct 03, 2018
    • Erin (Josh) Rigler's avatar
      fixed minor syntax error in TimeseriesFactory.py · f1dd3fb1
      Erin (Josh) Rigler authored and Claycomb, Abram Earl's avatar Claycomb, Abram Earl committed
      f1dd3fb1
    • 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
  3. Jun 28, 2018
  4. Jan 21, 2017
  5. Jan 18, 2017
  6. Jan 09, 2017
    • Erin (Josh) Rigler's avatar
      Update TimeseriesFactory.py · 06d757f7
      Erin (Josh) Rigler authored
      I'm not sure this is functionally different from what there was previously. Is this what you were suggesting in your comment on this PR @jmfee?
      06d757f7
    • Erin (Josh) Rigler's avatar
      Pad to urlInterval in put_timeseries() · 3f4f2539
      Erin (Josh) Rigler authored
      TimeseriesFactory.get_timeseries() pads to the requested interval with NaNs,
      filling in start/end gaps. TimeseriesFactory.put_timeseries() is supposed to
      do this (according to Jeremy Fee), but it was trimming NaNs from the start/
      end before writing to file. This PR fixes this by using ObsPy's Stream.trim()
      method, in a similar manner to TimesereisFactory.get_timeseries(), to pad to
      the specified start and end of the urlInterval..
      3f4f2539
  7. Jun 06, 2016
  8. May 20, 2016
  9. May 13, 2016
  10. May 12, 2016
  11. Aug 28, 2015
  12. Jul 01, 2015
  13. Dec 19, 2014
Loading