- Jan 17, 2025
-
-
Shavers, Nicholas H authored
-
Shavers, Nicholas H authored
covjson folder placed into geomagio, sibling to other factory folders. Import module syntax used i.e __init__.py
-
Shavers, Nicholas H authored
-
Shavers, Nicholas H authored
-
Shavers, Nicholas H authored
-
Shavers, Nicholas H authored
-
Shavers, Nicholas H authored
-
- Jan 14, 2025
-
-
Hobbs, Alexandra (Contractor) authored
-
- Jan 10, 2025
-
-
Wilbur, Spencer Franklin authored
-
Wilbur, Spencer Franklin authored
-
Wilbur, Spencer Franklin authored
Updated the filter endpoint to not allow for the output sampling period to be none. If it is left empty an error code wil prompt you to provide an appropriate sampling period. This involved adding some logic to a few of the test and a couple logger warming that would skip trying to determine wehter the number of smaple reqeusted ignores the sample request limit.
-
Wilbur, Spencer Franklin authored
-
Wilbur, Spencer Franklin authored
Removed union method from FilterApiQuery and Filter.py, I also added a negatvie test to filter_test to account check that an innapropriate float would cause and error. I also removed the asyn functions from data_test.py because they were being skipped in the testing pipeline. I made them regular function and they are now passing.
-
Wilbur, Spencer Franklin authored
Reverted test to allow strings for specifc parmaters. I believe I grabbed an old version of DataAPIQuery that caused the test to fail before. Things should now be up to date.
-
Wilbur, Spencer Franklin authored
-
Wilbur, Spencer Franklin authored
Removed the default auto from input sampling period. Added descriptor to swagger saying that will generate correct sampling period needed to find the output_sampling_period.
-
Wilbur, Spencer Franklin authored
Created a fresh branch to commit changes to files for adding recursive logic, also adjusted current tests to accomdate these changes. I added a new test FDSNFactory_test as well as a mock miniseed client called mseed_FDSN_test_client which is simply the same as mseed_test_client but adapted to use the FDSNSNCL.
-
- Dec 19, 2024
-
-
Hobbs, Alexandra (Contractor) authored
-
Hobbs, Alexandra (Contractor) authored
-
- Dec 18, 2024
-
-
Hobbs, Alexandra (Contractor) authored
Update pytest library and add pytest-asyncio and pytest-mock for better testing. Add pytest unitests for all routes in login.py. Fix a bug where an unauthorized request would error and return a 500 instead of a 401. Remove the depcrecated app.on_event functions in favor of lifespan events.
-
- Dec 17, 2024
-
-
Shavers, Nicholas H authored
-
- Nov 29, 2024
-
-
Hobbs, Alexandra (Contractor) authored
-
- Nov 27, 2024
-
-
Hobbs, Alexandra (Contractor) authored
-
- Nov 26, 2024
-
-
Hobbs, Alexandra (Contractor) authored
-
- Nov 25, 2024
-
-
Hobbs, Alexandra (Contractor) authored
-
Hobbs, Alexandra (Contractor) authored
-
- Nov 22, 2024
-
-
Hobbs, Alexandra (Contractor) authored
-
Hobbs, Alexandra (Contractor) authored
-
Hobbs, Alexandra (Contractor) authored
-
- Nov 19, 2024
-
-
Wilbur, Spencer Franklin authored
-
- Nov 14, 2024
-
-
Hobbs, Alexandra (Contractor) authored
-
- Nov 13, 2024
-
-
Hobbs, Alexandra (Contractor) authored
-
- Nov 08, 2024
-
-
Hobbs, Alexandra (Contractor) authored
-
Hobbs, Alexandra (Contractor) authored
-
- Sep 27, 2024
-
-
Wilbur, Spencer Franklin authored
Added a network paramter to all list of Observatories and Variometers. I made this a non optional paramter within Observatory.py.
-
- Sep 26, 2024
-
-
Wilbur, Spencer Franklin authored
I removed an unecessary call to FilterApiQuery from within Data.py. I also added validation to the FilterApiQuery.py. Rather than using super I opted to add the validation to this file beacuse sampling_period was ignored from the base class i.e. DataApiQuery and this is why the REQUEST_LIMIT was being ignored.
-
- Aug 21, 2024
-
-
Wilbur, Spencer Franklin authored
-
Wilbur, Spencer Franklin authored
-
Wilbur, Spencer Franklin authored
Resolved comments made by Josh. Added FilterApiQuery.py and renamed the Filter.py to filter.py for consistency.
-
- Aug 16, 2024
-
-
Wilbur, Spencer Franklin authored
-