From: <js...@us...> - 2007-10-29 13:39:45
|
Revision: 4044 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4044&view=rev Author: jswhit Date: 2007-10-29 06:39:11 -0700 (Mon, 29 Oct 2007) Log Message: ----------- added "Thanks" Modified Paths: -------------- trunk/toolkits/basemap/README Modified: trunk/toolkits/basemap/README =================================================================== --- trunk/toolkits/basemap/README 2007-10-29 12:58:30 UTC (rev 4043) +++ trunk/toolkits/basemap/README 2007-10-29 13:39:11 UTC (rev 4044) @@ -73,3 +73,16 @@ **Contact** Jeff Whitaker <jef...@no...> + + +**Thanks** + +to + +John Hunter +Andrew Straw +Eric Firing +Rob Hetland +Scott Sinclair + +for valuable contributions. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <js...@us...> - 2007-10-29 13:40:46
|
Revision: 4045 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4045&view=rev Author: jswhit Date: 2007-10-29 06:40:42 -0700 (Mon, 29 Oct 2007) Log Message: ----------- Modified Paths: -------------- trunk/toolkits/basemap/README Modified: trunk/toolkits/basemap/README =================================================================== --- trunk/toolkits/basemap/README 2007-10-29 13:39:11 UTC (rev 4044) +++ trunk/toolkits/basemap/README 2007-10-29 13:40:42 UTC (rev 4045) @@ -84,5 +84,6 @@ Eric Firing Rob Hetland Scott Sinclair +Ivan Lima for valuable contributions. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <js...@us...> - 2007-12-08 14:00:48
|
Revision: 4673 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4673&view=rev Author: jswhit Date: 2007-12-08 06:00:28 -0800 (Sat, 08 Dec 2007) Log Message: ----------- add to contributors list Modified Paths: -------------- trunk/toolkits/basemap/README Modified: trunk/toolkits/basemap/README =================================================================== --- trunk/toolkits/basemap/README 2007-12-08 13:58:50 UTC (rev 4672) +++ trunk/toolkits/basemap/README 2007-12-08 14:00:28 UTC (rev 4673) @@ -104,5 +104,6 @@ Rob Hetland Scott Sinclair Ivan Lima +Erik Andersen for valuable contributions. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <js...@us...> - 2007-12-15 19:05:10
|
Revision: 4741 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4741&view=rev Author: jswhit Date: 2007-12-15 11:02:17 -0800 (Sat, 15 Dec 2007) Log Message: ----------- add LD_LIBRARY_PATH to instructions. Modified Paths: -------------- trunk/toolkits/basemap/README Modified: trunk/toolkits/basemap/README =================================================================== --- trunk/toolkits/basemap/README 2007-12-15 18:18:03 UTC (rev 4740) +++ trunk/toolkits/basemap/README 2007-12-15 19:02:17 UTC (rev 4741) @@ -82,9 +82,14 @@ > make; make install 3) cd back to the top level basemap directory (basemap-X.Y.Z) and -run the usual 'python setup.py install'. +run the usual 'python setup.py install'. -4) if you want the full-resolution coastlines, download +4) To test, cd to the examples directory and run 'python simpletest.py'. +On linux, if you get an import error (with a message about not +finding libgeos.so) you may need to set the LD_LIBRARY_PATH environment +to include $GEOS_DIR/lib. + +5) if you want the full-resolution coastlines, download basemap-data-fullres-X.Y.Z.tar.gz (about 70 mb), untar it, cd into basemap-data-fullres-X.Y.Z and run 'python setup-data.py install'. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <js...@us...> - 2007-12-16 13:45:51
|
Revision: 4746 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4746&view=rev Author: jswhit Date: 2007-12-16 05:45:45 -0800 (Sun, 16 Dec 2007) Log Message: ----------- refine install instructions. Modified Paths: -------------- trunk/toolkits/basemap/README Modified: trunk/toolkits/basemap/README =================================================================== --- trunk/toolkits/basemap/README 2007-12-15 21:33:38 UTC (rev 4745) +++ trunk/toolkits/basemap/README 2007-12-16 13:45:45 UTC (rev 4746) @@ -87,12 +87,16 @@ 4) To test, cd to the examples directory and run 'python simpletest.py'. On linux, if you get an import error (with a message about not finding libgeos.so) you may need to set the LD_LIBRARY_PATH environment -to include $GEOS_DIR/lib. +to include $GEOS_DIR/lib. To run all the examples (except those that +have extra dependenices or require an internet connection), execute +'python run_all.py'. 5) if you want the full-resolution coastlines, download basemap-data-fullres-X.Y.Z.tar.gz (about 70 mb), untar it, cd into basemap-data-fullres-X.Y.Z and -run 'python setup-data.py install'. +run 'python setup-data.py install'. The fullres dataset does not +change with every basemap release, so you may need to look back +a couple of releases on the download page to find it. **Contact** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <js...@us...> - 2007-12-17 02:12:35
|
Revision: 4753 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4753&view=rev Author: jswhit Date: 2007-12-16 18:12:31 -0800 (Sun, 16 Dec 2007) Log Message: ----------- update requirements. Modified Paths: -------------- trunk/toolkits/basemap/README Modified: trunk/toolkits/basemap/README =================================================================== --- trunk/toolkits/basemap/README 2007-12-17 01:53:39 UTC (rev 4752) +++ trunk/toolkits/basemap/README 2007-12-17 02:12:31 UTC (rev 4753) @@ -5,6 +5,8 @@ **Requirements** +python 2.3 (or higher) + matplotlib 0.90 (or higher) numpy 1.0 (or higher) @@ -12,6 +14,8 @@ The GEOS (Geometry Engine - Open Source) library (version 2.2.3). Source code is included in the geos-2.2.3 directory. +setuptools (only if your are using python 2.3) + **Copyright** source code from proj.4 (http://proj.maptools.org) is included in the This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <js...@us...> - 2008-01-12 00:00:30
|
Revision: 4862 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4862&view=rev Author: jswhit Date: 2008-01-11 16:00:22 -0800 (Fri, 11 Jan 2008) Log Message: ----------- update install instructions. Modified Paths: -------------- trunk/toolkits/basemap/README Modified: trunk/toolkits/basemap/README =================================================================== --- trunk/toolkits/basemap/README 2008-01-11 23:59:04 UTC (rev 4861) +++ trunk/toolkits/basemap/README 2008-01-12 00:00:22 UTC (rev 4862) @@ -89,19 +89,9 @@ run the usual 'python setup.py install'. 4) To test, cd to the examples directory and run 'python simpletest.py'. -On linux, if you get an import error (with a message about not -finding libgeos.so) you may need to set the LD_LIBRARY_PATH environment -to include $GEOS_DIR/lib. To run all the examples (except those that -have extra dependenices or require an internet connection), execute -'python run_all.py'. +To run all the examples (except those that have extra dependencies +or require an internet connection), execute 'python run_all.py'. -5) if you want the full-resolution coastlines, download -basemap-data-fullres-X.Y.Z.tar.gz (about 70 mb), untar -it, cd into basemap-data-fullres-X.Y.Z and -run 'python setup-data.py install'. The fullres dataset does not -change with every basemap release, so you may need to look back -a couple of releases on the download page to find it. - **Contact** Jeff Whitaker <jef...@no...> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <js...@us...> - 2008-01-12 13:36:28
|
Revision: 4865 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4865&view=rev Author: jswhit Date: 2008-01-12 05:36:24 -0800 (Sat, 12 Jan 2008) Log Message: ----------- update download instructions Modified Paths: -------------- trunk/toolkits/basemap/README Modified: trunk/toolkits/basemap/README =================================================================== --- trunk/toolkits/basemap/README 2008-01-12 13:32:31 UTC (rev 4864) +++ trunk/toolkits/basemap/README 2008-01-12 13:36:24 UTC (rev 4865) @@ -68,8 +68,11 @@ 0) Install pre-requisite python modules numpy and matplotlib. -1) Then download basemap-X.Y.Z.tar.gz from +1) Then download basemap-X.Y.Z.tar.gz (approx 32 mb) from the sourceforge download site, unpack and cd to basemap-X.Y.Z. +If you want the full-resolution coastline dataset (useful if you +will be making maps of very small regions), get +basemap-fullresdata-X.Y.Z.tar.gz (approx. 100 mb). 2) Install the GEOS library. If you already have it on your system, just set the environment variable GEOS_DIR to point to the location This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <js...@us...> - 2008-02-15 16:01:54
|
Revision: 4974 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4974&view=rev Author: jswhit Date: 2008-02-15 08:01:52 -0800 (Fri, 15 Feb 2008) Log Message: ----------- update Modified Paths: -------------- trunk/toolkits/basemap/README Modified: trunk/toolkits/basemap/README =================================================================== --- trunk/toolkits/basemap/README 2008-02-15 16:01:05 UTC (rev 4973) +++ trunk/toolkits/basemap/README 2008-02-15 16:01:52 UTC (rev 4974) @@ -17,7 +17,7 @@ setuptools (only if your are using python 2.3) PIL (http://pythonware.com/products/pil) is optional (only -needed for Basemap warpimage method). +needed for Basemap warpimage and bluemarble methods). **Copyright** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <js...@us...> - 2008-04-11 14:56:42
|
Revision: 5036 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5036&view=rev Author: jswhit Date: 2008-04-11 07:56:32 -0700 (Fri, 11 Apr 2008) Log Message: ----------- added Jesper Larson to contributors list. Modified Paths: -------------- trunk/toolkits/basemap/README Modified: trunk/toolkits/basemap/README =================================================================== --- trunk/toolkits/basemap/README 2008-04-11 14:55:33 UTC (rev 5035) +++ trunk/toolkits/basemap/README 2008-04-11 14:56:32 UTC (rev 5036) @@ -115,5 +115,6 @@ Ivan Lima Erik Andersen Michael Hearne +Jesper Larsen for valuable contributions. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <js...@us...> - 2008-05-05 17:06:12
|
Revision: 5114 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5114&view=rev Author: jswhit Date: 2008-05-05 10:06:08 -0700 (Mon, 05 May 2008) Log Message: ----------- update for new setup.cfg Modified Paths: -------------- trunk/toolkits/basemap/README Modified: trunk/toolkits/basemap/README =================================================================== --- trunk/toolkits/basemap/README 2008-05-05 17:01:24 UTC (rev 5113) +++ trunk/toolkits/basemap/README 2008-05-05 17:06:08 UTC (rev 5114) @@ -92,8 +92,17 @@ > make; make install 3) cd back to the top level basemap directory (basemap-X.Y.Z) and -run the usual 'python setup.py install'. +run the usual 'python setup.py install'. Check your installation +by running "from mpl_toolkits.basemap import Basemap" at the python +prompt. +Basemap includes two auxilliary packages, pydap (http://pydap.org, just +the client is included) and httplib2. By default, setup.py checks to +see if these are already installed, and if so does not try to overwrite +them. If you get import errors related to either of these two packages, +edit setup.cfg and set pydap and/or httplib to True to force +installation of the included versions. + 4) To test, cd to the examples directory and run 'python simpletest.py'. To run all the examples (except those that have extra dependencies or require an internet connection), execute 'python run_all.py'. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <js...@us...> - 2008-05-21 12:10:42
|
Revision: 5209 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5209&view=rev Author: jswhit Date: 2008-05-21 05:10:35 -0700 (Wed, 21 May 2008) Log Message: ----------- update pre-requisites Modified Paths: -------------- trunk/toolkits/basemap/README Modified: trunk/toolkits/basemap/README =================================================================== --- trunk/toolkits/basemap/README 2008-05-21 09:50:36 UTC (rev 5208) +++ trunk/toolkits/basemap/README 2008-05-21 12:10:35 UTC (rev 5209) @@ -5,11 +5,11 @@ **Requirements** -python 2.3 (or higher) +python 2.4 (or higher) matplotlib 0.98 (or higher) -numpy 1.0 (or higher) +numpy 1.1 (or higher) The GEOS (Geometry Engine - Open Source) library (version 2.2.3). Source code is included in the geos-2.2.3 directory. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |