https://github.com/adithirgis/camtrapr
R package for camera trap data management
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 4 DOI reference(s) in README -
✓Academic publication links
Links to: wiley.com -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (18.3%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
R package for camera trap data management
Basic Info
- Host: GitHub
- Owner: adithirgis
- Default Branch: master
- Homepage: https://jniedballa.github.io/camtrapR/
- Size: 10.7 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of jniedballa/camtrapR
Created over 4 years ago
· Last pushed almost 5 years ago
https://github.com/adithirgis/camtrapR/blob/master/
# camtrapR
[](https://CRAN.R-project.org/package=camtrapR)
[](https://cran.r-project.org/package=camtrapR)
[](https://travis-ci.org/jniedballa/camtrapR)
camtrapR is a package for camera trap data management in R.
## Installation
You can install the release version of camtrapR from CRAN:
``` r
install.packages("camtrapR")
```
or you can install the latest development version from GitHub via:
``` r
library(remotes)
install_github("jniedballa/camtrapR", ref = "dev")
```
If no development branch exists at the time on GitHub, you can install
from the master branch via:
``` r
library(remotes)
install_github("jniedballa/camtrapR")
```
You can also install a previous version (e.g.if a recent update broke
the code you need to run urgently) via:
``` r
library(remotes)
install_version(package = "camtrapR", version = "1.2.3")
```
## Exiftool
Numerous important camtrapR functions read EXIF metadata from JPG images
(and videos). This is done via Exiftool, a free and open-source sofware
tool developed by Phil Harvey and available for Windows, MacOS and
Linux.
To make full use of camtrapR, you will need Exiftool on your system. You
can download it from the [Exiftool homepage](https://exiftool.org/).
Please follow the installation instruction in vignette 1 and the
Exiftool website.
You may not need Exiftool if you do not work with image files, but only
use camtrapR to create input for occupancy or spatial capture-recapture
models from existing record tables.
## Help and Support
### Google Group
There is a [Google
Group](https://groups.google.com/forum/#!forum/camtrapr) for all
questions and problems regarding camtrapR. Please feel free to join the
discussion there.
### GitHub issues
Alternatively, you can report bugs and problems as issues on GitHub
[(here)](https://github.com/jniedballa/camtrapR/issues).
## Further reading
See the [Article in Methods in Ecology and
Evolution](https://besjournals.onlinelibrary.wiley.com/doi/full/10.1111/2041-210X.12600)
for an overview of the package. The four package vignettes provide
examples for the entire workflow.
## Citation
To cite camtrapR, please use:
Jrgen Niedballa, Rahel Sollmann, Alexandre Courtiol, Andreas Wilting
(2016). camtrapR: an R package for efficient camera trap data
management. Methods in Ecology and Evolution 7(12), 1457-1462,
, URL:
or see `citation("camtrapR")`
Owner
- Name: Adithi R. Upadhya
- Login: adithirgis
- Kind: user
- Location: at the moment
- Company: ILK Labs
- Website: adithirugis.rbind.io
- Twitter: AdithiUpadhya
- Repositories: 8
- Profile: https://github.com/adithirgis
Geospatial data analyst