Robin, > > Am I doing something wrong here in how I set the parameters for the > gdal.Warp call?
Yes. All "librarified" command line utilities have been designed with the gdal.XXXX(dest, source, ....) convention (similarly to Dataset.CreateCopy() for example), so if you switch your 2 first arguments that should work. Even -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
