master
Mikael Nordin 4 years ago committed by GitHub
parent 2bd1e23c1b
commit 5df1df43ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,2 +1,12 @@
# weather
Some pythonscripts that get weather data from SMHI and calculates evapotranspiration
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
````

Loading…
Cancel
Save