Re: [Matplotlib-users] tesgdal in examples of basemap

2008-06-19 Thread Jose Gómez-Dans
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

Re: [Matplotlib-users] tesgdal in examples of basemap

2008-06-19 Thread KURT PETERS
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

Re: [Matplotlib-users] tesgdal in examples of basemap

2008-06-19 Thread Jose Gómez-Dans
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

[Matplotlib-users] tesgdal in examples of basemap

2008-06-18 Thread KURT PETERS
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()