- Apr 02, 2024
-
-
Geels, Brendan Ryan authored
This reverts commit f10f33f3.
-
- Mar 26, 2024
-
-
Geels, Brendan Ryan authored
-
Geels, Brendan Ryan authored
-
- Jun 27, 2023
-
-
Geels, Brendan Ryan authored
-
- May 08, 2023
-
-
Erin (Josh) Rigler authored
The split_trace() function always dropped the last sample. This was seemingly part of a flawed logic designed to prevent traces being written to Edge by the MiniSeedInputClient that spanned midnight. This worked, but only if the original trace actually spanned midnight. For the majority of data that do not span midnight, this dropped a sample every time. The updated logic does what I believe was the original intent (that is, it breaks traces into more manageable chunks) without duplicating or losing any data. This is consistent with obspy's concept of data slices, where a starttime and endtime are always inclusive, but it deviates somewhat from MiniSeed logic, which assumes a starttime, plus a delta, plus a number of samples. It was necessary to update a couple unit tests for the MiniSeedFactory to work with this new logic, but I am certain that the original test logic was not based on anything but what the TimeseriesUtility.py function(s) returned when they were originally written.
-
- Oct 14, 2021
-
-
Cain, Payton David authored
-
- Oct 13, 2021
-
-
Cain, Payton David authored
-
- Sep 08, 2021
-
-
Cain, Payton David authored
-
- Sep 02, 2021
-
-
Cain, Payton David authored
-
Cain, Payton David authored
-
Cain, Payton David authored
-
- Aug 06, 2021
-
-
Cain, Payton David authored
-
- Jun 16, 2021
-
-
Cain, Payton David authored
-
- Apr 15, 2021
-
-
Cain, Payton David authored
-
- Apr 14, 2021
-
-
Cain, Payton David authored
-
- Aug 31, 2020
-
-
- Apr 06, 2020
-
-
Jeremy M Fee authored
-
- Mar 03, 2020
-
-
Jeremy M Fee authored
-
- Feb 12, 2020
-
-
- Dec 16, 2019
-
-
Jeremy M Fee authored
-
- Dec 12, 2019
-
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
- Dec 05, 2019
-
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
- Nov 09, 2018
-
-
- Jul 27, 2018
-
-
arigdon-usgs authored
-
- Jul 26, 2018
-
-
arigdon-usgs authored
Fixed npts issues in create missing and channels as well as a unit test. Also cleaned up the unit test code for syntax and linting.
-
arigdon-usgs authored
-
- Jan 11, 2018
-
-
Hunsinger, Heather Elizabeth authored
-
- Oct 06, 2015
-
-
Jeremy M Fee authored
-
- Mar 27, 2015
-
-
Hal Simpson authored
-
Hal Simpson authored
-
Hal Simpson authored
-
Hal Simpson authored
Added EdgeFactory, ObservatoryMetadata and their accompanying tests. EdgeFactory only has get_timeseries implemented, put_timeseries will be done later. ObserveatoryMetadata has the Observatory information hardcoded for now, future implementations will use something more dynamic.
-