I noticed by chance I am a top identifier for the species Colepia comatacauda when reviewing my observation for this.
Is there a way for me to see all the items that I am a Top Identifier for? A little egotistical I know but what can I say!
I noticed by chance I am a top identifier for the species Colepia comatacauda when reviewing my observation for this.
Is there a way for me to see all the items that I am a Top Identifier for? A little egotistical I know but what can I say!
welcome to the forum :)
@pisum this was something Martin was discussing with me earlier; is there a way through the API to extract/view all the species for which youāre the top IDer?
Observer would be good too *looks guiltily at all the Maratus scutulatus observations*
itās possible, but (without direct access to the database) itās not efficient to get an exact answer. you could do a best guess relatively easily though. both processes start off by making a request to /v1/identifications/species_count by user_id: https://jumear.github.io/stirfry/iNatAPIv1_identifications_species_counts.html?user_id=martin487.
this gives you your count of identifications by leaf taxon, but it also gives you a total count of all observations with that taxon. so you could do a best guess by just looking to see if there are any cases where your id count makes up a significant proportion of the total obs count. in this case, my best guess would be that martin487 is not the top identifier for any taxa.
to get an exact answer, for each taxon on the list, you would have to either check the taxon page manually, or make a request to /v1/identifications/identifiers to find the top identifiers by taxon. checking manually, you might miss cases where there is a tie, and the system just picks the other guy, while going through the API, you could actually check several identifiers at the top of the list in case they all have the same count.
getting a list of taxa for which you are the top observer would be similar. itās possible, but itās not efficient to get an exact answer. however, you could do a best guess relatively easily, and both processes would start with a request to /v1/observations/species_count by user_id: https://jumear.github.io/stirfry/iNatAPIv1_observations_species_counts.html?user_id=natashataylor. it does look like natashataylor is the top observer for many taxa ā definitely double digits, and possibly even triple digits, out of 1000 or so observed.
cheers, I had a feeling there wasnāt an easy/efficient way
Iāve wondered this a lot about top observers, and the only way I was able to really get a good idea of what I was the top observer of was to go to my most observed species, manually click on each one, and check. Majority of my most observed species, I happen to be the top observer for, so maybe thatās just luck. I do wish there was a way for it to just tell you, without having to do hunting for answers. Those links given are helpful, but it leaves a lot of questions too. For example, I know I am the top observer for common reed, but when you look at how many observations I have vs all of them, the fraction that are mine is pretty small, so from that site alone, I couldnāt really get a good idea. Itās nice that it exists though, for reference. Itās very interesting stuff.
Well, there is no easy way to know for sure. I think that this topic could be an interesting addition to the IDs page
IMHO, the page is useless. It doesnāt have any special function that couldnāt be replicated at another page. I just use the search filters to know what are my ids and which status they are instead went to the IDs page.
in some ways, and in my opinion, i think exploring these other questions (related to distributions) is probably more interesting than knowing which taxa iām the top identifier or observer of.
for someone who really wants to automate this process though, it wouldnāt be particularly hard to code, and it could even be a reasonable project for someone who is learning to code. iām not going to do it though because i personally donāt see the benefit here, and i think itās just an ugly / inefficient process.
What would be useful on the IDs page is an easy-to-find way of filtering my IDs the way I can filter my observations.
Since not everyone on here can read JSON objects, perhaps a bit of explanation as to what we are seeing is in order.
You start out with something like this:
So, where @pisum refers to seeing if your count makes up a significant portion of the total obs count, that means I have IDed 72 of the 6221 observations of Terminalia catappa, or a little more than 1%. So Iād wager that I am not a top identifier of that taxon.
Now, if you click on any of the little gray triangles, you can collapse that section for easier reading. When I do that at the fourth rank, I see that these are arranged in descending order, from the one I have identified the most, down to the one I have identified the least:
I donāt have time tonight to go through my entire query; but what I find is that you can become a top identifier with only a few IDs, if you know a rarely-observed taxon. My best record is a plant pathogen, Palm Lethal Yellowing Phytoplasma, with only 20 observations, of which I have IDed 13 ā I am the top identifier of that taxon.
My deep interest in Caribbean butterflies, and frequent consultation of Rileyās 1975 guidebook, has paid off, as my next highest percentages are:
Confused calisto 24 IDs out of 38 observations (63%) ā again I am the top identifier
Midrib Seagrass 61% ā but thatās not much of an achievement, since there are only two identifiers.
Obscure Calisto 32 IDs of 69 observations (46%) ā top identifier again
V-mark Skipper ā 36 IDs of 87 observations (41%) ā and again, top identifier
So you see, even two-digit ID counts can get you top ranking if the number of observations is also only two-digit. The trick is to learn something less popular, that fewer people know.
You canāt do that from the IDs tab on the Dashboard but there is a different page you can search IDs from. Butterfly IDs by you: https://www.inaturalist.org/identifications?user_id=jasonhernandez74&taxon_id=47224
But yes it would be nice if it was accessible from there.
looking at this again, i think a more useful display of this kind of information would be to list, by taxon, your identification or observation count, plus the count for the top identifier(s) or top observer(s). this kind of information would be a little more actionable, i think, letting you know not just a binary whether or not youāre the top identifier/observer, but telling you how many additional identifications/observations you would need to make to become the top identifier/observer. itās basically the same process to get the data, except that you would display the top identifierās / top observerās count instead of their login (or some sort of comparison between your count and the top count).
iām still not sure that even this would be more beneficial than not. so iām still not going to code this. but if someone is thinking about it, i think this would be a better design.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.