You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Can this work with a virtual mosaic? Got a bunch of tifs and want to make a kmz. Currently I do
gdalbuildvrt mosaic.vrt *.tif
gdal_translate -of KMLSUPEROVERLAY mosaic.vrt out.kmz
but the resulting kmz isn't optimized for garmins.
Thanks
Matt
The text was updated successfully, but these errors were encountered:
Haven't used the VRT driver myself but the scripts just use the gdal.Open() call which should be able to handle any drivers that you have installed, so in theory the following should work...
Hi,
Can this work with a virtual mosaic? Got a bunch of tifs and want to make a kmz. Currently I do
gdalbuildvrt mosaic.vrt *.tif
gdal_translate -of KMLSUPEROVERLAY mosaic.vrt out.kmz
but the resulting kmz isn't optimized for garmins.
Thanks
Matt
The text was updated successfully, but these errors were encountered: