- Aug 13, 2022
-
-
Jeremy M Fee authored
-
- Aug 12, 2022
-
-
Jeremy M Fee authored
-
- Aug 11, 2022
-
-
Erin (Josh) Rigler authored
Previously, the endtime-starttime interval being processed by the `run_as_update` method would shrink by 1 (second) with each recursion. This ultimately broke `run_as_update` when processing anything other than 1-second data, but it wasn't obvious because we rarely had to actually recurse. There is a little trickery now to ensure that user- provided starttime and endtime are inclusive of the full first (most recent) update interval, while subsequent, calculated, endtimes are set equal to the prior starttime minus specified output_interval (e.g., 'second', 'minute', etc.).
-
- May 27, 2022
-
-
Erin (Josh) Rigler authored
It turns out that none of the factories currently being used in production expects bytes as input, and in fact, Util.read_url() converts everthing to a string anyway, so a BYTES-oriented input would couldn't not possibly be working. So, just remove all use of BYTESIO, and instead use only STRINGIO.
-
- May 18, 2022
-
-
Erin (Josh) Rigler authored
-
Erin (Josh) Rigler authored
This is a bandaid to allow the `--input-url` option to be used to read in single files. It adds zero functionality beyond what already existed when the `--input-file` option was used.
-
- Aug 26, 2021
-
-
Jeremy M Fee authored
-
- Aug 25, 2021
-
-
Cain, Payton David authored
-
- Aug 18, 2021
-
-
- Aug 16, 2021
-
-
Jeremy M Fee authored
-
- Mar 22, 2021
-
-
Cain, Payton David authored
-
Cain, Payton David authored
-
- Mar 19, 2021
-
-
Cain, Payton David authored
-
- Mar 15, 2021
-
-
Cain, Payton David authored
-
- Feb 02, 2021
-
-
Cain, Payton David authored
-
- Jan 20, 2021
-
-
Jeremy M Fee authored
-
- Dec 17, 2020
-
-
Cain, Payton David authored
-
Cain, Payton David authored
-
Cain, Payton David authored
-
-
Cain, Payton David authored
-
- Nov 24, 2020
-
-
Erin (Josh) Rigler authored
Also, fixed controller's get_output_factory to initialize the MiniSeedFactory class when --ouput is miniseed
-
- Oct 27, 2020
-
-
Cain, Payton David authored
-
- Oct 26, 2020
-
-
Cain, Payton David authored
-
Cain, Payton David authored
-
Cain, Payton David authored
-
Cain, Payton David authored
-
Cain, Payton David authored
-
Cain, Payton David authored
-
- May 26, 2020
-
-
Cain, Payton David authored
-
- May 22, 2020
-
-
Cain, Payton David authored
-
- Mar 03, 2020
-
-
Jeremy M Fee authored
-
- Feb 19, 2020
-
-
Erin (Josh) Rigler authored
Updated command line argument for output factory
-
- Feb 14, 2020
-
-
Jeremy M Fee authored
Remove conversion factor arguments, add tests, fix how metadata is accessed and make convert method "public"
-
- Feb 13, 2020
-
-
Jeremy M Fee authored
-
- Jan 30, 2020
-
-
Cain, Payton David authored
Moves convert_voltbin method to MiniseedFactory with corresponding test file rewrites. Adds conversion arguments to controller.
-
- Dec 16, 2019
-
-
Jeremy M Fee authored
-
- Dec 05, 2019
-
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
- Nov 09, 2018
-
-
Update controller to use algorithm next_start_time to pre-process data, move where args.realtime is processed for testing
-