SourceForge logo
SourceForge logo
Menu

matplotlib-checkins

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 (2007年10月29日)
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 (2007年10月29日)
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 (2007年12月08日)
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 (2007年12月15日)
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 (2007年12月16日)
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 (2007年12月16日)
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 (2008年1月11日)
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 (2008年1月12日)
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 (2008年2月15日)
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 (2008年4月11日)
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 (2008年5月05日)
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 (2008年5月21日)
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.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /