From: <js...@us...> - 2007-11-07 18:30:17
|
Revision: 4150 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4150&view=rev Author: jswhit Date: 2007-11-07 10:30:09 -0800 (Wed, 07 Nov 2007) Log Message: ----------- add Shapely as a Requirement. Modified Paths: -------------- trunk/toolkits/basemap-testing/README Modified: trunk/toolkits/basemap-testing/README =================================================================== --- trunk/toolkits/basemap-testing/README 2007-11-07 18:23:26 UTC (rev 4149) +++ trunk/toolkits/basemap-testing/README 2007-11-07 18:30:09 UTC (rev 4150) @@ -1,13 +1,20 @@ **Descripton** -basemap.py - plot on map projections (with coastlines and political boundaries) +basemap - plot on map projections (with coastlines and political boundaries) using matplotlib. **Requirements** matplotlib 0.90 (or higher) + numpy 1.0 (or higher) +Shapely (http://trac.gispython.org/projects/PCL/wiki/Shapely - svn version) + +Shapely requires libgoes_c version 2.2.3, available from +http://geos.refractions.net/, and ctypes (which comes with python >= 2.5, +but can be installed separately for python 2.4) + **Copyright** source code from proj.4 (http://proj.maptools.org) is included in the @@ -53,15 +60,12 @@ **Install** -To install from source, download basemap-X.Y.Z.tar.gz from +First, install pre-requisites (see **Requirements** above). + +Then download basemap-X.Y.Z.tar.gz from the sourceforge download site, unpack, cd to basemap-X.Y.Z and run 'python setup.py install'. -Binary, double-clickable installers are also provided for MacOS X and -Windows. The Mac installers have a .dmg file extension, the Windows -installers have a .exe extension. Windows users will probably prefer -s option, since it is non-trivial to build C extensions for python on Windows. - The crude ('c'), low ('l') and intermediate ('i') resolution boundary data files, plus the 5-minute land/sea mask, are installed by default. If you need the high ('h') resolution boundary dataset This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |