Re: [gdal-dev] Merge overviews from multiple files

2013-04-21 Thread ryagz
Thats great It did work, I added .ovr as an extenstion(level 1 -.ovr, level 2 - .ovr.ovr etc) to each overview file. And used gdal_translate with -co COPY_SRC_OVERVIEWS=YES. The output file generated has got all the overviews into one file. Thanks Eli... -- View this message in context: http:/

Re: [gdal-dev] Merge overviews from multiple files

2013-04-20 Thread Eli Adam
On Fri, Apr 19, 2013 at 9:47 PM, ryagz wrote: > Hi, > > I have downloaded some raster data which has given me overview levels as > different tiff files, how can i merge them into a single tiff file. so that > when i load that file with gdal proper overviews are picked. > If your files are named

[gdal-dev] Merge overviews from multiple files

2013-04-19 Thread ryagz
Hi, I have downloaded some raster data which has given me overview levels as different tiff files, how can i merge them into a single tiff file. so that when i load that file with gdal proper overviews are picked. Ryagz -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Merg