Skip to content
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

Consider table "individual" #50

Closed
niconoe opened this issue Mar 11, 2021 · 3 comments
Closed

Consider table "individual" #50

niconoe opened this issue Mar 11, 2021 · 3 comments

Comments

@niconoe
Copy link
Contributor

niconoe commented Mar 11, 2021

In GitLab by @peterdesmet on Sep 8, 2020, 20:14

Note: this was suggested in the 2020-09-08 EUROMAMMAL technical call

individual_id in observations allows to indicate repeat viewings of individuals, but apart from the sex and the life_stage (at the time) no further information (like other tag numbers) can be provided. Information on recognizable/marked individuals that did were not observed by the camera traps cannot be shared either.

To share this information, we could consider adding an extra file individuals.csv, where further information regarding recognizable/marked individuals can be shared. Fields could be:

  • individual_id
  • scientific_name
  • life_stage: debatable since it can change over time
  • sex: not likely to change for camera trap observed species
  • other_identifiers: e.g. ring_number:HR456; movebank_id:894
  • comments

But I think this needs further community feedback before we can decide if and how this should be part of the standard.

@peterdesmet
Copy link
Member

Note the example dataset now includes an individuals resource, but only to showcase that it is possible to include non Camtrap DP resources in a Camtrap DP dataset (as long as they don't use the reserved names deployments, ...)

@peterdesmet peterdesmet moved this to Review in Camtrap DP v1.1 Dec 10, 2024
@peterdesmet peterdesmet moved this from Review to Consider? in Camtrap DP v1.1 Dec 10, 2024
@sannegovaert sannegovaert moved this from Consider? to In Progress in Camtrap DP v1.1 Dec 13, 2024
@sannegovaert sannegovaert moved this from In Progress to Review in Camtrap DP v1.1 Dec 13, 2024
@sannegovaert
Copy link

See inbo/camtrapdp#149

@peterdesmet
Copy link
Member

This is now implemented in the camtrapdp R package, as a derived table from observations. There are a couple of such tables:

  • locations(): from deployments
  • taxa(): from observations + taxonomic
  • events(): from observations
  • individuals(): from observations

We won't add an individual table to the Camtrap DP model:

  • There is no use case for it
  • There is an easy helper function in camtrapdp to generate one from observations
  • It is always possible to add a custom table

We will extend the example dataset to include individual info (see #396).

@peterdesmet peterdesmet closed this as not planned Won't fix, can't repro, duplicate, stale Dec 19, 2024
@github-project-automation github-project-automation bot moved this from Review to Done in Camtrap DP v1.1 Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

3 participants