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 Station ¶
Station creates a configuration for the given airport code (e.g. KSEA).
func (*Config) Build ¶
Build builds a weather provider from the configuration.
func (*Config) IncludeFlightCat ¶
IncludeFlightCat adds flight category to the description.
Click to show internal directories.
Click to hide internal directories.