Add ID rank column to exported observations data file

We have groups of taxonomic ranks that can have the same taxon names, such as a genus and nominate subgenus, or a species complex and species. In many contexts, it is necessary to have the rank accompany the taxon name to distinguish them.

When observations are exported, the rank of the ID is not an option to include in the options on the export settings page
https://www.inaturalist.org/observations/export ,
and the resulting .csv data file of observation data excludes a column for the ID rank. Certain IDs are ambiguous in the data file but could be made clear if the rank were included. The additional columns of taxon_kingdom_name, taxon_phylum_name, etc. do not help because not all relevant ranks can be included.

My feature request is:

  1. Add a checkbox option on the export settings page to include the rank of the observation ID in the data file. Check the box by default.
  2. Include the ID rank column near the scientific_name column of the data file when that checkbox is checked.

resurrecting this thread as I think it’s an important feature to include, it’s causing some hassles surrounding complexes on my end

2 Likes

Totally agree, it’s got my vote!

1 Like

it’s not a great solution, but you could include the taxon_id field in the export, and that would allow you to disambiguate between different taxa. if you have a separate list of taxa with their ids and ranks, you could even look up rank from that list.