Revision: 4759
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4759&view=rev
Author:   jswhit
Date:     2007-12-17 09:20:29 -0800 (Mon, 17 Dec 2007)

Log Message:
-----------
fix typo

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

Modified: trunk/toolkits/basemap/examples/plotsst.py
===================================================================
--- trunk/toolkits/basemap/examples/plotsst.py  2007-12-17 15:43:03 UTC (rev 
4758)
+++ trunk/toolkits/basemap/examples/plotsst.py  2007-12-17 17:20:29 UTC (rev 
4759)
@@ -7,7 +7,7 @@
     date = '20071215'
 else:
     date = sys.argv[1]
-if date[4] > '2005':
+if date[0:4] > '2005':
     ncfile = 
NetCDFFile('http://nomads.ncdc.noaa.gov:8085/thredds/dodsC/oisst/'+date[0:4]+'/AVHRR/sst4-navy-eot.'+date+'.nc')
 else:
     ncfile = 
NetCDFFile('http://nomads.ncdc.noaa.gov:8085/thredds/dodsC/oisst/'+date[0:4]+'/AVHRR/sst4-path-eot.'+date+'.nc')


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

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to