geo-data / cesium-terrain-builder

A C++ library and associated command line tools designed to create terrain tiles for use in the Cesium JavaScript library
Other
718 stars 342 forks source link

Alternatives to cesium-terrain-builder? #52

Open mrgloom opened 7 years ago

mrgloom commented 7 years ago

Are there any alternatives to cesium-terrain-builder that can tile dem.tif to .tif tiles and then use them directly as tiles for terrain in cesium?

markerikson commented 7 years ago

@mrgloom : I've seen a couple other Cesium terrain conversion utilities out there at some point. Is there a problem with cesium-terrain-builder that doesn't fit your use case?

mrgloom commented 7 years ago

I have issue with large DEM .tif files, so I'm not directly generating .terrain tiles but use .tif tiles as intermediate representation followed by gdalbuildvrt. So I want to use .tif tiles directly if it's possible.

markerikson commented 7 years ago

Cesium only supports its heightmap and quantized-mesh file formats for loading terrain. You can't use TIFF files (or DTED, or anything else) directly. You have to convert those files into heightmap or quantized-mesh.