-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(aircraft): improve aircraft data #21
feat(aircraft): improve aircraft data #21
Conversation
chris-pryazhentsev
commented
Sep 13, 2024
- Sorted Aircraft by name
- Removed duplicated aircraft types
- Added more specific model types where it made sense (ex. Added 737-200/300/400/500/600/900, not random subtypes such as MAX 8200)
- Removed non-existent aircraft types such as Avro ARX
- Fixed AN-225 Weight Class from L to J
- Other general improvements to aircraft.ts
Thank you very much for doing this! I noticed that these ICAO codes are no longer present, which would lead to possible data-loss if someone had selected one of those airplanes. I also noticed that these three codes are duplicated |
Thank you again for doing this. I did realise that most of the codes you removed were not valid ICAO codes (not sure how that happened), so I kept most of your removals but added a migration script to ensure no data loss will happen. |