Skip to content

Fetch METAR data from an airport and logs to the terminal or console, uses CheckWX API for the data.

License

Notifications You must be signed in to change notification settings

AstrooKai/METAR-Fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

METAR Fetcher

This repository provides python scripts that fetch METAR data from an airport and logs them in the terminal or console, METAR data are fetched from CheckWX API.

Currently Supported Country Scripts

  1. Philippines
  2. Taiwan

About METAR

METAR also known as Meteorological Terminal Air Report is a format of weather information report used in aviation, METAR is used by pilots to know the condition of the weather before taking off or landing. A typical METAR contains data for the temperature, dew point, wind direction and speed, precipitation, cloud cover and heights, visibility, and barometric pressure. A METAR may also contain information on precipitation amounts, lightning, and other information that would be of interest to pilots or meteorologists such as a pilot report or PIREP, colour states and runway visual range (RVR).

Setup

The setup is easy, literally. You just put your API Key inside the value of the apiKey variable and run the file.

apiKey = "API KEY HERE"

About

Fetch METAR data from an airport and logs to the terminal or console, uses CheckWX API for the data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages