I want to convert GeoTIFF to 3D Tiles using Cesium Ion, but I can’t seem to do that. Can you help me?
Hi,
You can convert GeoTIFF files to an imagery asset or terrain asset depending on the content. You will then be able to visualize that in Cesium. As noted in the terrain tutorial, Cesium will combine the imagery and terrain data at run time so you can visualize both in 3d without needing to combine them into a single asset. You can also combine your data with publicly available terrain or imagery in the Asset Depot.
If that doesn’t answer your question, can you please provide some more information about what you are trying to achieve:
- Is it height or imagery data in your GeoTIFFS (or both)?
- What are you trying to do with the data once you have it imported?