Skip to content
/ meteo Public

Create graphics and statistics based on your meteorological data.

License

Notifications You must be signed in to change notification settings

acmo0/meteo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Application

This application is used to create graphics and statistics based on your meteorological data and is developped by Grégoire Frémion.


Installation

Easy

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

Custom

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 

"defaultconfig.cfg"

database:<path to db>
backup_dir:~/.local/meteo/backup
years_stats_window_width:400
years_stats_window_heigth:650

"var.cfg"

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>

Screenshots :

plot plot plot


Todo :

Create a Windows version.


Contributing

All feedbacks are welcome. For changes please open a issue to discuss about what you would like to change.


License

GPLv3.0