- 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.
-
Wilbur, Spencer Franklin authored
The hour data is still doing something wonky but I'm not sure why. The first hour returned has an additional 30 minutes.
-
Wilbur, Spencer Franklin authored
-
Wilbur, Spencer Franklin authored
Added severl changes to allow for users to retrieve one minute and one hour data from the avaiable one-second data via the FDSN client.
-
- May 31, 2024
-
-
Wilbur, Spencer Franklin authored
-
- May 30, 2024
-
-
Shavers, Nicholas H authored
-
- May 07, 2024
-
-
Wernle, Alexandra Nicole authored
-
Wernle, Alexandra Nicole authored
-
- May 02, 2024
-
-
Wilbur, Spencer Franklin authored
-
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.
-
- Apr 23, 2024
-
-
Shavers, Nicholas H authored
-
Shavers, Nicholas H authored
-
Shavers, Nicholas H authored
-
- Apr 22, 2024
-
-
Geels, Brendan Ryan authored
-
- Apr 17, 2024
-
-
Geels, Brendan Ryan authored
-
- 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.
-
Move optional parameters to end of model definition
-
-
-
- Oct 10, 2023
-
-
Wilbur, Spencer Franklin authored
Revised the minute definition in ObservatoryMetadata and VariometerMetadata. Removed the ObservatoryMetadata variable from IRISFactory and replaced it with the VariometerMetadata variable and an optional variable that points to the VariometerMetadata module.
-
Wilbur, Spencer Franklin authored
Updated the IRISFactory to support the new VariometerMetadata class. Also removed unnecessary lines of code in VariometerMetadata.py and ObservatoryMetadata.py.
-
Wilbur, Spencer Franklin authored
Added the script VariometerMetaData.py to the geomagio folder. Also updated Obsevartory.py to use the VariometerMetaData dictionary to populate a list of observatories using the Obersvatory class.
-
Wilbur, Spencer Franklin authored
Updated the ObservatoryMetadata and Observatory.py files to point to the default_metadata dictionary only. Also edited the declination_base argument so that it defualts to an int = None rather than 0. This change is reflected in the default_metadata as well. Anywhere declination_base didn't exists or equaled 0 is now set to 'declination_base' = None
-
- Sep 01, 2023
-
-
Wilbur, Spencer Franklin authored
-
Wilbur, Spencer Franklin authored
This commit contains an edit to the Observatory.py file. The only change involves commenting out line 531 so that the ASL observatories will not be used by the plotting application.
-
- Aug 24, 2023
-
-
- Jun 29, 2023
-
-
Erin (Josh) Rigler authored
Add "-Infinity" and "Infinty" to "NaN" in list of invalid JSON float values that we must convert to null before returning a response to calls to the back-end's /algorithms/residual endpoint.
-
- May 25, 2023
-
-
Erin (Josh) Rigler authored
This allows the front-end to filter out test observatories when building the dashboard. Also, removed "(ObsRIO)" from some of the other test systems, since this label was no longer indicative of anything special.
-
- May 22, 2023
-
-
Eddie J Hunter authored
-
- May 08, 2023
-
-
Wilbur, Spencer Franklin authored
changed the ports from 22061 back to 2061 except for the defined port in MiniSeedFactory.py which is set to 7974 on line 28
-
- Apr 27, 2023
-
-
Wilbur, Spencer Franklin authored
-
- Apr 24, 2023
-
-
Wilbur, Spencer Franklin authored
-
- Oct 24, 2022
-
-
Jeremy M Fee authored
-