rossyndicate / poudre_sonde_network

MIT License
0 stars 7 forks source link

Appending 6-hour data from API #73

Closed kathryn-willi closed 6 months ago

kathryn-willi commented 10 months ago

Work will be centered within the api_pull folder

kathryn-willi commented 10 months ago

UPDATE: can we actually do this in 3-hour increments instead?

juandlt-csu commented 10 months ago

We can do this in 3-hour increments but we will need to append to the previous 6 hours of data for the large anomaly flag to work on the more recent incoming data point.

juandlt-csu commented 9 months ago

This is mostly done, just need to append to historical API data and we should be good. historical flagged data and appending to incoming data is done.

juandlt-csu commented 6 months ago

need to revisit this to make sure that the workflow is working how we expect it to when it comes to flagged data since it is being flagged twice.

juandlt-csu commented 6 months ago

I am going to mark this as done. Everything seems to be working properly. We have not tested this extensively.