Skip to content

Commit 845afad

Browse files
committed
use https
1 parent 0505b1c commit 845afad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oceans/datasets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ def etopo_subset(min_lon, max_lon, min_lat, max_lat, tfile=None, smoo=False):
245245
Based on trondkristiansen contourICEMaps.py
246246
"""
247247
if tfile is None:
248-
tfile = "http://gamone.whoi.edu/thredds/dodsC/usgs/data0/bathy/ETOPO2v2c_f4.nc"
248+
tfile = "https://gamone.whoi.edu/thredds/dodsC/usgs/data0/bathy/ETOPO2v2c_f4.nc"
249249

250250
with Dataset(tfile, "r") as etopo:
251251
lons = etopo.variables["x"][:]

0 commit comments

Comments
 (0)