Re: [gdal-dev] Mosaicking question...

2015-09-05 Thread Even Rouault
Le dimanche 06 septembre 2015 01:43:49, Jonathan Greenberg a écrit : > GDALers: > > Quick question: if I'm using the gdalbuildvrt -> gdal_translate trick to > mosaic images, where I have "holes" (missing tiles), how do I set the value > of the regions where there is no image? Is this done in gdal

[gdal-dev] Mosaicking question...

2015-09-05 Thread Jonathan Greenberg
GDALers: Quick question: if I'm using the gdalbuildvrt -> gdal_translate trick to mosaic images, where I have "holes" (missing tiles), how do I set the value of the regions where there is no image? Is this done in gdalbuildvrt or gdal_translate? --j __