parent
160487e6c0
commit
f73296e394
|
|
@ -47,7 +47,7 @@ from contrib.demUtils.DemStitcher import DemStitcher
|
||||||
from isceobj.Image import createImage
|
from isceobj.Image import createImage
|
||||||
#Parameters definitions
|
#Parameters definitions
|
||||||
URL = Component.Parameter('_url',
|
URL = Component.Parameter('_url',
|
||||||
public_name = 'URL',default = 'http://e4ftl01.cr.usgs.gov/SRTM/SRTMSWBD.003/2000.02.11',
|
public_name = 'URL',default = 'https://e4ftl01.cr.usgs.gov/SRTM/SRTMSWBD.003/2000.02.11',
|
||||||
type = str,
|
type = str,
|
||||||
mandatory = False,
|
mandatory = False,
|
||||||
doc = "Url for the high resolution water body mask")
|
doc = "Url for the high resolution water body mask")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue