gjearevoll / BioDivMapping

A pipeline dedicated to analysing and visualising the biodiversity of different taxa in Norway
GNU General Public License v3.0
5 stars 3 forks source link

Faster taxa check #104

Closed RRTogunov closed 7 months ago

RRTogunov commented 7 months ago

Why have changes been made?

Getting taxa keys and scientifc name for redlist species was very slow. First, use rgbif::name_backbone_checklist (vectorised version of name_backbone). second, call it once to get the backbone for all species and use it to get taxa key and name directly (instead of two functions that obtain the backbone separately).

What changes have been made?