Howard Butler wrote:
On May 20, 2010, at 7:48 AM, Vincent Schut wrote:
svn and I don't remember this happening earlier), there is a problem with the
python swig bindings when doing this:
data = gdal_array.BandReadAsArray(gdal.Open(filename).GetRasterBand(1))
This is a consequence of th
On May 20, 2010, at 7:48 AM, Vincent Schut wrote:
> Hi,
>
> since some time (I don't know exactly since when, but I regularly update gdal
> from svn and I don't remember this happening earlier), there is a problem
> with the python swig bindings when doing this:
>
> data = gdal_array.BandRead
Hi,
since some time (I don't know exactly since when, but I regularly update
gdal from svn and I don't remember this happening earlier), there is a
problem with the python swig bindings when doing this:
data = gdal_array.BandReadAsArray(gdal.Open(filename).GetRasterBand(1))
instead of this: