Skip to content

Commit 38674d2

Browse files
author
Jeffrey Whitaker
committed
update URL
1 parent 4ce9579 commit 38674d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/users/figures/plotsst.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
date = datetime(2007,12,15,0) # date to plot.
77
# open dataset.
88
dataset = \
9-
Dataset('http://www.ncdc.noaa.gov/thredds/dodsC/OISST-V2-AVHRR-AMSR_agg')
9+
Dataset('http://www.ncdc.noaa.gov/thredds/dodsC/OISST-V2-AVHRR_agg')
1010
timevar = dataset.variables['time']
1111
timeindex = date2index(date,timevar) # find time index for desired date.
1212
# read sst. Will automatically create a masked array using

0 commit comments

Comments
 (0)