Hi,
On Thursday 19 June 2008 00:16:39 KURT PETERS wrote:
> array = gd.ReadAsArray()
> AttributeError: 'NoneType' object has no attribute 'ReadAsArray'
>
> Anyone know what the problem is? Do I need something else?
Did you download the Denver DEM from USGS? From testgdal.py:
# download from
Thanks, sadly, I DID download them and had them in the right directory. I
had just not decompressed them!
Kurt
--
Message: 4
Date: Thu, 19 Jun 2008 14:47:51 +0100
From: Jose G?mez-Dans <[EMAIL PROTECTED]>
Subject: Re: [Matplotlib-users] tesgdal in examp
Hi,
On Thursday 19 June 2008 00:16:39 KURT PETERS wrote:
> array = gd.ReadAsArray()
> AttributeError: 'NoneType' object has no attribute 'ReadAsArray'
>
> Anyone know what the problem is? Do I need something else?
Did you download the Denver DEM from USGS? From testgdal.py:
# download from
I installed the latest gdal with all the latest basemaps and tried to run
the testgdal.py program in examples. I get this error:
Traceback (most recent call last):
File "C:\Documents and Settings\kpeters\My
Documents\basemap-0.99\examples\testgdal.py", line 19, in
array = gd.ReadAsArray()