- Mar 24, 2023
-
-
Geels, Brendan Ryan authored
-
- Mar 22, 2023
-
-
Erin (Josh) Rigler authored
Update code.json and pyproject.toml version info See merge request !215
-
Erin (Josh) Rigler authored
-
- Mar 21, 2023
-
-
Geels, Brendan Ryan authored
Minor factory fixes applied in March 2023 Closes #77 See merge request !214
-
Erin (Josh) Rigler authored
As per discussion in issue #77 with Dave K., this commit adds delta/2 to the requested `endtime` to ensure that starttime and endtime are fully inclusive in Edge-related I/O factories. I would have liked to generalized this and reduce the duplicate code between EdgeFactory and MiniSeedFactory, but couldn't figure out how to do this without adding considerably *more* code to the project than what is in this commit.
-
- Mar 20, 2023
-
-
Erin (Josh) Rigler authored
A Stream corresponding to a given network, station, location, and channel can (but probably shouldn't) have more than 1 trace returned from an ObsPy client.get_waveforms() function. This happens, for example, when the data type generated by a given station changes. This change forces the dtype of the data array for all Traces in the Stream to match the dtype of the data array in the first Trace of the Stream, thus allowing the Stream.merge() function to work as intended.
-
Erin (Josh) Rigler authored
The _format_headers() function in IAGA2002Writer.py would choke when the sensor_sampling_rate parameter in the trace.stats metadata could not be inverted. This occurred, at least, when the "Digital Sampling" IAGA2002 header line was not parsed properly, or was blank.
-
- Feb 23, 2023
-
-
Erin (Josh) Rigler authored
updated pyproject.toml to allow python versions 3.8.12 to 3.11.* See merge request !211
-
Wilbur, Spencer Franklin authored
-
- Feb 16, 2023
-
-
Erin (Josh) Rigler authored
Bump fastapi in pyproject.toml; update poetry.lock See merge request !208
-
Erin (Josh) Rigler authored
A vulnerability in the fastapi dependency starlette required a bump to [fastapi v0.92.0](https://github.com/tiangolo/fastapi/releases/tag/0.92.0) and update to the poetry.lock file.
-
- Feb 15, 2023
-
-
Erin (Josh) Rigler authored
-
Erin (Josh) Rigler authored
-
- Feb 13, 2023
-
-
Erin (Josh) Rigler authored
added lines so that the eleventh and following gaps are shown in collapsible... See merge request !207
-
Wilbur, Spencer Franklin authored
-
Wilbur, Spencer Franklin authored
-
- Feb 09, 2023
-
-
Wilbur authored
Updated the script to create a new line following the last line of any information pertianing to body summary. Should prevent other files from being concatonated to the end of a previous line.
-
- Feb 07, 2023
-
-
Wilbur authored
added lines so that the eleventh and following gaps are shown in collapsible list. Added line 186 to create break and new line after all gaps or no gaps are printed
-
Wilbur, Spencer Franklin authored
Draft: Changed the web address used in pip install command for code.usgs.gov See merge request !206
-
Wilbur authored
-
- Feb 02, 2023
- Jan 25, 2023
-
-
Erin (Josh) Rigler authored
Change pyproject.toml to ignore sqlalchemy vulnerability See merge request !205
-
Wernle, Alexandra Nicole authored
-
Erin (Josh) Rigler authored
Changed Controller's default update-limit to 1 Closes #83 See merge request !204
-
- Jan 13, 2023
-
-
Wernle, Alexandra Nicole authored
-
- Dec 08, 2022
-
-
Erin (Josh) Rigler authored
Force pip to do eager install of wheels See merge request !203
-
Erin (Josh) Rigler authored
-
Erin (Josh) Rigler authored
-
Erin (Josh) Rigler authored
Fixes for AverageAlgorithm - 20221207 See merge request !202
-
Erin (Josh) Rigler authored
I ran `poetry update`, which fixed several vulnerabilities. HOWEVER, there were a couple that didn't get fixed, including the wheel package. I ran `poetry run pip install -U wheel` to update wheel in my own virtual environmenet instead of adding it to pyproject.toml. This is because I read something that indicated that wheel is a rather special package that either should be, or actually cannot be, handled via pyrpoject.toml. I *believe* that the Gitlab pipeline will create an entirely new virtual environemnt, and that this will not be an issue, but we'll see.
-
Erin (Josh) Rigler authored
- code.json - pyproject.toml
-
Erin (Josh) Rigler authored
I was lazy the first time and didn't subtract delta from starttime when setting the default min_count_end in the configure method. This led to "flakiness" in Dst when long gaps were encountered in input observatories...exactly the kind of issue min_count_end was intended to mitigate. It should work correctly now.
-
Erin (Josh) Rigler authored
The has_any_channels method in TimeseriesUtility.py did not properly handle streams with multiple traces with the same channel, but different stations (or networks, or locations). It should work now.
-
- Nov 29, 2022
-
-
Wernle, Alexandra Nicole authored
V1.6.1 See merge request !201
-
Wernle, Alexandra Nicole authored
-
Wernle, Alexandra Nicole authored
-
- Nov 22, 2022
-
-
Erin (Josh) Rigler authored
Small fix requiring a length-1 list to be indexed See merge request !200
-
Erin (Josh) Rigler authored
Writing unit tests for Controller configurations is tricky, so I didn't do it, and this tiny-but-impactful bug slipped in. I did test this on the stagin server this time, and the processing pipe- line should work after this is deployed.
-