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

Should observationType animal be broadened to species #346

Open
peterdesmet opened this issue Sep 14, 2023 · 1 comment
Open

Should observationType animal be broadened to species #346

peterdesmet opened this issue Sep 14, 2023 · 1 comment

Comments

@peterdesmet
Copy link
Member

Currently, biological observations are indicated as animal, because camera traps are typically used for animal observations. I'm wondering however if it is a good idea to limit this from the start or if we should use a broader term like species to allow for plant (phenology) and fungi observation.

{
"name": "observationType",
"description": "Type of the observation. All categories in this vocabulary have to be understandable from an AI point of view. `unknown` describes classifications with a `classificationProbability` below some predefined threshold i.e. neither humans nor AI can say what was recorded.",
"type": "string",
"constraints": {
"required": true,
"enum": [
"animal",
"human",
"vehicle",
"blank",
"unknown",
"unclassified"
]
},
"example": "animal"
},

Note that "All categories in this vocabulary have to be understandable from an AI point of view."

Alternatively, we keep animal but allow plant and fungus. Personally, I'm less in favour of this, since from a documentation standpoint it makes sense to refer to a single term rather than three:

Observations can mark non-animalspecies events (camera setup, human, blank) or one or more animalspecies observations (observationType = animalspecies)

Users can always filter further based on scientific name and provided taxonomy.

@peterdesmet peterdesmet added this to the 1.0 milestone Sep 14, 2023
@peterdesmet peterdesmet modified the milestones: 1.0, 1.1 Oct 31, 2023
@peterdesmet
Copy link
Member Author

Discussed with @kbubnicki. The categories in observationType are informed by AI classification. The current list represents the broad classification currently supported by AI. It is therefore useful to keep animal over a lumped species, since AI will likely continue to classify animals differently from humans, plants, etc.

We agreed that with new AI possibilities, the list can be extended. For example with plant and fungus. Since that change is currently not backed up by a use case, we have moved this to 1.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant