vatplanner / dataformats-vatsim-public

library for parsing and processing publicly accessible VATSIM data formats
MIT License
1 stars 0 forks source link

support data file format version 9 #4

Closed dneuge closed 3 years ago

dneuge commented 4 years ago

Check for changes since data format 8.

Noticed so far on data files:

Noticed on network status file:

dneuge commented 4 years ago

Monitor prefiling data over multiple days, especially on days with lower load (i.e. not on weekends). Not sure if prefilings being kept indefinitely and in duplicates is normal behaviour. This could lead to severe problems on graph import as it is right now.

dneuge commented 4 years ago

Additional to points already noticed above:

dneuge commented 4 years ago

Although VERSION indicates 8 again, it is still format version 9 for compatibility with too restrictive parser: https://forums.vatsim.net/topic/26710-invalid-vatsim-data-file-version/

It was stated that the format version bump was only due to UNIQUE USERS having been introduced. Data may have been wonky for other reasons; together with #5 it seems that maybe data server has just been switched to a complete reimplementation or old data file format is now generated from JSON or whatever...

dneuge commented 4 years ago

Character set detection has been split to #6.

dneuge commented 4 years ago

Status file complete. Graph import is not part of parser; check and open separate issue if needed. Character set currently breaks line split and increases the amount of broken free-text; not fixed this time, see #6.

Remaining todo: