cesium-terrain-builder icon indicating copy to clipboard operation
cesium-terrain-builder copied to clipboard

How to combine outputs of more than one geotiff

Open safa833 opened this issue 6 years ago • 5 comments

I need to combine ctb-tile outputs of geotiffs, because lots of geotiffs take a long time to merge How do I manage this ? Thanks.

safa833 avatar May 22 '18 11:05 safa833

Gdalbuildvrt could help you

ahuarte47 avatar May 22 '18 12:05 ahuarte47

@ahuarte47 Thank you. It works. I solved the problem. However, It works after some of ctb-tile parameters remove

  1. ctb-tile -o terrain -f Mesh -g 1.1 merged.vrt unrecognized flag -g

  2. ctb-tile -o terrain -f Mesh merged.vrt Error: Could not retrieve GDAL driver

  3. ctb-tile -o terrain merged.vrt There is no problem, I obtained output as height-map but How can i get output as quantized-mesh

By the way, I carry out transactions on homme/cesium-terrain-builder docker image

safa833 avatar May 22 '18 21:05 safa833

Hi @safa833, which branch are you using? the quantized-mesh support is not merged in the master branch yet. See this pull request, it is based on this fork

ahuarte47 avatar May 22 '18 21:05 ahuarte47

Hi @ahuarte47, Yes, I'm in geodata branch, I was able to acquire successful result on your branch. Thank you for your helping.

safa833 avatar May 23 '18 13:05 safa833

Is it possible to merge 2 tile sets that were already builded?

mrgloom avatar Aug 13 '18 17:08 mrgloom