Documentation ¶
Overview ¶
Package metar provides weather using the METAR API from the NOAA Aviation Digital Data Service, available at https://www.aviationweather.gov/.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
Config represents NOAA ADDS configuration from which a weather.Provider can be built.
func (*Config) IncludeFlightCat ¶
IncludeFlightCat adds flight category to the description.
func (*Config) StripRemarks ¶
StripRemarks strips remarks from the description.
Click to show internal directories.
Click to hide internal directories.