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 131c1fe commit d0bd073Copy full SHA for d0bd073
examples/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