Warning
v1.0.10 assigned the incorrect datum to gage location data (#169).
The default datum has been changed to EPSG:4269 (NAD 83), even though some gages still use other datums.
What's Changed
- Add NAQWA data pull demo by @kjdoore in #151
- Remove hardcoded format in nwis.get_discharge_measurements by @thodson-usgs in #150
- Rename, fix, and extend NAWQA (NWQN) demo by @thodson-usgs in #153
- Adjust code.json to point to new repo location by @ehinman in #156
- Update maintainers by @thodson-usgs in #159
- Add info about gwlevels service by @ehinman in #160
- Update README.md with some badges by @thodson-usgs in #161
- First crack at changing the url for one function by @ehinman in #152
- Lint and format by @thodson-usgs in #164
- Update code.json to include both dev and official versions by @ehinman in #165
- [#157] Example notebook for NLDI data access by @pkdash in #158
- update nldi service urls by @dblodgett-usgs in #167
- Update GH action tags to most recent release commit hashes by @jzemmels in #168
- fix!: correct
nwis
module GeoDataFrames crs to EPSG:4269 (NAD 83) by @aaraney in #169
New Contributors
- @kjdoore made their first contribution in #151
- @dblodgett-usgs made their first contribution in #167
- @jzemmels made their first contribution in #168
- @aaraney made their first contribution in #169
Full Changelog: v1.0.10...v1.0.11