Update DemStitcherND.py

changed to `https`
LT1AB
Eric Fielding 2022-08-09 18:31:04 -07:00 committed by Ryan Burns
parent e8c6f29636
commit 160487e6c0
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ from iscesys.Component.Component import Component
from contrib.demUtils.DemStitcher import DemStitcher as DS
#Parameters definitions
URL1 = Component.Parameter('_url1',
public_name = 'URL1',default = 'http://e4ftl01.cr.usgs.gov/MEASURES/NASADEM_HGT.001/2000.02.11',
public_name = 'URL1',default = 'https://e4ftl01.cr.usgs.gov/MEASURES/NASADEM_HGT.001/2000.02.11',
type = str,
mandatory = False,
doc = "Url for the high resolution DEM. Used for NASADEM")