Alvaro Huarte
Alvaro Huarte
You could use this [Docker ](github.com/tum-gis/cesium-terrain-builder-docker) image. It may fix your problems.
You can run the tool with only one thread, it can help, check please the available flags in the documentation, or debug yourself to find the issue.
Hi, Te option "-l" (or "--layer") will allow you to create the "layer.json" file with all information that describes the tileset. Please, see... https://github.com/tum-gis/cesium-terrain-builder-docker#create-cesium-layer-description-file
Hi @zhangiser I am so sorry, I am not maintaining this repo. If you can implement it, please share it with us to update the codebase.
I did something of refactoring in https://github.com/geo-data/cesium-terrain-builder/pull/55 to more easly write new output formats (MBTiles, ...). I hope this helps when anyone wants to merge this o whatever
I am happy to answer any questions you have on what I did on https://github.com/geo-data/cesium-terrain-builder/pull/64 too
Related https://github.com/geo-data/cesium-terrain-builder/issues/15#issuecomment-375121426 ?
I build CTB with GDAL 2.3.x x64 in Windows
You can download it from http://www.gisinternals.com
Did you try to add to your project the [gdaloverviewdataset.cpp](https://svn.osgeo.org/gdal/trunk/gdal/gcore/gdaloverviewdataset.cpp) file? It was my [workaround](https://github.com/geo-data/cesium-terrain-builder/issues/15#issuecomment-376335635).