v1.1.0
nhdplusTools 1.1.0
This release has a significant consolidation of code to work with web services.
It incorporates an ArcGIS REST service for the first time. It has very few
backward compatibility issues with previous versions and introduces new functions
and behavior.
A key change in behavior is the introduction of caching with the memoise
package.
See #366, pull request #364, and documentation in nhdplusTools_cache_settings()
for more.
- fixed nhd and nhdplushr urls #368
- fix issue with nhdplusTools_data_dir() #365
- fixed bug with large nhdplus downloads with empty tiles. #361
- Added 3DHP_all service client. #363
- Removed deprecated function
get_huc12
andget_huc8
- Updated documentation of
get_huc()
and other web service functions. - added
nhdplusTools_cache_settings()
to control use of amemoise
cache. #366 - fix minor bug related to binding nhdplushr data together. #380
https://doi-usgs.github.io/nhdplusTools/news/index.html#nhdplustools-110
What's Changed
- suggest future and future.apply by @dblodgett-usgs in #358
- remove web responses with 0 rows - fixes #361 by @dblodgett-usgs in #362
- Urls and nhdplustools dir by @dblodgett-usgs in #369
- 3DHP Service by @dblodgett-usgs in #364
- pkgdown by @dblodgett-usgs in #377
- doco by @dblodgett-usgs in #378
- Hr bind bug by @dblodgett-usgs in #381
- crashing windows test by @dblodgett-usgs in #382
- Check if names supporting checking terminals exist. by @dblodgett-usgs in #383
- CRAN release changes and further fiz for #380 by @dblodgett-usgs in #384
- support Permanent_Identifier and case insensitive collumn culling by @dblodgett-usgs in #385
Full Changelog: v1.0.0...v1.1.0