Skip to content

Commit

Permalink
update nldi service urls (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
dblodgett-usgs authored Oct 7, 2024
1 parent 103724b commit 7ea502f
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 57 deletions.
2 changes: 1 addition & 1 deletion dataretrieval/nldi.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
except ImportError:
raise ImportError("Install geopandas to use the NLDI module.")

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

Expand Down
Loading

0 comments on commit 7ea502f

Please sign in to comment.