Skip to main content

Crate aerocontext_awc

Crate aerocontext_awc 

Source
Expand description

aerocontext_core::WeatherBriefingProvider adapter for the aviationweather.gov Data API.

The Data API is product-oriented: an area briefing fans out over the per-product endpoints (metar, taf, pirep, airsigmet) under https://aviationweather.gov/api/data/ and normalizes the JSON responses into aerocontext_core::Products. No authentication is required, but AWC asks clients to send a custom User-Agent.

Structs§

AwcClient
aviationweather.gov Data API client.
AwcConfig
Configuration for AwcClient.

Enums§

ConfigError
Failure constructing an AwcClient.

Constants§

DEFAULT_BASE_URL
Production base URL of the Data API.