Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diego-garro/tafver-metars
Download METAR's and TAF's from Ogimet.com and format it for TAFVER software verificator.
https://github.com/diego-garro/tafver-metars
aeronautics metar meteorology taf weather
Last synced: about 2 months ago
JSON representation
Download METAR's and TAF's from Ogimet.com and format it for TAFVER software verificator.
- Host: GitHub
- URL: https://github.com/diego-garro/tafver-metars
- Owner: diego-garro
- License: mit
- Created: 2021-03-10T05:58:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-15T19:31:52.000Z (almost 4 years ago)
- Last Synced: 2024-10-31T09:46:10.542Z (2 months ago)
- Topics: aeronautics, metar, meteorology, taf, weather
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TAFVER METARS
Simple command line tool to download METAR's and TAF's for a given station.
## Requirements
This package requires:
* [Python ^3.6][python-home]
* [Git ^2.0.0][git-home][python-home]: https://www.python.org
[git-home]: https://git-scm.comPython 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.