Vatsimphp
Vatsimphp copied to clipboard
Vatsimphp - VATSIM data parser
Seems like the output is not stored in UTF-8. In `vatsim-data.json` I find eg. this (even though my editor opens it as UTF-8): ``` "name": "Soulié LFJL", "callsign": "FCYJMS", ```...
Looking at the code for the v3 parser, it only looks at objects within the `controllers` and `pilots` blocks, and ignores the `atis` block. https://github.com/skymeyer/Vatsimphp/blob/60eb40c0bcf7dd58060ae529073fa25eb455dedd/src/Vatsimphp/Parser/DataV3CompatParser.php#L167 Would it be possible to...
Since the data feed is now available as JSON and has more distinct and cleaned up data points, we should expose these directly using objects for better flexibility and ease...