Replies: 1 comment
-
An API exists for INaturalist. You can find it here: https://api.inaturalist.org/v1/docs/. Following what I've read, we can generate json formats from observations posted in the website. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The species list of the UniFr botanical garden has been encoded in the form of a dendron hierarchy.
See here for the code
https://github.com/digitized-botanical-gardens-initiative/taxonomical-preparator/blob/main/src/03_dendronificator.py
See here for the output :
https://digitized-botanical-gardens-initiative.github.io/dendron-dbgi/notes/04fbnhrogidhpra7jw0eal9/
This should refer to the Taxo node in the dendron. However, despite the note existing locally it is not published (check if its related to the stubs publication parameters
Now it would be of interest to add individual specimens within the existing hierarchy.
Think about the optimal way to do this.
inaturalist entries is a possible way to go.
Se for example https://www.inaturalist.org/observations/109442139 (with a good example of community assisted curation !)
We could thus have a observation id (here https://www.inaturalist.org/observations/109442139) and a inaturalist taxon id (in this case https://www.inaturalist.org/taxa/586791
Beta Was this translation helpful? Give feedback.
All reactions