Skip to content

Releases: DOI-USGS/dataretrieval-python

v1.1.0

26 Nov 21:18
2ff0d91

Choose a tag to compare

🎊 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 #180
  • Remove qwdata documentation, tests, etc. and replace with waterdata.get_samples() by @ehinman in #178
  • Add waterdata infrastructure by @ehinman in #183
  • Fix pathing so new waterdata documentation is available by @ehinman in #189
  • Another attempt to fix documentation issues by @ehinman in #190
  • Get rid of NLDI import by @ehinman in #191
  • Combine two lines of strings by @ehinman in #192

Full Changelog: v1.0.12...v1.1.0

v1.0.12

06 May 22:39
4b3a3e8

Choose a tag to compare

What's Changed

  • Add new module samples.py that introduces the new get_usgs_samples() and get_codes() functions by @ehinman and @thodson-usgs in #173

Full Changelog: v1.0.11...v1.0.12

v1.0.11

25 Oct 17:35
3ba0c83

Choose a tag to compare

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

New Contributors

Full Changelog: v1.0.10...v1.0.11

v1.0.10

05 Aug 19:40
d3865a2

Choose a tag to compare

What's Changed

  • update(nldi.py): Add CRS information to GeoDataFame objects by @jlarsen-usgs in #142
  • Remove coveralls link by @thodson-usgs in #145
  • feat(geopandas support): return GeoDataFrame if geopandas is installed by @jlarsen-usgs in #143
  • Adjust gwlevels URL services by @ehinman in #147 - adjusted due to discontinuation of GW levels RDB/WaterML2 endpoints, which caused breaking changes to the gwlevels service. See Water Data for the Nation blog post for more information.

New Contributors

Full Changelog: v1.0.9...v1.0.10

v1.0.9

10 Jun 17:11
3ae36b3

Choose a tag to compare

What's Changed

This release adds some links to the REST doc and a convenience dictionary of state FIPS codes.

Full Changelog: v1.0.8...v1.0.9

v1.0.8

01 May 16:52
e8b508b

Choose a tag to compare

What's Changed

Package for Python 3.12

Full Changelog: v1.0.7...v1.0.8

v1.0.7

28 Apr 16:09
786e811

Choose a tag to compare

What's Changed

This release adds a module for the Hydro Network-Linked Data Index (NLDI) API, along with some minor changes.

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

28 Sep 20:42
f6d18aa

Choose a tag to compare

What's Changed

  • Improve Metadata class by @edsaac in #110
  • (future warning fix): wrapping pd.read_json arg in StringIO to suppre… by @mnfienen in #112

New Contributors

Full Changelog: v1.0.5...v1.0.6

v1.0.5

25 Jul 18:43
dab0f51

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

26 Apr 21:38
7326dfd

Choose a tag to compare

The update to pandas 2.X introduces breaking changes. This stop-gap release pins pandas to 1.X.

What's Changed

Full Changelog: v1.0.3...v1.0.4