Skip to content

Commit d0bd073

Browse files
author
Jeff Whitaker
committed
fix URL
1 parent 131c1fe commit d0bd073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/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)