diego-garro / tafver-metars

Download METAR's and TAF's from Ogimet.com and format it for TAFVER software verificator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TAFVER METARS

Simple command line tool to download METAR's and TAF's for a given station.

Requirements

This package requires:

Python because it was developed on that version and Git for discriminate the use and choose the logging level for that use.

Installation

For install only run this command from your terminal

pip install tafver-metars

Update

Update with pip adding the option --upgrade

pip install --upgrade tafver-metars

Examples

To download data from the current month for JFK INT. Airport only run

tafver download kjfk

If you need older month but the same year run

tafver download kjfk -m 2

where -m 2 its an option and refers to february. Take in count that this value must be earlier than the actual month for the same year.

If you need older year run

tafver download kjfk -y 2020

where -y 2020 its an option and refers to the year 2020. Take in count that the year must be older than 2004, only years from 2005 onwards are allowed. That's because only this years are available in databases of Ogimet.com.

About

Download METAR's and TAF's from Ogimet.com and format it for TAFVER software verificator.

License:MIT License


Languages

Language:Python 92.2%Language:Makefile 7.8%