-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Camtrap DP 1.0 #284
Comments
camtraptor/R/read_camtrap_dp.R Lines 97 to 107 in db6c53a
Lines 431 to 484 in db6c53a
In the future we'll stack these functions, every incoming version will be upgraded to the next version serially from version to version. Everything will internally be converted to the newest version. At the moment the internal datamodel needs to be changed to v1.0 still. What we want to change here is that convert_metadata_to_0.1.6() so it supports v1.0, and drop support for the rc since it's not in the wild. In the future we want the internal data model to change to use the most recent version, but not for this issue. |
Differences between RC and v1.0
Peter proposes to leave it empty. So add it but leave it empty. The function that links the taxonomy with the observations ( Line 400 in db6c53a
Needs to change to only join on
|
example package to test on: https://github.com/tdwg/camtrap-dp/tree/main/example |
Camtrap DP 1.0 has been released: https://github.com/tdwg/camtrap-dp/releases/tag/1.0. We're planning to update the Agouti export to Camtrap DP 1.0 directly (and not have 1.0-RC.1). Before we can release that Agouti export however, camtraptor needs to be updated to support 1.0, otherwise users won't be able to read the data.
1.0
instead of1.0-rc.1
(this version never made it to production in Agouti or IPT)observations.taxonID
has been removed, downconvert by including in observations (leave empty)deployments.cameraDepth
has been added, downconvert by removing itcamtraptor/R/zzz.R
Line 400 in db6c53a
scientificName
(since Camtrap DP 1.0 no longer hastaxonID
)media.captureMethod
valuesactivityDetection
tomotionDetection
project.catureMethod
(in metadata) valuesactivityDetection
tomotionDetection
The text was updated successfully, but these errors were encountered: