cesium.js + Openflight

1. A concise explanation of the problem you’re experiencing.

Hi all,

How can we integrate (use) Openflight with cesium.js. I mean how can we show (for example) all airports (with some other information) on the cesium.js.

Thanks

2. A minimal code example. If you’ve found a bug, this helps us reproduce and repair it.

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

4. The Cesium version you’re using, your operating system and browser.

Hey Maryam,

This sounds like a cool project! If OpenFlights has some sort of API to request data from it, you can just take that and for example create an entity or a billboard for each airport. I think this is a pretty common application of Cesium, here’s one I recently saw:

I can’t see if OpenFlights has an API to request data, but it does look like you can export the data. Cesium can consume a variety of data sources like GeoJSON, KML and CZML. It looks like this blog talks about how to export OpenFlight data to KML, which you can then use in Cesium:

Yes, it is :slight_smile:

Thank you so much for your help.