Tool to export observations to map

I wanted a way to be able to refer to observations while out on a hike and away from cell coverage. I already have offline mapping apps, I just needed to get an arbitrary set of observations to show up there.
So I took a few hours and wrote a webpage that runs a search on iNaturalist and generates a GPX file. This can be imported into most mapping applications. It doesn’t include photos (I don’t know of any apps that would show them anyway), but does include any notes on the observation.
For now, it lives here: https://peter.amandrai.net/biocache/
There are probably bugs, as well as many ways it could be improved. If you use it, let me know how and what for. You can write me here, or on iNaturalist.

2 Likes

these are other things that folks have made to generate GPX files:

2 Likes

Great!

I have a couple of notes for users:

If you want to see your obs, you must not enter a link such as https://www.inaturalist.org/observations/vallespir , which doesn’t work, but https://www.inaturalist.org/observations?place_id=any&subview=table&user_id=vallespir instead

“Common name” means “English common name”, but you can easily get another language by adding, for example, &locale=es to the link you enter in the app.

Thank you very much!

1 Like

Thanks! I had looked for existing solutions and didn’t find any. iNat-trails looks especially useful and thought through. Though neither of these tools appears accessible to non-programmers.

Thanks for checking it out. I didn’t know about that form of observation URL.
I now set the locale parameter based on the web browser’s setting, if none is in the search URL.

1 Like

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