Re: [gdal-dev] Using GDALWARP to crop to extremeties of source data

2013-12-02 Thread Etienne Tourigny
You can use gdal_translte with -projwin or -srcwin parameter On Tue, Nov 26, 2013 at 1:50 PM, JSz ja...@agritech.co.uk wrote: I am using GDAL_grid to create a raster image using the command : *gdal_grid -a invdist:power=2:smoothing=0.001:radius1=0.0005:radius2=0.0005 -of GTiff -zField

[gdal-dev] Using GDALWARP to crop to extremeties of source data

2013-11-26 Thread JSz
I am using GDAL_grid to create a raster image using the command : *gdal_grid -a invdist:power=2:smoothing=0.001:radius1=0.0005:radius2=0.0005 -of GTiff -zField a_field -ot Float64 -l data data_source.vrt results.tiff* which obviously extrapolates the data beyond the extremities of my data, I can