In case anybody else is trying this, my plan worked out well.

I found that doing it via a Python script was the best way, as I added some
code to
reproject the source extent to destination, calculating the new tiles etc.

-- Oyvind

On Fri, May 18, 2012 at 10:34 AM, Oyvind Idland <oyvind.idl...@gmail.com>wrote:

> Hello,
>
> i have a set of GeoTIFF tiles, that I want to reproject into a new set of
> tiles.
>
> So far I have the following strategy:
> 1) create a VRT from the existing tiles
> 2) make a script that creates new tiles, one by one using gdalwarp.
>
>
> Is there a better way of doing this ?
>
>
> - Oyvind
>
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to