The iNaturalist API is an absolute gem. It doesn't require authentication for read-only operations and it has open CORS headers which means it's amazing for demos and tutorials.
I also love the Seek app that they provide (maybe this overlaps with the linked app in functionality?). As someone who's grown fonder of Nature in general over the last decade but who has little actual knowledge of the regional flora and fauna, it's a great way to engage with the plants and little bugs in my garden (or others' while on walks and such).
Fun to travel and "pokemon" some new local stuff too.
Seek throws up a „please don‘t disturb nature“ modal at every single start that you need to click away. Usually at that point the bird has gone away, too.
The iNaturalist app doesn‘t. It has more features, but Seek‘s former advantage „let me just the a photo and auto-identify“ is now in the iNaturalist main app, as well, so it is my default now.
I’ve been pretty disappointed in the seeks applications ability to identify vegetation or insects. It seemed like it was really good a year or two ago and now I just seem to get so many bad predictions.
It is a gem. There are all kinds of fun location/organism-specific tools you can put together with the public read-only data, and owlsnearme is a good example of that. I just used it to check my area and learned there are snowy owls nearby, which is new to me!
The iNat API certainly has some quirks and shortcomings, but in terms of usability it's uncommonly good compared to most biodiversity platforms. I maintain the python API client[1], which is used for data visualizations, doing useful things with your own observation data (which is how I got into it), Jupyter notebooks, Discord bots, and some research/education workflows.
I love this app, but it's also a significant doxxing risk especially for the large number of non-technical users that it has. A quick look at the map reveals the home addresses and names of many iNaturalist users in my neighborhood, lots of them older folks that probably don't realize that adding all of the neat wildlife that they see in their backyard (or uploading things they see on remote hikes without any 3G coverage once their phone connects to their home wifi network) is also putting their home address on display by adding a cluster of photos right next to their house that are all attached to their account.
I can hide my home-based observation locations, but others usually do not. People who post observations in my front yard cause other iNat users to visit. This hasn't been a problem in that there have been only a few additional visitors, and they are friendly. Still, I don't like my yard being publicized.
People who walk by the yard might tell their friends, but ordinary word-of-mouth can't be queried online. Not yet.
EDIT: We did have what turned out to be a significant invasive species observation. It was published in my SO's account with the location obscured. I looked up the species online and realized it might be a concern, so I killed it an put it in the freezer. In the meantime, the California Agricultural Inspectors got wind of it and contacted iNat to obtain the email address associated with the account. After making contact, they sent someone to pick up my specimen, and the later, 4 inspectors were sent to look for additional specimens. None were found.
Unrelated to this incident, I posted endangered species (not on our property) in my account, and iNat automatically obscures the location. Later on, I got an email from the State asking for access to the precise locations, which I gladly provided.
Yeah.. there should be a prompt that gauges how savvy the user is, and if the user doesn't understand the implications of this, the default should be low precision location data with a random offset per item + random offset per user.
It has options to hide or obscure the location, which I use whenever I'm anywhere near my house, but it should be a little better about prompting users to use that.
Strava (a running tracking app) provides two helpful controls you can set as your default:
1. “Hide the start and end points of activities that start at SPECIFIC addresses.”
2. “Hide start and end no matter where they happen.”
Then it can be useful to add your home/work/routine locations.
If iNaturalist doesn’t have a setting like that, it’s a nice approach — especially if it’s included as part of initial onboarding flow — so it helps people without needing to remember to make visibility choices each time.
Maybe not, but I'd want to know beforehand either way. And looking through accounts near me suggests that a fair number of users add enough detail to make me think that they don't realize that their info is so public (selfies/profile pictures being the most problematic example imo).
I wish there was some kind of desktop application that I could sit down and locally organize my data into, allowing me to keep a full quality source while syncing a copy to naturalist for others to benefit from.
As it stands, I don’t really have a system in place, and I don’t want to put a lot of effort into a lossy (assets get compressed and stripped of metadata) online project.
This was a lifesaver around 2020 for me, documenting local critters and chatting about them. I've had immense satifaction in sharing my excitement for wildlife with others.
Great app, easy interface, friendly community. Thank you iNaturalist team!
This app sparked a kind of existential change for me, also during the pandemic. I realized taking these Lin walks around Seattle that I didn’t know almost any of the plants. The “ah ha” moment was that I realized at any point almost 50% of my visual field was dominated by things I didn’t even know the names of. As a curious engineer this is not acceptable.
So I would take walks and try to identify any plant I didn’t know. The first day I didn’t even make it around the block. Over the course of moths I got better and could go a few miles before spotting a (native) plant I had no idea about.
Seattle is such a beautiful place to learn about plant life, since it is so temperate the city is like a world tree museum. Almost any kind of tree that doesn’t prefer desert will grow here and people over the centuries have planted many unique and exotic varieties.
This site was helpful in documenting the spread of lantern flies (invasive critters that damage trees on the U.S. East Coast) - the more folks that report sightings (of anything not just problem critters) the better for all concerned.
Conversely, its also beneficial to report sightings of helpful bugs/birds/bats/etc. so can get an early warning when a population starts to thin out.
I've been using birdnet, but it seems to want an internet connection to do the identification and sometimes that is dicey when there is a bird that I want to identify. (Also birds seem to shut up around the time you get the app open.)
I'm going to give Merlin a try - the app has UI to download the network for offline use.
The funny thing is I got into birds because of the app. I hike alone often. Identifying the bird and then challenging myself to identify it correctly from memory going forward (before double checking with the app) is a fun game that draws one into the environment. Then, once you remember the bird (or, in my case, whatever nickname I came up with) you start learning and remembering facts about the bird.
I send things too iNaturalist all the time, it's great, it really helped me learn about my local fauna. I want to do a project with their API to identify a couple hundred wildflower photos I've been hoarding. Would that work? ( Idea is my wildflower app could send to their models to confirm my original identification)
That's too bad, maybe I can upload it to iNaturalist then reference the entry there. I don't mind if it's duplicated, I just want to be able to improve the location data without sharing the improved location data so publicly.
Are their models considered to be the best or is there some competition? For plant identification, they blow every other free app I have tried out of the water. It also seems to return the genus of a plant rather than misidentify the species which I find impressive.
Yet they shelter under a 'Science' tax-break. It's duplicitous. They should publish their models and build process. If it's not available for replication, it's not science.
Does anyone know how they make their map so performant? Showing all those pins is mind blowing to me coming from leaflet maps. Marinetraffic is also a map that blows me away every time i see all the icons and how smooth and fast the loading is when zooming in. Would love to make a similar map at some point for my hobby but leaflet just does not cut it when you want to render 10million plus pins on a global map.
Points are rendered server-side, backed by Elasticsearch, and served as PNG tiles for each zoom level. Individual markers are only rendered for small sets. Some of the relevant source code:
You may want to look into the PMTiles format and tippecanoe. It efficiently produces pyramidal XYZ tile overviews of vector data. Sometimes this is also done server side via the PostGIS asMVT ffunction, or Martin.
For client side rendering, deck.gl is quite good, also a newer library called lonboard from DevelopmentSeed.
A genuinely good-for-the-world project. The data is really useful for science and for machine learning. You can export all the research-grade identifications of fungi to train a classifier; if that’s what you’re into.
I’ve been using Observation.org (or rather its localized version Waarneming.nl) to record my hedgehog sightings. Should I use both platforms, or do these data points end up aggregated downstream anyway?
My partner and I built this website with it a few years ago: https://www.owlsnearme.com/
(I realize this is a bit on-brand for me but I also use it to track pelicans https://tools.simonwillison.net/species-observation-map#%7B%... )
Fun to travel and "pokemon" some new local stuff too.
The iNaturalist app doesn‘t. It has more features, but Seek‘s former advantage „let me just the a photo and auto-identify“ is now in the iNaturalist main app, as well, so it is my default now.
Frustration shared.
The iNat API certainly has some quirks and shortcomings, but in terms of usability it's uncommonly good compared to most biodiversity platforms. I maintain the python API client[1], which is used for data visualizations, doing useful things with your own observation data (which is how I got into it), Jupyter notebooks, Discord bots, and some research/education workflows.
[1] https://github.com/pyinat/pyinaturalist
People who walk by the yard might tell their friends, but ordinary word-of-mouth can't be queried online. Not yet.
EDIT: We did have what turned out to be a significant invasive species observation. It was published in my SO's account with the location obscured. I looked up the species online and realized it might be a concern, so I killed it an put it in the freezer. In the meantime, the California Agricultural Inspectors got wind of it and contacted iNat to obtain the email address associated with the account. After making contact, they sent someone to pick up my specimen, and the later, 4 inspectors were sent to look for additional specimens. None were found.
Unrelated to this incident, I posted endangered species (not on our property) in my account, and iNat automatically obscures the location. Later on, I got an email from the State asking for access to the precise locations, which I gladly provided.
1. “Hide the start and end points of activities that start at SPECIFIC addresses.” 2. “Hide start and end no matter where they happen.”
Then it can be useful to add your home/work/routine locations.
If iNaturalist doesn’t have a setting like that, it’s a nice approach — especially if it’s included as part of initial onboarding flow — so it helps people without needing to remember to make visibility choices each time.
Like all people learn is "someone does in fact live at that address and they use this app"
As it stands, I don’t really have a system in place, and I don’t want to put a lot of effort into a lossy (assets get compressed and stripped of metadata) online project.
Great app, easy interface, friendly community. Thank you iNaturalist team!
So I would take walks and try to identify any plant I didn’t know. The first day I didn’t even make it around the block. Over the course of moths I got better and could go a few miles before spotting a (native) plant I had no idea about.
Seattle is such a beautiful place to learn about plant life, since it is so temperate the city is like a world tree museum. Almost any kind of tree that doesn’t prefer desert will grow here and people over the centuries have planted many unique and exotic varieties.
Conversely, its also beneficial to report sightings of helpful bugs/birds/bats/etc. so can get an early warning when a population starts to thin out.
[1] https://merlin.allaboutbirds.org/
I'm going to give Merlin a try - the app has UI to download the network for offline use.
Tech blogs or pointers would be great
https://github.com/inaturalist/inaturalist/blob/main/app/ass...
https://github.com/inaturalist/inaturalist/blob/main/app/ass...
https://github.com/inaturalist/inaturalist/blob/main/app/ass...
For client side rendering, deck.gl is quite good, also a newer library called lonboard from DevelopmentSeed.
https://www.gbif.org/dataset/50c9509d-22c7-4a22-a47d-8c48425...
https://www.gbif.org/dataset/8a863029-f435-446a-821e-275f4f6...