Generation of a CZML file from so6 air traffic file This CZML file can be read by CesiumJS. The traffic is represented by :
- static objects (trajectories)
- dynamic objects (tracks)
Example: display all flights from LFBO airport
You can verify the generated CZML file:
- either with a simple drap & drop on the online Cesium viewer here
- either by modifying the CZML variable in the Cesium path sandbox here
With the second option, you can save an html file that you can run with a local server, see the HelloWorld.html example in Cesium Apps folder
- pandas - Python Data Analysis Library
- CesiumJS - Open-source JavaScript library for world-class 3D globes and maps
- Thomas Dubot
This project is licensed under the MIT License - see the LICENSE.md file for details
Thanks to Will Geary's tutorial Visualizing a Bike Ride in 3D