trias-project / indicators

📈 Alien species indicators
https://trias-project.github.io/indicators/
MIT License
0 stars 1 forks source link

Review taxon keys of EU concern species list #96

Closed damianooldoni closed 10 months ago

damianooldoni commented 2 years ago

After the fast PR #95 for replacing the synonym Orocnetes virilis with the accepted Faxonius virilis, I checked the GBIF taxon keys of all species in eu_concern_species.tsv. I found some outdated keys. Here below a table with my proposal for updates:

timadriaens commented 2 years ago

Thanks for checking @damianooldoni! Synonyms are now also mentioned in the consolidated implementing act of the EU Regulation which represents the legal reference for the taxonomy of the Union List IAS.

These look very much OK with me and in line with the implementing act:

For these I have doubts and would need to consult plant or Regulation people:

timadriaens commented 2 years ago

I fact I am starting to totally wonder if we should ask the Commission whether they want to consider gbif keys on top of the taxonomy in the technical support contract of IUCN. The thing is that we know also EASIN has to deal with harvesting data from GBIF (and they too have had issues with wrongly assigned GBIF keys in the past).

damianooldoni commented 2 years ago

Good point, @timadriaens! I think the more institutions at each level deal with GBIF Backbone, the faster taxonomy issues will be solved.

About Pennisetum setaceum (Forssk.) Chiov. and the accepted Cenchrus setaceus (Forssk.) Morrone, your question has an easy answer: the number of occurrences you see on the GBIF webpages are the ones related to the specific taxonKey: they don't take into account synonym relation. But in TrIAS indicators we first get ALL occurrences in Belgium to make the cube and while grouping, we group by acceptedKey. In this way we get all occurrences from the accepted and all its synonyms.

To better understand this, it's easier to check this in the API page for these two species: the synonym Pennisetum setaceum (Forssk.) Chiov. https://api.gbif.org/v1/species/2706134 has a non empty field acceptedKey, 5828232, which is the taxonKey of Cenchrus setaceus (Forssk.) Morrone: https://api.gbif.org/v1/species/5828232 In this way I can aggregate data from all synonyms of the same accepted species.

Said this, the same applies to Pueraria lobata (Willd.) Ohwi, a species synonym of the variety Pueraria montana var. lobata (Willd.) Maesen & S.M.Almeida ex Sanjappa & Predeep: while retrieving the data for indicators, we aggregate all data from all synonyms and corresponding accepted.

So, the two rules for updating the list of EU concern species list are:

  1. insert the accepted taxon if you trust it
  2. insert the synonym (as such) if you don't trust it

@timadriaens: if you prefer, we could add a comment column to the list if you want to trace better how we got to add X instead of Y or why we changed X with Y.

timadriaens commented 2 years ago

OK, clear on the synonym issue, I knew we handled them intelligently in the TrIAS package! Which brings us to the gbif interface which does not allow to visualize occurrences from multiple taxa at once (right ?) - it would be a nice idea for future development imo, it would make comparison of such related taxa or synonyms much more easy to a user.

So on Pueraria and Cenchrus: I do trust the accepted.

Yes, I think adding a field with our 'justification' would be a good idea for traceability.

damianooldoni commented 10 months ago

Obsolete: we published the EU concern species list on GBIF and maintaining it there.