- 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
max
sometimes 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_dir
with ahydroweight_
tag and cleaned up after eachhydroweight()
run. Thanks to Emily Smenderovac for pointing out that her computer was full. - Changed
lumped
in figures to yellow signifying lumped weights = 1.
- sets verbose_mode = FALSE for all
whitebox
functions usingwbt_options
inhydroweight()
.
- removes mention of "waterbody" when discussing linear features and target_S.
- turns off hard coded verbose_mode = TRUE in
whitebox
functions - 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_categories
toloi_columns
and removed mention thatloi_categories
is only for whenloi_numeric = TRUE
(this was incorrect).loi_columns
can 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 handledloi
NA
values in calculations. - Changed how
hydroweight_attributes()
handlesloi
NA
data. For numeric, ignoresNA
inloi
androi
by ensuring that these two layers have identicalNA
cells. New column added for whenloi_numeric = TRUE
as theloi
NA
cell count withinroi
. For categorical,NA
are now considered a category. - Updated
README
to describe howhydroweight_attributes
handlesNA
data under section 4.0. - Changed "pixel_count" to "cell_count".
- Various code cleanup.
- Updated citation information to include initials.
- package ready for release.
- Edited
README
in 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
README
to match new processing steps.
- Added a
NEWS.md
file to track changes to the package.