How to read the specified row from the opened raster file into the cell buffer using python?
–
Rashad
How to read the specified row from the opened raster file into the cell buffer using python?
–
Rashad
On Fri, Jul 30, 2010 at 7:24 AM, Mohammed Rashad <rashadkm@yahoo.com> wrote:
How to read the specified row from the opened raster file into the cell
buffer using python?
Would this help:
http://grass.osgeo.org/programming6/swig/rasteraccess_8py_source.html
http://grass.osgeo.org/programming7/swig/rasteraccess_8py_source.html
(the latter might be superceeded with the new ctypes interface)
Markus