-
Notifications
You must be signed in to change notification settings - Fork 16
taxonKey does not include synonyms #86
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
Comments
@mdoering Hi Markus, could have a look at this one? |
This is probably one for @timrobertson100 or me to look at. Just changing to use |
This problem is specific to taxa that are at sub-generic ranks and their synonymy. If you take the canonical Puma concolor example and set the year sliders on the map to be 1943-1943, and the same on the synonym Felis concolor you will find this record appears on both. This demonstrates the species / subspecies level is working as @thomasstjerne expected. The reason this works is because we hold pointers to the major Linnean ranks (Kingdom, Phylum... Genus, Species) on all records and they are used in the maps here, and in small maps here and large maps here. I believe adding |
@thomasstjerne a different thing. But the occurrence record has a weird taxon property that should probably not be there:
Something in pipelines probably adds this wrongly. The taxon itself does not have that: |
@djtfmartin this will be another problem to solve with the new taxonomy having unlimited ranks. And |
When querying our occurrence search by taxonKey, synonym taxa are included.
Example: https://api.gbif.org/v1/occurrence/search?taxonKey=11704916
This gives 66 results, including 40 from Denmark from the Biowide dataset.
However, the map does not show any occurrences from Denmark:
https://www.gbif.org/species/11704916
And capabilities return only 10 occurrences: https://api.gbif.org/v2/map/occurrence/density/capabilities.json?taxonKey=11704916
I suspect the reason is, that the Biowide dataset uses a synonym (https://www.gbif.org/species/9691027) of https://www.gbif.org/species/11704916.
In order to produce reliable taxon distribution maps, I think this should be aligned with the occurrence search and include occurrence data from synonym taxa.
The text was updated successfully, but these errors were encountered: