A Variable Analysis Page and Graphing with a date system!
Hey guys! Here is what I have been up to…
Graphing Date System:
As well as a “last _ ____” system (relative range), I created a version that allows me to choose “Date Range.” Date Range allows you to choose between two dates. It sounds simple but was a lot harder to code 😅. As I wrote most of the code while being really sleep deprived, take a look over at @app.get("/graph/weather/{station_id}") on the project’s github page. (I recommend using ctrl + f to find it)
Variable Analysis Page:
This page is pretty similar to the graphing page (see previous devlogs) where it uses a HTML form with query variables to create calculations. The user selects a weather station, variable, range mode (relative or date), inputs for that mode (hours/date, etc) and the units. Then the latest, minimum, maximum, mean, median, range, sample value (n value), and the overall trend (falling, steady, rising, insufficient data). The time will also be shown if applicable (latest value). You can then download a csv of all the data the calculations were derived from. Under that is another box showing the full time the data is collected from as well as the units
Future:
I still need to add a tab for more advanced analysis such as linear regressions, anovas, t-tests, etc.
If you guys have any more ideas, Let me know!!!
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.