Revision: 4459
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4459&view=rev
Author:   jswhit
Date:     2007-11-26 15:06:15 -0800 (Mon, 26 Nov 2007)

Log Message:
-----------
docstring modifications.

Modified Paths:
--------------
    trunk/toolkits/basemap/lib/matplotlib/toolkits/basemap/pupynere.py

Modified: trunk/toolkits/basemap/lib/matplotlib/toolkits/basemap/pupynere.py
===================================================================
--- trunk/toolkits/basemap/lib/matplotlib/toolkits/basemap/pupynere.py  
2007-11-26 22:53:37 UTC (rev 4458)
+++ trunk/toolkits/basemap/lib/matplotlib/toolkits/basemap/pupynere.py  
2007-11-26 23:06:15 UTC (rev 4459)
@@ -53,8 +53,11 @@
 
 def NetCDFFile(file):
     """NetCDF File reader.  API is the same as Scientific.IO.NetCDF.
-    if 'file' is a URL that starts with 'http', the pydap client is
-    is used to read the data over http."""
+    If 'file' is a URL that starts with 'http', it is assumed
+    to be a remote OPenDAP dataest, and the python dap client is used
+    to retrieve the data. Only the OPenDAP Array and Grid data
+    types are recognized.  If file does not start with 'http', it
+    is assumed to be a local NetCDF file."""
     if file.startswith('http'):
         return _RemoteFile(file)
     else:
@@ -361,8 +364,3 @@
 
     def typecode(self):
         return ['b', 'c', 'h', 'i', 'f', 'd'][self._nc_type-1]
-
-            
-def _test():
-    import doctest
-    doctest.testmod()


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to