Revision: 8528
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8528&view=rev
Author:   jswhit
Date:     2010-07-07 13:59:29 +0000 (Wed, 07 Jul 2010)

Log Message:
-----------
update URL

Modified Paths:
--------------
    trunk/toolkits/basemap/examples/plothighsandlows.py

Modified: trunk/toolkits/basemap/examples/plothighsandlows.py
===================================================================
--- trunk/toolkits/basemap/examples/plothighsandlows.py 2010-07-07 13:53:19 UTC 
(rev 8527)
+++ trunk/toolkits/basemap/examples/plothighsandlows.py 2010-07-07 13:59:29 UTC 
(rev 8528)
@@ -27,9 +27,9 @@
 
 # open OpenDAP dataset.
 try:
-    
data=NetCDFFile("http://nomad1.ncep.noaa.gov:9090/dods/gdas/rotating/gdas"+YYYYMMDDHH)
+    
data=NetCDFFile("http://nomad1.ncep.noaa.gov:9090/dods/gdas/rotating/gdas"+YYYYMMDDHH+".grib2";)
 except:
-    
data=NetCDFFile("http://nomad1.ncep.noaa.gov:9090/dods/gdas/rotating/"+YYYYMMDDHH[0:6]+"/gdas"+YYYYMMDDHH)
+    
data=NetCDFFile("http://nomad2.ncep.noaa.gov:9090/dods/gdas/rotating/gdas"+YYYYMMDDHH+".grib2";)
 
 # read lats,lons.
 lats = data.variables['lat'][:]


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 Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to