Printing a plant list

Is it possible to print a simple list of my plant observations from iNat? Just the name, no further details required. Alphabetical by genus.

2 Likes

generally, you could start by doing an export, selecting only scientific_name (or your choice of fields) as export fields:
https://www.inaturalist.org/observations/export or https://www.inaturalist.org/observations/export?user_id=helen_y&iconic_taxa[]=Plantae)

from there, you could rearrange / reformat the results as needed.

you could also get a version of the data from the top “species” list in the Explore page (or some alternate version of it, such as https://jumear.github.io/stirfry/iNatAPIv1_observations_species_counts.html?user_id=helen_y&iconic_taxon_id=Plantae), again, reformatting as needed.)

the problem with this second approach is that it includes only “leaf taxa” down to species. so if you have a subspecies record, it will be reported at species level. and if you have, say, observations at the dicot class level and also observations of, say, a legume (which is a dicot), then “dicot” will not be included in the leaf taxon list if your list also includes the legume. you can see what i mean when you compare the 2 sets below:

  1. your plant observations at the class level or above: https://www.inaturalist.org/observations?iconic_taxa=Plantae&lrank=class&place_id=any&subview=grid&user_id=helen_y&verifiable=any&view=species

  2. your plant observations at the tribe level or above: https://www.inaturalist.org/observations?iconic_taxa=Plantae&lrank=tribe&place_id=any&subview=grid&user_id=helen_y&verifiable=any&view=species

2 Likes

Thanks so much for your reply. Really helpful. Easy when you know how!
Helen

1 Like

you’re welcome. i’m glad you were able to do what you wanted to do.

one last note. i’m not sure which path you took to achieve your goal, but if you went with the first option that i noted above, you should know that besides using the link directly to the export screen, you can also get to that screen in other ways. for example, you can start with the Explore screen, then click on the Filters button, then click on the Download option in the bottom right corner of the filters menu. or you could also open up an traditional project, and click the option to Export Observations (to CSV).

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