Mathew Yeates wrote:
> Hi
> Are there any modules in matplotlib for coordinate transformations. In 
> particular, I want to go from geodetic to WGS-84.
>
> Thanks
> Mathew
>
>   
Mathew:  The pyproj module is included in the basemap toolkit and can be 
accessed with

from mpl_toolkits.basemap import pyproj

To see how to use it look at the docs for the Proj class at 
http://pyproj.googlecode.com/svn/trunk/README.html.

If you don't want to install the whole Basemap toolkit (a 100 mb 
download) you can just install the pyproj module from

http://code.google.com/p/pyproj

-Jeff

-- 
Jeffrey S. Whitaker         Phone  : (303)497-6313
Meteorologist               FAX    : (303)497-6449
NOAA/OAR/PSD  R/PSD1        Email  : [EMAIL PROTECTED]
325 Broadway                Office : Skaggs Research Cntr 1D-113
Boulder, CO, USA 80303-3328 Web    : http://tinyurl.com/5telg


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to