Skip to content

Commit 64df88c

Browse files
committed
Merge branch 'master' of https://github.com/blueherongis/Heron
2 parents 602feef + e3cb81a commit 64df88c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

HeronServiceEndpoints.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -104,47 +104,47 @@
104104
[
105105
{
106106
"service" : "SRTM GL1 (30m)",
107-
"url" : "https://portal.opentopography.org/API/globaldem?demtype=SRTMGL1&west={0}&south={1}&east={2}&north={3}&API_Key=",
107+
"url" : "https://portal.opentopography.org/API/globaldem?demtype=SRTMGL1&south={1}&north={3}&west={0}&east={2}&outputFormat=GTiff&API_Key=",
108108
"description" : "SRTM GL1 (30m) 1 Arcsecond resolution from OpenTopography.org."
109109
},
110110
{
111111
"service" : "SRTM GL1 Ellipsoidal 30m",
112-
"url" : "https://portal.opentopography.org/API/globaldem?demtype=SRTMGL1_E&west={0}&south={1}&east={2}&north={3}&API_Key=",
112+
"url" : "https://portal.opentopography.org/API/globaldem?demtype=SRTMGL1_E&south={1}&north={3}&west={0}&east={2}&outputFormat=GTiff&API_Key=",
113113
"description" : "SRTM GL1 Ellipsoidal 30m 1 Arcsecond resolution from OpenTopography.org."
114114
},
115115
{
116116
"service" : "SRTM GL3 (90m)",
117-
"url" : "https://portal.opentopography.org/API/globaldem?demtype=SRTMGL3&west={0}&south={1}&east={2}&north={3}&API_Key=",
117+
"url" : "https://portal.opentopography.org/API/globaldem?demtype=SRTMGL3&south={1}&north={3}&west={0}&east={2}&outputFormat=GTiff&API_Key=",
118118
"description" : "SRTM GL3 (90m) 3 Arsecond resolution from OpenTopography.org."
119119
},
120120
{
121121
"service" : "ALOS World 3D (30m)",
122-
"url" : "https://portal.opentopography.org/API/globaldem?demtype=AW3D30&west={0}&south={1}&east={2}&north={3}&API_Key=",
122+
"url" : "https://portal.opentopography.org/API/globaldem?demtype=AW3D30&south={1}&north={3}&west={0}&east={2}&outputFormat=GTiff&API_Key=",
123123
"description" : "ALOS World 3D (30m) from OpenTopography.org."
124124
},
125125
{
126126
"service" : "ALOS World 3D Ellipsoidal, 30m",
127-
"url" : "https://portal.opentopography.org/API/globaldem?demtype=AW3D30_E&west={0}&south={1}&east={2}&north={3}&API_Key=",
127+
"url" : "https://portal.opentopography.org/API/globaldem?demtype=AW3D30_E&south={1}&north={3}&west={0}&east={2}&outputFormat=GTiff&API_Key=",
128128
"description" : "ALOS World 3D Ellipsoidal, 30m from OpenTopography.org."
129129
},
130130
{
131131
"service" : "SRTM15Plus (Global Bathymetry SRTM15+ V2.1)",
132-
"url" : "https://portal.opentopography.org/API/globaldem?demtype=SRTM15Plus&west={0}&south={1}&east={2}&north={3}&API_Key=",
132+
"url" : "https://portal.opentopography.org/API/globaldem?demtype=SRTM15Plus&south={1}&north={3}&west={0}&east={2}&outputFormat=GTiff&API_Key=",
133133
"description" : "SRTM15Plus (Global Bathymetry SRTM15+ V2.1) from OpenTopography.org."
134134
},
135135
{
136136
"service" : "NASADEM (NASADEM Global DEM)",
137-
"url" : "https://portal.opentopography.org/API/globaldem?demtype=NASADEM&west={0}&south={1}&east={2}&north={3}&API_Key=",
137+
"url" : "https://portal.opentopography.org/API/globaldem?demtype=NASADEM&south={1}&north={3}&west={0}&east={2}&outputFormat=GTiff&API_Key=",
138138
"description" : "NASADEM (NASADEM Global DEM) from OpenTopography.org."
139139
},
140140
{
141141
"service" : "COP30 (Copernicus Global DSM 30m)",
142-
"url" : "https://portal.opentopography.org/API/globaldem?demtype=COP30&west={0}&south={1}&east={2}&north={3}&API_Key=",
142+
"url" : "https://portal.opentopography.org/API/globaldem?demtype=COP30&south={1}&north={3}&west={0}&east={2}&outputFormat=GTiff&API_Key=",
143143
"description" : "COP30 (Copernicus Global DSM 30m) from OpenTopography.org."
144144
},
145145
{
146146
"service" : "COP90 (Copernicus Global DSM 90m)",
147-
"url" : "https://portal.opentopography.org/API/globaldem?demtype=COP90&west={0}&south={1}&east={2}&north={3}&API_Key=",
147+
"url" : "https://portal.opentopography.org/API/globaldem?demtype=COP90&south={1}&north={3}&west={0}&east={2}&outputFormat=GTiff&API_Key=",
148148
"description" : "COP90 (Copernicus Global DSM 90m) from OpenTopography.org."
149149
},
150150
{

0 commit comments

Comments
 (0)