- Jul 08, 2015
-
-
Hal Simpson authored
-
Hal Simpson authored
parseargs easier to duplicate.
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
- Jul 07, 2015
-
-
https://github.com/hasimpson-usgs/geomag-algorithmsJeremy M Fee authored
Merge branch 'update' of https://github.com/hasimpson-usgs/geomag-algorithms into hasimpson-usgs-update
-
Jeremy M Fee authored
Add NEW and BDT to Edge metadata.
-
Eddie McWhirter authored
-
Hal Simpson authored
Use starttime/endtime from the options parameter instead of being passed in as a seperate parameter.
-
Hal Simpson authored
-
Hal Simpson authored
-
Hal Simpson authored
-
Hal Simpson authored
-
Hal Simpson authored
-
Hal Simpson authored
Moved parameters out of init, and into run/run_as_update. Passed all arguments as options into run/run_as_update. Got smarter on how we select the ouput parameters.
-
Hal Simpson authored
Broke out input-edge/output-edge arguments into seperate arguments with the standard defaults, so the user doesn't have to enter them all the time. Set starttime/endtime type to UTCDateTime. Passed args into run/run_as_update
-
- Jul 02, 2015
-
-
Jeremy M Fee authored
Readme revamp
-
- Jul 01, 2015
-
-
Eddie McWhirter authored
-
Eddie McWhirter authored
-
Eddie McWhirter authored
-
Eddie McWhirter authored
-
Eddie McWhirter authored
-
Hal Simpson authored
-
Eddie McWhirter authored
-
Hal Simpson authored
-
Hal Simpson authored
-
Hal Simpson authored
Abandoned realtime update method over all new data, replaced with recursive method for a single timespan at a time, oldest to newest.
-
Hal Simpson authored
-
Hal Simpson authored
-
Hal Simpson authored
Refactored starttime/endtime to default to None, so algorithm and outputFactory can use starttime/endtime from input source.
-
Hal Simpson authored
Added update_realitime flag to init. run_as_update is completed up to finding gaps, and backing up to find 'All' new data. Still need to call the algorithm, and write out the data that's 'new'
-
Hal Simpson authored
Added routines to return the number of seconds in a given interval, and to detect if 'new' data exists between two data sets
-
Hal Simpson authored
-
Hal Simpson authored
-
Hal Simpson authored
-
Hal Simpson authored
-
Hal Simpson authored
-
Hal Simpson authored
-
Hal Simpson authored
moved create_gap_stream from controller.py to TimeseriesFactory.py, made some sense, and it gave me access to starttime and endtime
-
Hal Simpson authored
-
Hal Simpson authored
-