Skip to content

Commit 3f582c3

Browse files
authored
Update mapdata.py
GA server changes
1 parent 21b766e commit 3f582c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

map2loop/mapdata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ def __retrieve_tif(self, filename: str):
567567

568568
if filename.lower() == "aus" or filename.lower() == "au":
569569
logger.info('Using Geoscience Australia DEM')
570-
url = "http://services.ga.gov.au/gis/services/DEM_SRTM_1Second_over_Bathymetry_Topography/MapServer/WCSServer?"
570+
url = "https://services.ga.gov.au/gis/services/Bathymetry_Topography/MapServer/WCSServer?"
571571
wcs = WebCoverageService(url, version="1.0.0")
572572

573573
coverage = wcs.getCoverage(

0 commit comments

Comments
 (0)