This application is used to create graphics and statistics based on your meteorological data and is developped by Grégoire Frémion.
If you want to install it you can use the .deb file located in binary folder for an easier installation and use apt or dpkg :
sudo apt install ./meteo.deb
However you can download all files from sources and all folders and modify "defaultconfig.cfg" and "var.cfg" : Make sure python3 is installed and install matplotlib and for python3 with
apt install python3-matplotlib python3-gi python3-gi-cairo gir1.2-gtk-3.0
or
pip3 install -r requirements.txt
database:<path to db>
backup_dir:~/.local/meteo/backup
years_stats_window_width:400
years_stats_window_heigth:650
change :
/usr/local/etc/meteo/config.cfg
/usr/local/etc/meteo/defaultconfig.cfg
/usr/local/lib/meteo/layouts/
/usr/local/lib/meteo/images/
in :
<path to your config file (will be created automatically)>
<location of the "defaultconfig.cfg" file>
<folder with all layouts>
<folder with all images>
Create a Windows version.
All feedbacks are welcome. For changes please open a issue to discuss about what you would like to change.