Longer term USGS will support URLS that start with api.* ref: https://waterdata.usgs.gov/blog/api-waterservices-decom/ The following URL may break in the next year or two: ``` base_url = "https://waterservices.usgs.gov/nwis/iv/?" ``` ref: https://github.com/HydrologicEngineeringCenter/cwms-cli/blob/main/cwmscli/usgs/getusgs_cda.py#L193C2-L193C58 replacement: https://api.waterdata.usgs.gov/ogcapi/v0/collections/continuous
Longer term USGS will support URLS that start with api.*
ref:
https://waterdata.usgs.gov/blog/api-waterservices-decom/
The following URL may break in the next year or two:
ref:
https://github.com/HydrologicEngineeringCenter/cwms-cli/blob/main/cwmscli/usgs/getusgs_cda.py#L193C2-L193C58
replacement:
https://api.waterdata.usgs.gov/ogcapi/v0/collections/continuous