-
Notifications
You must be signed in to change notification settings - Fork 0
Design Architecture
// TODO_
This file serves as a worker thread that fetches and retrieves data from the respective sources and uploads them to the SQLite database stored locally. For Discharge and Gage Height, this serves as a cache to save time and speed up display. For Rainfall, this can be used additionally as a history.
We construct our USGS queries with string concatenation and construct/format the data with the ORM tool, pony
.
Using matplotlib, there's a simple plot()
function that takes in two lists, one for X and one for Y points, plots them together and assumes order.
GitHubs
Nick Dant | https://github.com/NickDant
Naomi Martinez | https://github.com/dnmartinez
David Shi | https://github.com/dshimo
Sid Srikumar | https://github.com/sid9102
Christy Tran | https://github.com/ChristyTran