#[derive(Debug, Clone)] pub struct AirportData { pub icao: String, pub lat: f64, pub lon: f64, pub alt: f64, }