[gdal-dev] How to create TIFF with overview from a TMS server ?

Adam Nowacki nowak at xpam.de
Thu Jan 20 09:38:11 EST 2011


Easiest would be to just gdal_translate -co COPY_SRC_OVERVIEWS=YES from 
properly setup gdalwms source, see http://gdal.org/frmt_wms.html . Local 
files can be accessed by using "file:///..." in in ServerURL.

On 2011-01-19 22:14, Jean-Claude Repetto wrote:
> Hello,
>
> I am looking for a method to create a pyramidal TIFF file containing
> tiles downloaded from a TMS server.
>
> I thought I could achieve that goal with the gdal_translate command and
> the COPY_SRC_OVERVIEWS=YES option, but unfortunately it doesn't work (cf
> <http://trac.osgeo.org/gdal/ticket/3917>).
>
> Is there another way ?
>
> Thanks,
> Jean-Claude
> _______________________________________________
> gdal-dev mailing list
> gdal-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/gdal-dev
>
>



More information about the gdal-dev mailing list