parent
e8c6f29636
commit
160487e6c0
|
|
@ -44,7 +44,7 @@ from iscesys.Component.Component import Component
|
||||||
from contrib.demUtils.DemStitcher import DemStitcher as DS
|
from contrib.demUtils.DemStitcher import DemStitcher as DS
|
||||||
#Parameters definitions
|
#Parameters definitions
|
||||||
URL1 = Component.Parameter('_url1',
|
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,
|
type = str,
|
||||||
mandatory = False,
|
mandatory = False,
|
||||||
doc = "Url for the high resolution DEM. Used for NASADEM")
|
doc = "Url for the high resolution DEM. Used for NASADEM")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue