Photo URL in CSV export page

Hi,

I’m not quiet sure this should be on ‘Bug reports’ or ‘Feature requests’ but…

I’m using the iNat site export tool to download my observations, identifications and projects and following them locally through an application I’m working on. Among the fields I select for download, I’m picking the ‘Taxon Photo’ ( image_url) wich, as explained in the page, would bring me the URL address of the species default photo. But it actually brings down the same (or another) photo of the same (or another) observation. Up to now, I never seen a photo not belonging to the taxon but, neither, a ‘Taxon Photo’.

image

I really would like to get the ‘Taxon Photo’ as it is, almost always, very representative of the taxon and even a second photo of the same observation, usually, doesen’t show much of the most relevant characteristics for that one.

Exs.:

  1. https://www.inaturalist.org/observations/23971000 will have the URL https://static.inaturalist.org/photos/37075882/medium.jpeg?1556558864 as it’s Taxon photo (it could be the second or the third photo of the same obs as it has many) but, in this case, it belongs to another observation of mine (see https://www.inaturalist.org/taxa/836949-Thalestria-spinosa and https://www.inaturalist.org/observations/19235556);

  2. https://www.inaturalist.org/observations/11942901 (a project obs) will bring the URL https://static.inaturalist.org/photos/31638524/medium.jpeg?1550623471. What I wanted to see, in this case, is: https://www.inaturalist.org/taxa/119344-Eumeninae;

  3. https://www.inaturalist.org/observations/11416681 will be associated to https://static.inaturalist.org/photos/43255921/medium.jpeg?1561672621 wich is the first photo of another observation of mine (https://www.inaturalist.org/observations/27778834). What I expect to receive is https://www.inaturalist.org/taxa/17421-Cyclarhis-gujanensis.

I’ve used the following (and others with the same structure and fields) export page to download, if it helps:

https://www.inaturalist.org/observations/export?projects=desafio-mundial-da-natureza-urbana-2019

Any wrong doing on my side? A misinterpretation or a badly translated help for that particular field into the Portuguese?

Thanks for any help or answer.

the image_url column refers to the first image of an observation, not to a taxon’s default image. The CSV export is for downloading observational data, not taxonomic data.

2 Likes

you should be able to get taxon photo URLs from the iNaturalist API, but you’ll need to know how to do a little bit of coding to get the information efficiently en masse.

https://api.inaturalist.org/v1/docs/#!/Observations/get_observations
https://api.inaturalist.org/v1/docs/#!/Taxa/get_taxa

I see. I’ll change my approach then. Thank you, very much.

I’ll dig into it. Thanks pisum

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