From e3cb81acd684706adde34ab3b6d516a8ae0c1731 Mon Sep 17 00:00:00 2001 From: Brian Washburn Date: Sat, 19 Mar 2022 10:35:46 -0700 Subject: [PATCH] Update opentopography query strings --- HeronServiceEndpoints.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/HeronServiceEndpoints.json b/HeronServiceEndpoints.json index f25aa81..74edc8b 100644 --- a/HeronServiceEndpoints.json +++ b/HeronServiceEndpoints.json @@ -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." }, {