Skip to content

Commit 7ea502f

Browse files
update nldi service urls (#167)
1 parent 103724b commit 7ea502f

File tree

5 files changed

+57
-57
lines changed

5 files changed

+57
-57
lines changed

dataretrieval/nldi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
except ImportError:
99
raise ImportError("Install geopandas to use the NLDI module.")
1010

11-
NLDI_API_BASE_URL = "https://labs.waterdata.usgs.gov/api/nldi/linked-data"
11+
NLDI_API_BASE_URL = "https://api.water.usgs.gov/nldi/linked-data"
1212
_AVAILABLE_DATA_SOURCES = None
1313
_CRS = "EPSG:4326"
1414

0 commit comments

Comments
 (0)