From: Jeff W. <js...@fa...> - 2009-10-29 15:25:04
|
Ros...@ga... wrote: > Hi all, > > Sorry if this has been discussed before, but I can't find any previous threads on this. > > I'm trying to draw a scale on an equidistant cylindrical projection, and I'm seeing a ValueError exception with the message: > Cannot draw map scale for projection='cyl' > > And indeed, in basemap/__init__.py (about line 3286, 0.99.4) there is an explicit test for the 'cyl' projection and a raise of the above exception. > > Maybe I'm just extra ignorant today, but why *shouldn't* a scale be drawn on a 'cyl' projection???? > > Thanks, > Ross > Ross: Because a cylindrical projection isn't really a projection at all - it's just a lat/lon coordinate system. -Jeff -- Jeffrey S. Whitaker Phone : (303)497-6313 Meteorologist FAX : (303)497-6449 NOAA/OAR/PSD R/PSD1 Email : Jef...@no... 325 Broadway Office : Skaggs Research Cntr 1D-113 Boulder, CO, USA 80303-3328 Web : http://tinyurl.com/5telg |