I am using Open_meteo to download Hourly and daily weather data.
I am storing the data I download into an Sqlit3 database so I will
be able to view this data and also use in other programs I am thinking of writing.
An in-depth paragraph about your project and overview of use.
SQLite 3
Python 3.11.2
Hardware - RPI
OS - Debian 13 Trixie 64 bit
Editor - VSCODE version 1.105
Database - SQLite3 3.339.2
DB Browser for SQLite version 3.12.2
- download code from github
- Make sure you have SQLite3 installed
- Open in VSCode or whatever editor you prefer
- Start the app by running main.py, this will bring up a screen where you will
- enter in the name of the city and state from where you want to get weather
- data. Currently only support one location. The app will create a database called
- myWeather.db to hold all data downloaded.
Thanks to Open-Meteo for collection and sharing weather data
https://open-meteo.com/