[gdal-dev] gdalwarp -tps
Jan Hartmann
j.l.h.hartmann at uva.nl
Thu Aug 29 09:00:30 PDT 2013
The -tps option can only be used with control points added to an
unreferenced raster. It's done this way:
gdal_translate \
-gcp scanx1 scany1 worldx1 wordy1 \
-gcp scanx2 scany2 worldx1 worldy1 \
... etc \
in.tif out.tif
gdalwarp -tps out.tif world.tif
A georeferenced raster cannot have additional control points, so you can
not warp it further with -tps. The only way to use thin plate spline
interpolation is to compute the control points in the original scan
coordinate sytem. Not very easy!
Jan
On 29-8-2013 17:14, laura0 wrote:
> Hi André,
> my geotiff is already georeferenced (yes I used gdaltranslate previously)
> and also projected. I would like to know how thin plate spline interpolation
> works using the -tps gdalwarp option.
>
> Regards,
> Laura
>
>
>
> --
> View this message in context: http://osgeo-org.1560.x6.nabble.com/gdalwarp-tps-tp5074957p5075018.html
> Sent from the GDAL - Dev mailing list archive at Nabble.com.
> _______________________________________________
> 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