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§
Enums§
- Config
Error - Failure constructing an
AwcClient.
Constants§
- DEFAULT_
BASE_ URL - Production base URL of the Data API.