[gdal-dev] gdal_rasterize output off by one pixel/cell

2011-08-20 Thread Burton-Kelly, Matthew
Hello, I'm attempting to create a raster from a shapefile of point data, with grid cells 1 degree square. Although the area I have defined matches up with the origin coordinates I want, and the grid cells match up with a vector 1-degree grid I produced in QGIS, the squares supposedly containin

[gdal-dev] GDAL Pascal bindings

2011-08-20 Thread Alexander Bruy
Hi all, some time ago I start to write Pascal bindings for GDAL library. Here is current results, maybe anyone find them useful http://gis-lab.info/share/alexbruy/gdal_pascal.tar.bz2 Currently only OGR part tested (see examples in demo directory). I continue to work on it, but there are also seve