- Added Peterson et al. 2011 paper to CITATION.
- Changed hardcoding of 0-30000 to 0-1000000 when needing to capture all realistic values of dem; I've noticed
maxsometimes missed large values? Check in forthcoming 1.2.5 release. - Added ability to have per-weighting scheme inverse distance weighting functions via a named list.
- Added a temporary raster clean up process for out-of-memory rasters. When rasters must be stored out-of-memory, they are placed in
hydroweight_dirwith ahydroweight_tag and cleaned up after eachhydroweight()run. Thanks to Emily Smenderovac for pointing out that her computer was full. - Changed
lumpedin figures to yellow signifying lumped weights = 1.
- sets verbose_mode = FALSE for all
whiteboxfunctions usingwbt_optionsinhydroweight().
- removes mention of "waterbody" when discussing linear features and target_S.
- turns off hard coded verbose_mode = TRUE in
whiteboxfunctions - updates README.Rmd to reflect CRAN availability and installation
- changed some README.Rmd text to reflect installation changes to
whitebox. - updated author e-mail address
- changed
hydroweight_attributes()'sloi_categoriestoloi_columnsand removed mention thatloi_categoriesis only for whenloi_numeric = TRUE(this was incorrect).loi_columnscan be used to specify columns over which numeric or categorical attributes can be generated. Thanks to Ellie Austin for finding an error leading to this need for clarification.
- Added README devtools::install_github(whitebox) for access to the whiteboxR github repository since R-Forge version still installs WhiteboxTools version 1.4.0
- Thanks to Courtney Mondoux for recognizing the issue of how
hydroweight_attributes()incorrectly handledloiNAvalues in calculations. - Changed how
hydroweight_attributes()handlesloiNAdata. For numeric, ignoresNAinloiandroiby ensuring that these two layers have identicalNAcells. New column added for whenloi_numeric = TRUEas theloiNAcell count withinroi. For categorical,NAare now considered a category. - Updated
READMEto describe howhydroweight_attributeshandlesNAdata under section 4.0. - Changed "pixel_count" to "cell_count".
- Various code cleanup.
- Updated citation information to include initials.
- package ready for release.
- Edited
READMEin anticipation of v1.0.0 release.
- Overhauled
hydroweight_attributes()to take in the results (i.e., a list) ofhydroweight()to simplify between-function processing. - Updated
hydroweight_attributes()function documentation accordingly. - Updated
READMEto match new processing steps.
- Added a
NEWS.mdfile to track changes to the package.