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
706 stars 338 forks source link

Error tiling with output format set to Leveller #100

Closed olekaamodt closed 2 years ago

olekaamodt commented 2 years ago

Hello I am trying to make tiles with ctb-tile and output the tiles to leveller but I get this error:

Error: The GDAL driver must be write enabled, specifically supporting 'CreateCopy'
Error: The GDAL driver must be write enabled, specifically supporting 'CreateCopy'
Error: The GDAL driver must be write enabled, specifically supporting 'CreateCopy'
Error: The GDAL driver must be write enabled, specifically supporting 'CreateCopy'
Error: The GDAL driver must be write enabled, specifically supporting 'CreateCopy'
Error: The GDAL driver must be write enabled, specifically supporting 'CreateCopy'

I do not understand why it gives this error when the gdal documentation states that leveller driver supports GDALDriver::CreateCopy() I am running ctb-tiles from a docker container