HydrologicEngineeringCenter / HydrologicEngineeringCenter/cwms-cli
Update USGS Instant Values endpoint.
Open
- Dominant language
- Python
- Stars
- 2
- Forks
- 4
- Avg merge
- 19h 59m
- Merged PRs (30d)
- 3
Description
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/?"
replacement:
https://api.waterdata.usgs.gov/ogcapi/v0/collections/continuous
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.