We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b766e commit 3f582c3Copy full SHA for 3f582c3
1 file changed
map2loop/mapdata.py
@@ -567,7 +567,7 @@ def __retrieve_tif(self, filename: str):
567
568
if filename.lower() == "aus" or filename.lower() == "au":
569
logger.info('Using Geoscience Australia DEM')
570
- url = "http://services.ga.gov.au/gis/services/DEM_SRTM_1Second_over_Bathymetry_Topography/MapServer/WCSServer?"
+ url = "https://services.ga.gov.au/gis/services/Bathymetry_Topography/MapServer/WCSServer?"
571
wcs = WebCoverageService(url, version="1.0.0")
572
573
coverage = wcs.getCoverage(
0 commit comments