Re: [gdal-dev] GDAL interpolation of Gtiff / ESRI polygon.shp

2011-12-21 Thread Kyle Shannon
Roland, I believe gdal_grid takes an ogr file as input and creates a raster from a point layer. If you just want to resample a raster, try gdalwarp, without the warping: kyle@local$ gdalwarp -ts 118 188 -r cubicspline coarse.tif fine.tif where -ts is 'target size' and -r is resampling method. S

Re : [gdal-dev] GDAL interpolation of Gtiff / ESRI polygon.shp

2011-12-21 Thread Yves Jacolin
Hello, Ogrinfo is for vector files, use gdalinfo instead. Regards, Yves Jacolin - Reply message - De : "RolandB" Pour : Objet : [gdal-dev] GDAL interpolation of Gtiff / ESRI polygon.shp Date : mer., déc. 21, 2011 12:13 Dear users, I want use gdal for some file transform

[gdal-dev] GDAL interpolation of Gtiff / ESRI polygon.shp

2011-12-21 Thread RolandB
Dear users, I want use gdal for some file transformation. Any help in solving the issue is greatly appreciated by me! It would be great if one of you have solved already this problem or knows how to do so. By gdal_rasterize I did create a Gtiff raster from a ESRI Polygon shapefile. This is succes