Making an SQLite Weather Forecast Database
For context, I make weather reports every week for Avenue Road Property Management. After completing CSC 370 (database systems), I wanted to try to integrate what I had learned to gain some new professional skills.
My current dataflow for generating reports was like this:
- Aggregate data into pandas
- Filter to relevant timeframe
- Generate PDF using Python
And I want to improve it to be this:
- Aggregate data to SQLite (automatically)
- Filter using queries into PDF reports
I think this will make the process easier - stay tuned for updates!
Enjoy Reading This Article?
Here are some more articles you might like to read next: