Order of taxa when using "Explore"

When “exploring” fx a family for a geographical area fx a country, the search result will be by number of records. When trying to use the feature for IDing, it would be much more useful to see the results in taxonomic order - even alphabetic order would be better, then at least members of the same genus would appear next to each other. Am I missing something? Is this already possible?

1 Like

This would be really helpful, yes!

It belongs here https://forum.inaturalist.org/t/ideas-for-a-revamped-explore-observations-search-page/8439

1 Like

i think you’re talking about the results that show up in the “Species” section of the “Explore” page. if that’s what you’re talking about, there’s not a way to directly order that list.

however, you could get the underlying data for that list via the API, and then you could order the data however you like. here’s an example of the page that shows the kind of data that’s available from the API: https://jumear.github.io/stirfry/iNatAPIv1_observations_species_counts.html?place_id=7887&options=ancestry.

if you’re trying to get a species list for a place, you could also accomplish something like that via the place checklists, though those may reflect additional species not recorded as observations in iNat. see: https://forum.inaturalist.org/t/simplified-species-list/25967/6.

if you’re actually talking about sorting records in the “Observations” section of the “Explore” page, the best you can do there (short of downloading the observations and then sorting yourself) is to apply a &order_by=species_guess parameter to your URL. the problem with this approach is that species_guess can be unpredictable. it might reflect common name, common name in some other language, or scientific name (if no common name).

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.