Skip to content
Snippets Groups Projects
  1. Jan 09, 2017
    • 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
  2. Jun 06, 2016
  3. May 20, 2016
  4. May 13, 2016
  5. May 12, 2016
  6. Aug 28, 2015
  7. Jul 01, 2015
  8. Dec 19, 2014
Loading