Changelog
Source:NEWS.md
version 0.5.2
CRAN release: 2022-03-24
- Added a
protect_neighborhood
function - Fixed a bug in
protect_smooth
, it now can return a higher resolution versionkeep_resolution=FALSE
. - internal improvements with $scale.
- added
mask_grid
,mask_random
,mask_weighted_random
andmask_voronoi
functions, for perturbating points before rasterization.
sdcSpatial 0.2.0.9000
- Added a
NEWS.md
file to track changes to the package. - Added
is_sensitive_at
function to calculate sensitivity for original locations. - Added
protect_coarsen
function for aggregating the raster. - Added
protect_neighborhood
function for alternative protection method - Fixed a bug in
protect_smooth
: gaussian smooth was accidentally a uniform smooth.