vatplanner / dataformats-vatsim-public

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

support graph import of JSON v3 data files #13

Open dneuge opened 3 years ago

dneuge commented 3 years ago

JSON v3 format is missing some information which was previously available, such as flight plan revision numbers. Graph import currently relies on that information, so it needs to be adapted in order to fully support JSON data files.

dneuge commented 3 years ago

Differences observed so far:

dneuge commented 3 years ago

Check if compatibility with legacy data files can be maintained using one solution for legacy and JSON formats which might actually solve #1 and #12 as a by-product.

dneuge commented 3 years ago

Flight plan revision has been readded without notice: #19

Graph import could most-likely work as before without changes.