Skip to content

thomasdubdub/so6-to-CZML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

so6 air traffic file to CesiumJS CZML

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

Flights from LFBO

Running the tests

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

Built With

  • pandas - Python Data Analysis Library
  • CesiumJS - Open-source JavaScript library for world-class 3D globes and maps

Authors

  • Thomas Dubot

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Thanks to Will Geary's tutorial Visualizing a Bike Ride in 3D

Releases

No releases published

Packages

No packages published