Re: [Matplotlib-users] strange error when attempting to generate a map using 'geos' projection

2010-01-24 Thread Jeff Whitaker
Dr. Phillip M. Feldman wrote: I’ve been experimenting with basemap, and have been able to make maps using the orthographic and polyconic projections. When I try to generate a map using the geostationary projection, I get the error message shown below. I haven’t been able to make head or tail

Re: [Matplotlib-users] strange error when attempting to generate a map using 'geos' projection

2010-01-24 Thread Dr. Phillip M. Feldman
Jeff Whitaker wrote: snip Philip: That's an error from the proj4 c library saying that it didn't like one of the parameters you used to define the projection. Since you didn't include the parameters you used, I can't say which one is the culprit. -Jeff I've boiled the code down

Re: [Matplotlib-users] strange error when attempting to generate a map using 'geos' projection

2010-01-24 Thread Phillip M. Feldman
Jeff Whitaker wrote: Dr. Phillip M. Feldman wrote: Jeff Whitaker wrote: snip Philip: That's an error from the proj4 c library saying that it didn't like one of the parameters you used to define the projection. Since you didn't include the parameters you used, I can't say which one

[Matplotlib-users] strange error when attempting to generate a map using 'geos' projection

2010-01-23 Thread Dr. Phillip M. Feldman
I’ve been experimenting with basemap, and have been able to make maps using the orthographic and polyconic projections. When I try to generate a map using the geostationary projection, I get the error message shown below. I haven’t been able to make head or tail of this message; any advice will