More airport pruning

This commit is contained in:
2023-09-11 21:50:10 -04:00
parent c6ced0299f
commit e4d68dc772
3 changed files with 3005 additions and 292215 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -53,6 +53,8 @@ impl Airports {
}
}))
.load::<Airports>(&mut conn)?;
// let string = serde_json::to_string(&airports).unwrap();
// std::fs::write("test.json", string);
Ok(airports)
}