tsfu / airlog

View, manage, and explore one's air travel history in style
https://tsfu.github.io/airlog/
0 stars 0 forks source link

myflightradar24 data import issues #6

Closed mooaw closed 1 day ago

mooaw commented 5 days ago

I noticed two issues while importing my flight data.

  1. Aircraft type Boeing 777-200ER (B77E) could not be recognized.
  2. The last five rows of data/flights were missing. I didn't find any similarities between the missing rows.
tsfu commented 4 days ago

TODO:

  1. 777-200ER currently shares code B772/772 in IATA/ICAO system, will use B77E/77E for it if there is no conflict. You can see that in /data/aircrafts.json and edit the file if you want.
  2. It might be an unknown airline/aircraft error that stopped the import. Will look into this issue later.
tsfu commented 1 day ago

Fixed in commits on Oct 28:

  1. Added "B77E/77E" for 777-200ER only, and keeping "B772/772" for both models,
  2. Completed airline "KN/CUA" and airport "NAY",
  3. Added date format and IATA code check for FR24 .csv import, will skip trip(s) with invalid IATA.