Skip to content

A tool to automatically alert me in case of strong winds in my town.

License

Notifications You must be signed in to change notification settings

tvoirand/duventchezmoi

Repository files navigation

Du vent chez moi

A tool to automatically alert me in case of strong winds in my town.

Download GFS surface wind speed forecast around a given set of coordinates. Sends a report by email in case the forecast surpasses a given threshold.

Dependencies

  • Requires Python 3 with the following packages (listed in environment.yml):

    • pygrib
    • numpy
    • matplotlib
    • google-api-python-client
    • google-auth
    • google-auth-oauthlib
  • Email server which can be accessed automatically

Installation

  • Create the necessary environment using for example conda env create -f environment.yml

  • Create a custom config file named config/config.ini based on the example given in config/example_config.ini

  • Install the duventchezmoi package using pip install .

  • Write a crontab to run python duventchezmoi/main.py periodically using the corresponding environment

Contribute

Please feel free to contribute by opening issues or pull-requests!

About

A tool to automatically alert me in case of strong winds in my town.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages