I can see that I have 274 species count. But not appearing on the SortBy species list.
It seems to me that iNaturalist is cutting the table based on total observations at some quantity and using that partial fraction of data to sort by, which ends up cutting some of the real results within the project.
Ps. I just wanted to point out that this is somewhat interesting to notice because It may be cutting some interesting statistics, and cutting data by the quantity of observations instead of other metric, like the number of species seems rather arbitrary.
Yeah, even I have noticed this. It probably takes the first 500 observers sorted by their number of observations and then sorts that list by number of species, potentially excluding from the species leaderboard a observer with an observations rank more than 500 but a species rank less than 500. It’s just an interesting behavior, maybe sorting by observations is computationally easier and they don’t want tons of observers to be sorted by species because it probably takes a full look through all their observations while sorting by observation is just counting them. I’m fine with this behavior though.
Yeah I am sure they trying not having to sort a table of data with a million rows each time a user wants to. Perhaps they could try to use a somethat bigger threshold to cut the table IMO.