Hi,<div>I have installed GDAL 1.8.1 to use the python bindings. I note that if I pass a slice of an array to ReadRaster for the (x,y) pixel location, I get a TypeError:</div><div>TypeError: in method &#39;Dataset_ReadRaster1&#39;, argument 2 of type &#39;int&#39;</div>
<div><br></div><div>If I surround the offending slice by int( x ) and int(y), it works fine. Somehow, I think the wrapper (ReadRaster1) should also take 1-element slices which are integers.</div><div><br></div><div>Jose</div>
<div><br></div><div><br></div>