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 can I extend an existing terrain set? #85

Open
greuff opened this issue Apr 13, 2019 · 1 comment
Open

How can I extend an existing terrain set? #85

greuff opened this issue Apr 13, 2019 · 1 comment

Comments

@greuff
Copy link

greuff commented Apr 13, 2019

Say I have an existing terrain directory which was generated using ctb-tile and a few source DEMs. How can I cover more area with ctb-tile by adding the information from additional DEM files? The only way I figured out to do this is to recalculate everything with all source DEMs, which of course takes a very long time. I also tried the -R switch to not overwrite existing files, but then I get holes in the terrain at the tile borders. I hope there is a way to do so.

@raycrummey
Copy link

I have the same question as well. I am using a VRT. I think one option is to create a VRT with just the new data (VRTnew) and create a VRT with all the data (VRTall).

Run ctb-tile on the VRTnew and output it to the same directory. Now, run ctb-tile with the -l option on VRTall to create your new layer description file to include all the tiles.

This should work well if your VRTnew is adding tiles to the border of your original dataset.

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

2 participants