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.
Remove duplicates and improperly formatted codes.
func PrepareCodes(codes ...string) []string
func GetReports(client *http.Client, codes []string, tafOn bool) ([]*Finding, error)
This software is available under MIT License.