Releases: DOI-USGS/dataRetrieval
Releases · DOI-USGS/dataRetrieval
v2.7.22
- Added read_waterdata_latest_daily to access latest daily USGS water data.
- Added read_waterdata_continuous to access continuous USGS water data.
- Added state_name and hydrologic_unit_code to read_waterdata_ts_meta
- Removed daily_id from read_waterdata_daily output since it
is not stable over time. Moved other "id" columns to end of returned data frames. - Changed examples for stateCd, countyCd, and parameterCdFile. Users are
encouraged to migrate to the "read_waterdata_metadata" functions. - Added no_paging argument. This will make the request more efficient, but is not
recommended because it will silently cut off data after 50,000 rows. - Removed max_results argument. Was confusing and redundant with the combination
of no_paging and limit. - Increase the flexibility of read_waterdata_metadata to match other OGC functions.
- NLDI to use agency code prefixes and should no longer be stripping the "USGS-" off the site ides.
- Add deprecate message to readNWISuse function as data services have been retired.
dataRetrieval 2.7.19
- Added read_waterdata_daily, read_waterdata_monitoring_location, read_waterdata_ts_meta, read_waterdata_latest_continuous to access
new USGS web services. - Added whisker and sf as dependencies.
- Renamed read_USGS_samples to read_waterdata_samples.
- Renamed summarize_USGS_samples to summarize_waterdata_samples.
- Added warning to setAccess for non-public endpoints.
v2.7.18
- Switched from httr to httr2
- Added a way to include a custom user-agent suffix via an enviornmental variable "CUSTOM_DR_UA"
- Added function for USGS discrete data samples_data service: read_USGS_samples
- Restructured stateCdLookup and countyCdLookup to use web services that only
list states and counties that have water quality data.
v2.7.17
dataRetrieval 2.7.17
- Fixed bug with server problems causing errors.
- Removed the function "readNWISqw" since the underlying data was removed.
- Added message of service URL.
- Removed the forced "empty returns" for WQP, since the WQP now has properly formatted empty returns.
- Moved the column parsing to a dedicated function for WQP.
- Took out zip option for WQP calls, they are not allowed on WQP anymore.
- Added deprecated message getQuerySummary. Users should use readWQPsummary instead.
- Added WQX 3.0 profiles.
- siteInfo attribute for WQP queries converted to a full station return.
- Cleaned up date conversion in WQP
- Updated source for groundwater level data from waterservices to waterdata. Note that waterdata services will ALSO need updating within the next year, but this change will allow for some time to make changes.
v2.7.11
CRAN update:
- Updated some documentation to improve examples.
- Changed the check for internet to better account for proxies.
- Fixed bug due to new behavior in NWIS parameter code service.
- Updated documentation for readWQPdata and readWQPsummary
CRAN release for groundwater services
The readNWISgwl function now allows parameter codes. A few other bug fixes included.
GRAN release
Fixes some empty time zone columns and uses zip encoding for WQP calls by default,
NA fix
Also some work on WaterML2
whatNWISdata
Merge pull request #386 from ldecicco-USGS/master version
mini GRAN release
Merge pull request #383 from ldecicco-USGS/master Readme