We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce9579 commit 38674d2Copy full SHA for 38674d2
doc/users/figures/plotsst.py
@@ -6,7 +6,7 @@
6
date = datetime(2007,12,15,0) # date to plot.
7
# open dataset.
8
dataset = \
9
-Dataset('http://www.ncdc.noaa.gov/thredds/dodsC/OISST-V2-AVHRR-AMSR_agg')
+Dataset('http://www.ncdc.noaa.gov/thredds/dodsC/OISST-V2-AVHRR_agg')
10
timevar = dataset.variables['time']
11
timeindex = date2index(date,timevar) # find time index for desired date.
12
# read sst. Will automatically create a masked array using
0 commit comments