Skip to content

git-og/camtrapR

 
 

Repository files navigation

camtrapR

CRAN status Build Status

camtrapR is a package for camera trap data management in R.

Installation

You can install the stable version of camtrapR from CRAN:

# Install release version from CRAN
install.packages("camtrapR")

or you can install the latest development version from GitHub via:

library(remotes)
install_github("jniedballa/camtrapR")

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. 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 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).

Further reading

See the Article in Methods in Ecology and Evolution for an overview of the package. The four package vignettes provide examples for the entire workflow.

Citation

To cite camtrapR, please use:

Jürgen 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, https://doi.org/10.1111/2041-210X.12600, URL: https://besjournals.onlinelibrary.wiley.com/doi/full/10.1111/2041-210X.12600

or see citation("camtrapR")

About

R package for camera trap data management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%