flight-time
Installation
SKILL.md
Flight Time Estimator
Calculates estimated flight time between two airports using:
- Great circle distance
- Current winds aloft forecast (from NOAA Aviation Weather)
- True airspeed at cruise altitude
Usage
~/clawd/skills/flight-time/scripts/flight_time.py KDEP KARR --altitude FEET --tas KNOTS
Examples
# Huntsville to Atlanta at 6000ft, 140kt TAS
flight_time.py KHSV KFTY --altitude 6000 --tas 140