camtraptor
Read, Explore and Visualize Camera Trap Data Packages
A camera-trap data reader converging on the Camtrap DP standard, one exchange field at a time.
◆Recent moves
- 1y ago
Record tables gain coordinates and solar/clock time
get_record_table() gains deployment longitude and latitude plus clock and solar time in radians. Radian solar time is what activity-pattern analyses need as input, so this removes a conversion step users were doing by hand.
View source ↗ - 1y ago
Sampling effort now reported per deployment
get_custom_effort() now reports effort per deployment with deploymentID and locationName columns instead of a pooled figure. Released the same day as 0.27.0 but a distinct change, from a separate feature request.
View source ↗ - 2y ago
Detects Camtrap DP version; reads GBIF IPT packages
Detects the Camtrap DP version from the package profile by regex, which is what lets the reader accept packages produced by the GBIF IPT. A small change with real reach: it widens the set of files the package can open.
View source ↗ - 2y ago
Fixes angle and radius on down-converted observations
Populates angle and radius for event-based observations from the first media-based observation during down-conversion. A correctness fix inside the reader with no API change.
View source ↗ - 2y ago
Fixes reading of Camtrap DP 1.0 files
Fixes a bug reading Camera Trap Data Package v1.0 files. One of the several patch releases in late 2023 spent stabilising the 1.0 reader.
View source ↗ - 2y ago
write_eml() fixes and taxonID population
Resolves two write_eml() failures on the MICA dataset and makes the reader always populate taxonID from the package taxonomy. Maintenance against a specific dataset rather than a general capability change.
View source ↗