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

Do we need to add taxon rank to observations #55

Closed
damianooldoni opened this issue Sep 9, 2021 · 3 comments
Closed

Do we need to add taxon rank to observations #55

damianooldoni opened this issue Sep 9, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@damianooldoni
Copy link
Member

@jimcasaer: is taxon rank something to add to observations data.frame? Do you find it an important parameter for filtering observations (e.g. get number of observations at species niveau or lower per deployment)? If yes, I will have to add it from metadata as I am doing now with vernacular names.

@damianooldoni damianooldoni added the enhancement New feature or request label Sep 9, 2021
@damianooldoni
Copy link
Member Author

Porring @jimcasaer 👈

@peterdesmet
Copy link
Member

Two things:

  1. Note that both vernacular names and taxon rank or none required terms
  2. There's also a proposition to add (none required) higher classification (class, order, ...) to the taxonomic scope, which can also be useful to add to the observations

@damianooldoni
Copy link
Member Author

Update: taxon rank is added to observations as taxon.taxonRank in version 1.0 (in developement, branch version-1.0):

library(camtraptor)
x <- example_dataset()
"taxon.taxonRank" %in% names(observations(x))
[1] TRUE 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants