No description
Find a file
2020-05-22 16:43:39 +02:00
aggregateweather.py Update table description 2020-05-22 16:43:39 +02:00
getweather.py yapf 2020-05-22 16:38:33 +02:00
LICENSE Initial commit 2020-05-22 16:18:20 +02:00
README.md Fix readme 2020-05-22 16:34:28 +02:00
requirements.txt Collection of data and aggregation to mysql works 2020-05-22 16:21:18 +02:00
weather.ini Collection of data and aggregation to mysql works 2020-05-22 16:21:18 +02:00
weather.sql Correct index and create if not exists 2020-05-22 16:32:48 +02:00

weather

Some pythonscripts that get weather data from SMHI and calculates evapotranspiration.

Needs a mysql database:

mysql -e "CREATE DATABASE weather"
mysql weather < weather.sql
vim weather.ini
./getweather.py
./aggregateweather.py