Skip to content
Snippets Groups Projects
  1. Apr 22, 2024
  2. Apr 17, 2024
  3. Sep 22, 2021
  4. Aug 24, 2021
  5. Aug 18, 2021
  6. Sep 18, 2020
  7. Jul 07, 2020
  8. Mar 03, 2020
  9. Jul 08, 2019
  10. Jul 02, 2019
    • Cain, Payton David's avatar
      Fixes issue 119 · 1f4b95bc
      Cain, Payton David authored
      Changes comments in parse_string function from the comments contained in the IAGA2002 file
      1f4b95bc
    • Cain, Payton David's avatar
      Fixes issue 119 · 02f0ce0d
      Cain, Payton David authored
      Change comments inside of parse_string function from the IAGA2002 comments
      02f0ce0d
    • Cain, Payton David's avatar
      Fixes issue #119 · 3058c438
      Cain, Payton David authored
      Change comments in parse_string function from those contained in IAGA2002
      3058c438
    • Cain, Payton David's avatar
      Fixes issue 119 · dd92f805
      Cain, Payton David authored
      Changes the comments for the parse_string function from IAGA2002 file's comments
      Please enter the commit message for your changes. Lines starting
      dd92f805
  11. Nov 09, 2018
  12. 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
  13. Jun 28, 2018
  14. Jan 21, 2017
  15. Jan 18, 2017
  16. 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
  17. Jun 06, 2016
  18. May 20, 2016
  19. May 13, 2016
  20. May 12, 2016
  21. Aug 28, 2015
  22. Jul 01, 2015
Loading