camtrapdp 0.4.0

We released a new version of our R package camtrapdp.

• Peter Desmet

We just released a new version (0.4.0) of our R package camtrapdp.

With camtrapdp you can read and manipulate Camera Trap Data Packages (Camtrap DP). Camtrap DP is a data exchange format for camera trap data. The R package supports reading, filtering and transforming data (including to Darwin Core) before further analysis in e.g. camtraptor or camtrapR.

What has changed?

We added two long-requested functions:

We also added new functions to:

The Darwin Core processing was also improved, allowing GBIF to ingest Camtrap DP datasets. This includes a new function write_eml() to better populate dataset landing pages with metadata.

For a full overview of all the changes, see the CHANGELOG.

How to install camtrapdp?

Want to use camtrapdp in your work? The package is available on CRAN and can be installed with:

install.packages("camtrapdp")

For more information, see the package documentation. Found a bug? Please report an issue.