- 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 16, 2024
-
-
Wilbur, Spencer Franklin authored
-
Wilbur, Spencer Franklin authored
-
Wilbur, Spencer Franklin authored
Commented out FDSNFactory_Test.py for the time being. Updated poetry and added a new script Filter.py to handle the FilterDateApiQuery class that is used for the filter algorithm web service.
-
Wilbur, Spencer Franklin authored
I have added a new class to the DataApiQuery.py that is used within algorithms.py to provide an input and output sample interval option for users.
-
Wilbur, Spencer Franklin authored
I have added a new class to the DataApiQuery.py that is used within algorithms.py to provide an input and output sample interval option for users.
-
- May 02, 2024
-
-
Wilbur, Spencer Franklin authored
I cahnged the call from IRISFactory to FDSNFactory in data.py, updated the validator in DataAPIQuery.py to accept Variometer IDs, added a new file called variometers.py so that the ASL_Observatory_index can be used by the webservice, and this includes a change to app.py where I added a router to the new variometers.py script. I opted to not change any of the file names currently, but will give this some more thought. I wanted to commit these chagnes soon so that Nick can begin working on the front end.
-
- Nov 03, 2023
-
-
Erin (Josh) Rigler authored
We can't totally obscure things and fairly call this an "open" api. However, if we prefer to limit experimentation by novice developers, it seems prudent to at least partially obscure some options in the user-friendly Swagger for our api. This seemed especially important for the data_host option, which could be susceptible to abuse. So, all models/schemas are published via `ws/openapi.json`, but only "default" options are displayed on the Swagger page's "Try it out" section.
-
- Oct 30, 2023
-
-
Erin (Josh) Rigler authored
Allows the user to specify an alternate host to pull time series data from via the URL. This is mostly useful for using the data web service to test different verified data sources. It is not really a "public" feature, and we might consider how to restrict its deployment to non-public servers only.
-
- Apr 07, 2021
-
-
Cain, Payton David authored
-
- Mar 10, 2021
-
-
Cain, Payton David authored
-
Cain, Payton David authored
update get_data's usage of get_data_factory
-
Cain, Payton David authored
-
- Sep 08, 2020
-
-
Jeremy M Fee authored
-
- Jun 18, 2020
-
-
Jeremy M Fee authored
-
Jeremy M Fee authored
-
-
-
- Apr 06, 2020
-
-
Jeremy M Fee authored
-
- Apr 03, 2020
-
-
Jeremy M Fee authored
-