Skip to content
Snippets Groups Projects
  1. Jan 23, 2017
  2. Jan 21, 2017
  3. Jan 19, 2017
  4. Jan 18, 2017
  5. Jan 11, 2017
  6. Jan 10, 2017
  7. 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
  8. Dec 15, 2016
  9. Nov 29, 2016
  10. Nov 28, 2016
  11. Nov 16, 2016
  12. Oct 28, 2016
Loading