Skip to content
/ metar Public

A simple set of utilities designed for retrieving raw forms of METAR and TAF data from Aviation Weather Center.

License

Notifications You must be signed in to change notification settings

Zedran/metar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

METAR

A simple package providing the ability to download and parse the most recent aerodrome weather reports (METAR and TAF). It utilizes Aviation Weather Center as data source.

Usage

Prepare ICAO codes before query

Remove duplicates and improperly formatted codes.

func PrepareCodes(codes ...string) []string

Get weather reports from Aviation Weather Center

func GetReports(client *http.Client, codes []string, tafOn bool) ([]*Finding, error)

Resources

License

This software is available under MIT License.

About

A simple set of utilities designed for retrieving raw forms of METAR and TAF data from Aviation Weather Center.

Topics

Resources

License

Stars

Watchers

Forks

Languages