Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/blueherongis/Heron
Browse files Browse the repository at this point in the history
  • Loading branch information
blueherongis committed Mar 20, 2022
2 parents 602feef + e3cb81a commit 64df88c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions HeronServiceEndpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,47 +104,47 @@
[
{
"service" : "SRTM GL1 (30m)",
"url" : "https://portal.opentopography.org/API/globaldem?demtype=SRTMGL1&west={0}&south={1}&east={2}&north={3}&API_Key=",
"url" : "https://portal.opentopography.org/API/globaldem?demtype=SRTMGL1&south={1}&north={3}&west={0}&east={2}&outputFormat=GTiff&API_Key=",
"description" : "SRTM GL1 (30m) 1 Arcsecond resolution from OpenTopography.org."
},
{
"service" : "SRTM GL1 Ellipsoidal 30m",
"url" : "https://portal.opentopography.org/API/globaldem?demtype=SRTMGL1_E&west={0}&south={1}&east={2}&north={3}&API_Key=",
"url" : "https://portal.opentopography.org/API/globaldem?demtype=SRTMGL1_E&south={1}&north={3}&west={0}&east={2}&outputFormat=GTiff&API_Key=",
"description" : "SRTM GL1 Ellipsoidal 30m 1 Arcsecond resolution from OpenTopography.org."
},
{
"service" : "SRTM GL3 (90m)",
"url" : "https://portal.opentopography.org/API/globaldem?demtype=SRTMGL3&west={0}&south={1}&east={2}&north={3}&API_Key=",
"url" : "https://portal.opentopography.org/API/globaldem?demtype=SRTMGL3&south={1}&north={3}&west={0}&east={2}&outputFormat=GTiff&API_Key=",
"description" : "SRTM GL3 (90m) 3 Arsecond resolution from OpenTopography.org."
},
{
"service" : "ALOS World 3D (30m)",
"url" : "https://portal.opentopography.org/API/globaldem?demtype=AW3D30&west={0}&south={1}&east={2}&north={3}&API_Key=",
"url" : "https://portal.opentopography.org/API/globaldem?demtype=AW3D30&south={1}&north={3}&west={0}&east={2}&outputFormat=GTiff&API_Key=",
"description" : "ALOS World 3D (30m) from OpenTopography.org."
},
{
"service" : "ALOS World 3D Ellipsoidal, 30m",
"url" : "https://portal.opentopography.org/API/globaldem?demtype=AW3D30_E&west={0}&south={1}&east={2}&north={3}&API_Key=",
"url" : "https://portal.opentopography.org/API/globaldem?demtype=AW3D30_E&south={1}&north={3}&west={0}&east={2}&outputFormat=GTiff&API_Key=",
"description" : "ALOS World 3D Ellipsoidal, 30m from OpenTopography.org."
},
{
"service" : "SRTM15Plus (Global Bathymetry SRTM15+ V2.1)",
"url" : "https://portal.opentopography.org/API/globaldem?demtype=SRTM15Plus&west={0}&south={1}&east={2}&north={3}&API_Key=",
"url" : "https://portal.opentopography.org/API/globaldem?demtype=SRTM15Plus&south={1}&north={3}&west={0}&east={2}&outputFormat=GTiff&API_Key=",
"description" : "SRTM15Plus (Global Bathymetry SRTM15+ V2.1) from OpenTopography.org."
},
{
"service" : "NASADEM (NASADEM Global DEM)",
"url" : "https://portal.opentopography.org/API/globaldem?demtype=NASADEM&west={0}&south={1}&east={2}&north={3}&API_Key=",
"url" : "https://portal.opentopography.org/API/globaldem?demtype=NASADEM&south={1}&north={3}&west={0}&east={2}&outputFormat=GTiff&API_Key=",
"description" : "NASADEM (NASADEM Global DEM) from OpenTopography.org."
},
{
"service" : "COP30 (Copernicus Global DSM 30m)",
"url" : "https://portal.opentopography.org/API/globaldem?demtype=COP30&west={0}&south={1}&east={2}&north={3}&API_Key=",
"url" : "https://portal.opentopography.org/API/globaldem?demtype=COP30&south={1}&north={3}&west={0}&east={2}&outputFormat=GTiff&API_Key=",
"description" : "COP30 (Copernicus Global DSM 30m) from OpenTopography.org."
},
{
"service" : "COP90 (Copernicus Global DSM 90m)",
"url" : "https://portal.opentopography.org/API/globaldem?demtype=COP90&west={0}&south={1}&east={2}&north={3}&API_Key=",
"url" : "https://portal.opentopography.org/API/globaldem?demtype=COP90&south={1}&north={3}&west={0}&east={2}&outputFormat=GTiff&API_Key=",
"description" : "COP90 (Copernicus Global DSM 90m) from OpenTopography.org."
},
{
Expand Down

0 comments on commit 64df88c

Please sign in to comment.