camtrapR icon indicating copy to clipboard operation
camtrapR copied to clipboard

R package for camera trap data management

Results 12 camtrapR issues
Sort by recently updated
recently updated
newest added

Hello, I am using the `cameraOperation` function with a `CTable` argument having one row in some instances. The function works perfectly fine with 2 or more cameras, but throws an...

An issue about the video tagging workflow, in https://jniedballa.github.io/camtrapR/articles/camtrapr2.html you mentioned > BUT, in contrast to images, digiKam cannot write these tags directly into the video metadata. Digikam used to...

function is quite slow for large camera trap tables. Main bottlenecks: https://github.com/jniedballa/camtrapR/blob/116e40ffcc59a6c4485cc6631350b18a541fee76/R/cameraOperation.R#L589 https://github.com/jniedballa/camtrapR/blob/116e40ffcc59a6c4485cc6631350b18a541fee76/R/cameraOperation.R#L605 https://github.com/jniedballa/camtrapR/blob/116e40ffcc59a6c4485cc6631350b18a541fee76/R/cameraOperation.R#L637

Just a few ideas for potential future improvements: Functions: - [x] community occupancy models - [x] detectionMaps: use sf instead of sp for shapefile export - [x] multi-hierarchy metadata tag...

As far as I understand, the record table doesn't contain information about the number of individuals. Do you think it's possible to add such information as an extra column? This...

Hi 👋 The function `detectionHistory()` allows us to choose `output` between the values `"binary"` and `"count"`, where `"count"` is the counts of detections as described in the function [documentation](https://jniedballa.github.io/camtrapR/reference/detectionHistory.html). In...

https://groups.google.com/g/camtrapr/c/LGpDdpQJRtw/m/h2qqFuJuAQAJ See workspace in private email Oct 11 2023

Check effect of removeDuplicateRecords on n_images column, document what the column shows (in vignette). Reprroducible example: `examples(recordTable)` See difference between rec_table3a and rec_table3b. Edit: n_images is wrong when removeDuplicateRecords =...

camOp is not saved in zip. See https://github.com/jniedballa/camtrapR/commit/1859ed2dfd47e5fc69851111e9ecd865ef44c933 change makeSurveyZip to include.

[Camera Trap Data Package (Camtrap DP)](https://gitlab.com/oscf/camtrap-dp) has been greatly developed in the last months. And it will become a [TDWG](https://www.tdwg.org/) standard (see https://gitlab.com/oscf/camtrap-dp/-/issues/85) soon as it is mature enough. This...