Navigation Log
Provides VFR cross-country flight planning tools.
This controller offers three capabilities:
- Navigation Log — Full route calculation with per-leg course, heading, ground speed, time, fuel burn, and wind data. Automatically detects airspaces and obstacles along the route.
- Bearing and Distance — Quick point-to-point great-circle bearing and distance between any two coordinates.
- Winds Aloft — Raw winds aloft (FB) forecast data for all US reporting sites at standard altitude levels.
POST
/api/v1/navlog/calculateCommercial PilotCalculate Navlog
Calculates a complete VFR navigation log for a cross-country flight.
POST
/api/v1/navlog/bearing-and-distanceCommercial PilotCalculate Bearing And Distance
Calculates the great-circle bearing and distance between two geographic points.
GET
/api/v1/navlog/winds-aloft/{forecast}Commercial PilotGet Winds Aloft Data
Retrieves winds aloft (FB) forecast data for all reporting sites across the US.