Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to combine outputs of more than one geotiff #67

Open
safa833 opened this issue May 22, 2018 · 5 comments
Open

How to combine outputs of more than one geotiff #67

safa833 opened this issue May 22, 2018 · 5 comments

Comments

@safa833
Copy link

safa833 commented May 22, 2018

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.

@ahuarte47
Copy link

ahuarte47 commented May 22, 2018

Gdalbuildvrt could help you

@safa833
Copy link
Author

safa833 commented May 22, 2018

@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

@ahuarte47
Copy link

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

@safa833
Copy link
Author

safa833 commented May 23, 2018

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

@mrgloom
Copy link

mrgloom commented Aug 13, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants