- added "triplet" case to
grid_design
andgrid_ct
#22
First release with repo status = active, non-development version numbers
- breaking change: renamed arguments across all functions for clarity and consistency #17 #18
- added
grid_design
function #16 - improved function linking in documentation #19
- initial pkgdown site #15
- fixed R CMD checks #14
- removed
select_ct
until a more useful alternative structure is developed, see PR #12 - fixed tests to match large refactoring since v0.9.0.9000 #13
- changed name from {wildcam} to {camtrapmonitoring} #11
- to reflect broadened scope of package from planning camera trap surveys to community based monitoring of wildlife
- to avoid confusion with other projects using camera traps named wildcam or similar
- removed data.table methods from
sample_ct
,grid_ct
andeval_*
functions #7- adds dependency on
distanceto
- adds dependency on
- replaced
raster
withterra
#7 - delete old example data #4
- document new data #6
- add new data for area near Clearwater Lake, Manitoba #3
- density
- elevation (external tif)
- extent
- hydro
- land cover (external tif)
- roads
- wetlands
- add scripts to track data origin under data-raw/ #3
- reorganize source code #5
- move main development from https://gitlab.com/robitalec/camtrapmonitoring to https://github.com/robitalec/camtrapmonitoring
- rough draft intro vignette #1
- changed
select_ct
's argument 'sub' to accept an expression, directly passed todata.table
's i without a join step.
- improved
select_ct
checks and tests
- added function
binary_layer
for making binary raster layers with equi and non-equi functions (e.g. =, >, <=, %in%) !11. - rename
scale_roi
toscale_layer
#22. - rename
strat_sample
tosample_ct
#21 and !17.
- rename
dist_to
toeval_dist
and add attributes like othereval_*
#19 and !12. - add basic
data.table
data (DT) - fix preprocessing and passing to methods with
function_
foreval_pt
,eval_dist
(skeleton),eval_buffer
andgrid_ct
!15 - rename
make_grid
togrid_ct
!14 - return focal identifier with
make_grid
. - fix 'camID' returned by sf method incorrectly.
- fix lack of error when attributes are null #20.
- return 'camID' with
make_grid
!10.
- Add
select_ct
for selecting camera trap locations from 'x' !9. - Add 'n' argument to
make_grid
to specify a grid size instead of 'case' !8. - Add 'type' argument to
strat_sample
for regular and random sampling. !6.
- Add
scale_roi
for rescaling rasters in a region of interest !5. - Add "dem" example data.
- Add
eval_pt
andeval_buffer
for evaluating and characterizing camera trap locations !4. - Add "wetland" and "lc" example data.
- Add
make_grid
for making camera trap grids around focal cameras !3.
- Add
dist_to
for distance to calculations !2. - Add "water" example data.
- Add
strat_sample
for stratified polygon sampling !1. - Add "points" and "densitygrid" example data.