Adding latest_metars to airport queries

This commit is contained in:
2025-04-09 21:15:25 -04:00
parent 4aa3190783
commit d04f5d0414
5 changed files with 56 additions and 10 deletions

View File

@@ -981,5 +981,7 @@ SLP125 P0003 60009 T00640036 10066 21012 58033 TSNO $".to_string();
.to_string();
let metar = Metar::parse(&metar_string).unwrap();
// dbg!(&metar);
// metar_string = "KHEF 092356Z 13009KT 10SM CLR 08/M03 A3022 RMK AO2 SLP239 6//// T00831033 10133 20078 53002 PNO $".to_string();
}
}