Camtrap DP is a standardized format developed under the umbrella of the Biodiversity Information
Standards (TDWG) that facilitates data exchange between different camera trap platforms and systems.
It supports a wide range of camera deployment designs, classification techniques, and analytical use cases.
While the 'camtrapdp' package (available on CRAN) provides general functionality for reading,
manipulating, and transforming Camtrap DP data, this function specifically converts Camtrap DP
data directly into the format required by camtrapR, producing the CTtable and recordTable objects
that camtrapR functions expect.
This function reads the three primary tables from a Camtrap DP dataset:
Deployments: Information about camera trap placements
Observations: Classifications derived from the media files
Media: Information about the media files (images/videos) recorded
The Media table is only read if the add_file_path
parameter is set to TRUE
.
The function converts these into two primary camtrapR data structures:
CTtable: Contains deployment information including station ID, setup/retrieval dates,
camera operation problems, camera setup, and more
recordTable: Contains observation records with taxonomic and temporal information
Additional features include:
Parsing of deploymentTags and deploymentGroups (in deployments) and observationTags (in observations)
Extraction of taxonomic information from metadata
Handling of deployment intervals and gaps