Hi Victor, Xavier and others,
For now, I would recommend the following approach to publishing Camtrap DP datasets to GBIF
1. Export a Camtrap DP from Agouti
2. Load the Camtrap DP with our R package camtraptor, using the function
read_camtrap_dp()3. Check and fix errors
4. Transform the Camtrap DP to Darwin Core with the function
write_dwc(). The function documents how the
transformation is done: as an Occurrence Core with deployments as parent events and sequences as child events. Media (URLs) are expressed in the Audubon Core Multimedia Extension. Note that it is not possible to have an Event + Occurrence + Media extension, because extensions cannot have extensions in the Darwin Core Archive star schema.
5. Upload the resulting CSV files to an IPT resource
6. Manually add metadata or use the function
write_eml() to transform Camtrap DP metadata to EML and upload the EML file.
7. Publish
1. Export a Camtrap DP from Agouti
2. Upload the datapackage.json and CSV files to the IPT
3. Publish
That workflow isn't available yet, but we hope to release it before the end of this year.
Kind regards,
Peter