Cleaned up metars some, fixed humidity calculation
This commit is contained in:
@@ -353,7 +353,7 @@ impl Airport {
|
||||
Some(
|
||||
metars
|
||||
.into_iter()
|
||||
.map(|m| (m.station_id.clone(), m))
|
||||
.map(|m| (m.icao.clone(), m))
|
||||
.collect::<HashMap<_, _>>(),
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user