Revision: 4589
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4589&view=rev
Author: jswhit
Date: 2007-12-04 11:57:01 -0800 (Tue, 04 Dec 2007)
Log Message:
-----------
fix typo
Modified Paths:
--------------
trunk/py4science/workbook/basemap.tex
Modified: trunk/py4science/workbook/basemap.tex
===================================================================
--- trunk/py4science/workbook/basemap.tex 2007-12-04 19:55:12 UTC (rev 4588)
+++ trunk/py4science/workbook/basemap.tex 2007-12-04 19:57:01 UTC (rev 4589)
@@ -97,7 +97,7 @@
data, such as output from climate models. These data often come on
latitude/longitude grids. One common data format for storing such
grids is NetCDF. Basemap includes a NetCDF file reader (written in
-pure python by Roberto D'Almeida).
+pure python by Roberto De Almeida).
You can also access remote datasets over the web using the OPeNDAP
protocol - just give the NetCDFFile function a URL instead of a local file name
and Roberto's pydap module (\texttt{http://pydap.org}) will be used.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|