Protuhj / nhc-cones

Plots all 5 day forecast cones onto the NHC 7 day forecast imagery

Home Page:https://protuhj.github.io/nhc-cones/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Updater

NHC Cones

Author: Protuhj
Version: 0.9.4

Disclaimer:

I am in no way associated with the National Hurricane Center, and this project or its output is not intended for official use.


Description:

Takes the current storm data from the National Hurricane Center (NHC) and plots all the 5 day forecast cones onto the 7 day forecast graphics

Example output for the Atlantic forecast:

Atlantic Basic Latest


Dependencies

Written against Python 3.6

From requirements.txt:

certifi==2020.6.20
chardet==3.0.4
idna==2.10
lxml==4.5.2
Pillow==7.2.0
pytz==2020.1
requests==2.24.0
urllib3==1.25.10

Running it

  • Set up a Python virtual environment :

python3.6 -m venv env

  • Activate the virtual environment:

source ./env/bin/activate

  • Install requirements:

pip3.6 install -r requirements.txt

  • Run it:

python3.6 main.py

About

Plots all 5 day forecast cones onto the NHC 7 day forecast imagery

https://protuhj.github.io/nhc-cones/

License:MIT License


Languages

Language:Python 100.0%