Recent Releases of dataretrieval-python
dataretrieval-python - v1.1.0
🎊 New waterdata module added 🎊
This module provides access to USGS's modernized Water Data APIs, serving information such as monitoring location info, daily values, field measurements, timeseries metadata, latest continuous and daily data values, discrete water quality data, and more. Please give the new functions a try and provide feedback via issues.
What's Changed
- Fix gwlevels pcode by @ehinman in https://github.com/DOI-USGS/dataretrieval-python/pull/180
- Remove qwdata documentation, tests, etc. and replace with waterdata.get_samples() by @ehinman in https://github.com/DOI-USGS/dataretrieval-python/pull/178
- Add waterdata infrastructure by @ehinman in https://github.com/DOI-USGS/dataretrieval-python/pull/183
- Fix pathing so new waterdata documentation is available by @ehinman in https://github.com/DOI-USGS/dataretrieval-python/pull/189
- Another attempt to fix documentation issues by @ehinman in https://github.com/DOI-USGS/dataretrieval-python/pull/190
- Get rid of NLDI import by @ehinman in https://github.com/DOI-USGS/dataretrieval-python/pull/191
- Combine two lines of strings by @ehinman in https://github.com/DOI-USGS/dataretrieval-python/pull/192
Full Changelog: https://github.com/DOI-USGS/dataretrieval-python/compare/v1.0.12...v1.1.0
Natural Resources - Water Supply and Quality
- Python
Published by ehinman about 1 month ago
dataretrieval-python - v1.0.12
What's Changed
- Add new module
samples.pythat introduces the newget_usgs_samples()andget_codes()functions by @ehinman and @thodson-usgs in https://github.com/DOI-USGS/dataretrieval-python/pull/173
Full Changelog: https://github.com/DOI-USGS/dataretrieval-python/compare/v1.0.11...v1.0.12
Natural Resources - Water Supply and Quality
- Python
Published by ehinman 8 months ago
dataretrieval-python - v1.0.11
Warning
v1.0.10 assigned the incorrect datum to gage location data (https://github.com/DOI-USGS/dataretrieval-python/pull/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 https://github.com/DOI-USGS/dataretrieval-python/pull/151
- Remove hardcoded format in nwis.get_discharge_measurements by @thodson-usgs in https://github.com/DOI-USGS/dataretrieval-python/pull/150
- Rename, fix, and extend NAWQA (NWQN) demo by @thodson-usgs in https://github.com/DOI-USGS/dataretrieval-python/pull/153
- Adjust code.json to point to new repo location by @ehinman in https://github.com/DOI-USGS/dataretrieval-python/pull/156
- Update maintainers by @thodson-usgs in https://github.com/DOI-USGS/dataretrieval-python/pull/159
- Add info about gwlevels service by @ehinman in https://github.com/DOI-USGS/dataretrieval-python/pull/160
- Update README.md with some badges by @thodson-usgs in https://github.com/DOI-USGS/dataretrieval-python/pull/161
- First crack at changing the url for one function by @ehinman in https://github.com/DOI-USGS/dataretrieval-python/pull/152
- Lint and format by @thodson-usgs in https://github.com/DOI-USGS/dataretrieval-python/pull/164
- Update code.json to include both dev and official versions by @ehinman in https://github.com/DOI-USGS/dataretrieval-python/pull/165
- [#157] Example notebook for NLDI data access by @pkdash in https://github.com/DOI-USGS/dataretrieval-python/pull/158
- update nldi service urls by @dblodgett-usgs in https://github.com/DOI-USGS/dataretrieval-python/pull/167
- Update GH action tags to most recent release commit hashes by @jzemmels in https://github.com/DOI-USGS/dataretrieval-python/pull/168
- fix!: correct
nwismodule GeoDataFrames crs to EPSG:4269 (NAD 83) by @aaraney in https://github.com/DOI-USGS/dataretrieval-python/pull/169
New Contributors
- @kjdoore made their first contribution in https://github.com/DOI-USGS/dataretrieval-python/pull/151
- @dblodgett-usgs made their first contribution in https://github.com/DOI-USGS/dataretrieval-python/pull/167
- @jzemmels made their first contribution in https://github.com/DOI-USGS/dataretrieval-python/pull/168
- @aaraney made their first contribution in https://github.com/DOI-USGS/dataretrieval-python/pull/169
Full Changelog: https://github.com/DOI-USGS/dataretrieval-python/compare/v1.0.10...v1.0.11
Natural Resources - Water Supply and Quality
- Python
Published by thodson-usgs about 1 year ago
dataretrieval-python - v1.0.10
What's Changed
- update(nldi.py): Add CRS information to GeoDataFame objects by @jlarsen-usgs in https://github.com/DOI-USGS/dataretrieval-python/pull/142
- Remove coveralls link by @thodson-usgs in https://github.com/DOI-USGS/dataretrieval-python/pull/145
- feat(geopandas support): return GeoDataFrame if geopandas is installed by @jlarsen-usgs in https://github.com/DOI-USGS/dataretrieval-python/pull/143
- Adjust gwlevels URL services by @ehinman in https://github.com/DOI-USGS/dataretrieval-python/pull/147 - adjusted due to discontinuation of GW levels RDB/WaterML2 endpoints, which caused breaking changes to the
gwlevelsservice. See Water Data for the Nation blog post for more information.
New Contributors
- @jlarsen-usgs made their first contribution in https://github.com/DOI-USGS/dataretrieval-python/pull/142
Full Changelog: https://github.com/DOI-USGS/dataretrieval-python/compare/v1.0.9...v1.0.10
Natural Resources - Water Supply and Quality
- Python
Published by thodson-usgs over 1 year ago
dataretrieval-python - v1.0.9
What's Changed
This release adds some links to the REST doc and a convenience dictionary of state FIPS codes.
- Tutorial prep by @thodson-usgs in https://github.com/DOI-USGS/dataretrieval-python/pull/140
Full Changelog: https://github.com/DOI-USGS/dataretrieval-python/compare/v1.0.8...v1.0.9
Natural Resources - Water Supply and Quality
- Python
Published by thodson-usgs over 1 year ago
dataretrieval-python - v1.0.8
What's Changed
Package for Python 3.12
- Add python3 kernel for doc build by @thodson-usgs in https://github.com/DOI-USGS/dataretrieval-python/pull/138
Full Changelog: https://github.com/DOI-USGS/dataretrieval-python/compare/v1.0.7...v1.0.8
Natural Resources - Water Supply and Quality
- Python
Published by thodson-usgs over 1 year ago
dataretrieval-python - v1.0.7
What's Changed
This release adds a module for the Hydro Network-Linked Data Index (NLDI) API, along with some minor changes.
- [#116] initial implementation of type hints by @pkdash in https://github.com/DOI-USGS/dataretrieval-python/pull/117
- Type hints added to public APIs of nwis module by @pkdash in https://github.com/DOI-USGS/dataretrieval-python/pull/122
- Setup pre-commit by @thodson-usgs in https://github.com/DOI-USGS/dataretrieval-python/pull/124
- Issue 123 by @rckwzrd in https://github.com/DOI-USGS/dataretrieval-python/pull/125
- [#116] Removing un-necessary helper functions in nwis module by @pkdash in https://github.com/DOI-USGS/dataretrieval-python/pull/128
- update NWIS qw function warning by @lstanish-usgs in https://github.com/DOI-USGS/dataretrieval-python/pull/133
- Add warning message to WQP functions by @ehinman in https://github.com/DOI-USGS/dataretrieval-python/pull/132
- 129 data downloading issue with a specific gauging station by @thodson-usgs in https://github.com/DOI-USGS/dataretrieval-python/pull/131
- Add warning message for qw data queries by @ehinman in https://github.com/DOI-USGS/dataretrieval-python/pull/134
- [#135] NLDI data retrieval by @pkdash in https://github.com/DOI-USGS/dataretrieval-python/pull/136
New Contributors
- @pkdash made their first contribution in https://github.com/DOI-USGS/dataretrieval-python/pull/117
- @rckwzrd made their first contribution in https://github.com/DOI-USGS/dataretrieval-python/pull/125
- @lstanish-usgs made their first contribution in https://github.com/DOI-USGS/dataretrieval-python/pull/133
- @ehinman made their first contribution in https://github.com/DOI-USGS/dataretrieval-python/pull/132
Full Changelog: https://github.com/DOI-USGS/dataretrieval-python/compare/v1.0.6...v1.0.7
Natural Resources - Water Supply and Quality
- Python
Published by thodson-usgs over 1 year ago
dataretrieval-python - v1.0.6
What's Changed
- Improve Metadata class by @edsaac in https://github.com/DOI-USGS/dataretrieval-python/pull/110
- (future warning fix): wrapping pd.read_json arg in StringIO to suppre… by @mnfienen in https://github.com/DOI-USGS/dataretrieval-python/pull/112
New Contributors
- @edsaac made their first contribution in https://github.com/DOI-USGS/dataretrieval-python/pull/110
- @mnfienen made their first contribution in https://github.com/DOI-USGS/dataretrieval-python/pull/112
Full Changelog: https://github.com/DOI-USGS/dataretrieval-python/compare/v1.0.5...v1.0.6
Natural Resources - Water Supply and Quality
- Python
Published by thodson-usgs over 2 years ago
dataretrieval-python - v1.0.5
What's Changed
- Drop GDAL dependency by @elbeejay in https://github.com/DOI-USGS/dataretrieval-python/pull/96
- Type hint for DataFrame by @davetapley in https://github.com/DOI-USGS/dataretrieval-python/pull/103
- Format datetime with ISO8601 by @elbeejay in https://github.com/DOI-USGS/dataretrieval-python/pull/104
- add ssl_check optional parameter by @elbeejay in https://github.com/DOI-USGS/dataretrieval-python/pull/106
- Pin numpy<2 by @thodson-usgs in https://github.com/DOI-USGS/dataretrieval-python/pull/107
New Contributors
- @davetapley made their first contribution in https://github.com/DOI-USGS/dataretrieval-python/pull/103
Full Changelog: https://github.com/DOI-USGS/dataretrieval-python/compare/v1.0.4...v1.0.5
Natural Resources - Water Supply and Quality
- Python
Published by elbeejay over 2 years ago
dataretrieval-python - v1.0.4
The update to pandas 2.X introduces breaking changes. This stop-gap release pins pandas to 1.X.
What's Changed
- Stat Service by @elbeejay in https://github.com/DOI-USGS/dataretrieval-python/pull/92
- Pin pandas to 1.* by @thodson-usgs in https://github.com/DOI-USGS/dataretrieval-python/pull/95
Full Changelog: https://github.com/DOI-USGS/dataretrieval-python/compare/v1.0.3...v1.0.4
Natural Resources - Water Supply and Quality
- Python
Published by thodson-usgs over 2 years ago
dataretrieval-python - v1.0.3
What's Changed
- update docs link by @elbeejay in https://github.com/DOI-USGS/dataretrieval-python/pull/89
- module imports in init by @elbeejay in https://github.com/DOI-USGS/dataretrieval-python/pull/91
Full Changelog: https://github.com/DOI-USGS/dataretrieval-python/compare/v1.0.2...v1.0.3
Natural Resources - Water Supply and Quality
- Python
Published by thodson-usgs almost 3 years ago
dataretrieval-python - v1.0.2
What's Changed
- Revised Contributing File by @elbeejay in https://github.com/USGS-python/dataretrieval/pull/81
- 404 error handling by @elbeejay in https://github.com/USGS-python/dataretrieval/pull/79
- Correct the path to _version.py in pyproject.toml by @thodson-usgs in https://github.com/USGS-python/dataretrieval/pull/85
- Defining a user-agent in GET requests by @elbeejay in https://github.com/USGS-python/dataretrieval/pull/86
Full Changelog: https://github.com/USGS-python/dataretrieval/compare/v1.0.1...v1.0.2
Natural Resources - Water Supply and Quality
- Python
Published by thodson-usgs almost 3 years ago
dataretrieval-python - v1.0.1
What's Changed
- Better 414 Response Error Message by @elbeejay in https://github.com/USGS-python/dataretrieval/pull/65
- Error when merging across timezones by @elbeejay in https://github.com/USGS-python/dataretrieval/pull/62
- Fix to enable seriesCatalogOutput by @elbeejay in https://github.com/USGS-python/dataretrieval/pull/67
- Skip datetime handling for empty data frames by @elbeejay in https://github.com/USGS-python/dataretrieval/pull/69
- Expand site info metadata (addresses #73) by @elbeejay in https://github.com/USGS-python/dataretrieval/pull/74
- Closes #70: create pyproject by @thodson-usgs in https://github.com/USGS-python/dataretrieval/pull/71
- Improve documentation by @elbeejay in https://github.com/USGS-python/dataretrieval/pull/72
- minor fixes for docs by @elbeejay in https://github.com/USGS-python/dataretrieval/pull/76
Full Changelog: https://github.com/USGS-python/dataretrieval/compare/v0.8...v1.0.1
Natural Resources - Water Supply and Quality
- Python
Published by thodson-usgs almost 3 years ago
dataretrieval-python - dataretrieval v1.0.0 (December 8, 2022)
What's Changed
- Feature - add support to retrieve flood stages by @elmerehbi in https://github.com/USGS-python/dataretrieval/pull/32
- Add WQP services (issue #35) by @jbousquin in https://github.com/USGS-python/dataretrieval/pull/36
- fix ghactions runs by @jsta in https://github.com/USGS-python/dataretrieval/pull/43
- Describe statecode parameter by @jsta in https://github.com/USGS-python/dataretrieval/pull/51
- Broaden Continuous Integration Workflow by @elbeejay in https://github.com/USGS-python/dataretrieval/pull/52
- Fixing get_pmcodes, making multi-level indexing optional, and adding missing data to get_qwdata and get_gwlevels by @cjbas22 in https://github.com/USGS-python/dataretrieval/pull/53
- HTML Rendered Documentation via Sphinx by @elbeejay in https://github.com/USGS-python/dataretrieval/pull/54
- Add inplace Argument to dropna by @douglasdennis in https://github.com/USGS-python/dataretrieval/pull/55
- warnings for qwdata deprecation by @elbeejay in https://github.com/USGS-python/dataretrieval/pull/56
- add ability to coerce incomplete datetime info + tests by @elbeejay in https://github.com/USGS-python/dataretrieval/pull/58
New Contributors
- @jbousquin made their first contribution in https://github.com/USGS-python/dataretrieval/pull/36
- @elbeejay made their first contribution in https://github.com/USGS-python/dataretrieval/pull/52
- @cjbas22 made their first contribution in https://github.com/USGS-python/dataretrieval/pull/53
- @douglasdennis made their first contribution in https://github.com/USGS-python/dataretrieval/pull/55
Full Changelog: https://github.com/USGS-python/dataretrieval/compare/v0.7...v1.0.0
Natural Resources - Water Supply and Quality
- Python
Published by elbeejay about 3 years ago
dataretrieval-python - dataretrieval v0.7 (February 24, 2020)
Small bug fixes.
Natural Resources - Water Supply and Quality
- Python
Published by thodson-usgs almost 5 years ago
dataretrieval-python - dataretrieval v0.6 (December 3, 2020)
Fixes wqp multisite queries
Natural Resources - Water Supply and Quality
- Python
Published by thodson-usgs about 5 years ago
dataretrieval-python - dataretrieval v0.5 (November 12, 2020)
Added unit testing and updates interface.
Natural Resources - Water Supply and Quality
- Python
Published by thodson-usgs about 5 years ago