You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Micke Nordin b8ecafcf5b
Add nagios plugin
4 years ago
LICENSE Initial commit 4 years ago
README.md Fix readme 4 years ago
aggregateweather.py Add nagios plugin 4 years ago
check_rainfall.sh Add nagios plugin 4 years ago
getweather.py Add nagios plugin 4 years ago
requirements.txt Collection of data and aggregation to mysql works 4 years ago
weather.ini Add nagios plugin 4 years ago
weather.sql Correct index and create if not exists 4 years ago

README.md

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