-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
61 lines (41 loc) · 1.99 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = '#>',
fig.path = 'man/figures/README-',
out.width = '100%'
)
```
# camtrapmonitoring
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![camtrapmonitoring status badge](https://robitalec.r-universe.dev/badges/camtrapmonitoring)](https://robitalec.r-universe.dev/camtrapmonitoring)
[![CRAN](https://www.r-pkg.org/badges/version/camtrapmonitoring)](https://cran.r-project.org/package=camtrapmonitoring)
{camtrapmonitoring} is an R package for camera trap monitoring and estimating
wildlife density.
- Candidate camera trap locations are sampled in a region of interest
- Spatial layers are used to evaluate characteristics and deployment
feasibility of locations
- Candidate locations are ordered and selected by user criteria
- Grids are optionally established around focal locations
- (Soon) density estimation methods
## Installation
You can install the development version of camtrapmonitoring with:
```{r, eval = FALSE}
# r-universe
install.packages('camtrapmonitoring', repos = c('https://robitalec.r-universe.dev', 'https://cloud.r-project.org'))
# Or {remotes}
remotes::install_github('robitalec/camtrapmonitoring')
```
This package depends on {sf}, {terra}, and {distanceto}.
More details on installation here:
- [`sf`: Installing](https://r-spatial.github.io/sf/#installing)
- [`terra`: Installing](https://rspatial.github.io/terra/#installation)
## Name
This package was previously named {wildcam} but renamed to {camtrapmonitoring}
to reflect broadened scope of package from planning camera trap surveys to
community based monitoring of wildlife and density estimation, and to avoid
confusion with other projects using camera traps named wildcam or similar.