Skip to content

v1.1.0

Compare
Choose a tag to compare
@dblodgett-usgs dblodgett-usgs released this 14 May 13:38
· 50 commits to main since this release
a69653a

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 and get_huc8
  • Updated documentation of get_huc() and other web service functions.
  • added nhdplusTools_cache_settings() to control use of a memoise 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

Full Changelog: v1.0.0...v1.1.0