Is there a way to check the number of identifiers over time?

Hello hello!

I was wondering if there is a way to produce a graph of the number of identifiers over time, either globally or (even better) within a specific geographic or taxonomical scope.

So, for instance, can I know how many Lepidoptera identifiers exist for European observations?

This can also work (maybe even better) for the number of identifications rather than identifiers

2 Likes

consider:

you can change the parameters to get get exactly what you’re looking for (ex. use observation_taxon_id instead of taxon_id, use own_observation=false, etc.), and then you can vary the date parameters (which filter based on UTC) to get as many time periods as you need to get your counts or cumulative counts over time. (note that this cannot account for identifications / identifiers that have been removed from the system.)

if you need help automating this, just indicate what sort of tools or scripting languages you’re familiar with, and i can point you to some examples of how to automate.

2 Likes