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

2012-01-04 Thread RolandB
Dear Kyle, thank you for your fast response. I had been trying adapt gdalwarp() for some time now and it seems it does not want to interpolate. This what I did $user:gdal_rasterize -a_nodata -99 -a kennummer -te 5.93 50.39 6.74722 51.22886 -ts 59 94 -ot Int32 -l Bk50_rur_wgs ./Input/bk50_rur_wgs.

[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