Discussion
Connect with Nature
two-sandwich: 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!
simonw: 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.My partner and I built this website with it a few years ago: https://www.owlsnearme.com/
andrewpedelty: 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.
Tomte: 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.
JumpCrisscross: Similar category: Merlin Bird ID [1]. Uses audio to identify the birds around you.[1] https://merlin.allaboutbirds.org/
bobbiechen: I'm a big fan of Merlin and learning more about its development changed my perspective on software development! I wrote about that here: https://digitalseams.com/blog/what-birdsong-and-backends-can...
derwiki: Aaand if you like birds, Listers documentary is a lot of fun https://youtu.be/zl-wAqplQAo
JumpCrisscross: 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.
Galanwe: My son is now a fan of your site, thanks for sharing !
bluebarbet: >Seek throws up a „please don‘t disturb nature“ modal at every single start that you need to click away.Frustration shared.
Beestie: 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.
skyberrys: 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)
jw_cook: I've wanted to do something similar, but unfortunately their CV model isn't public and can't be used through their API.
contingencies: 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.
ajkjk: Even if you don't like birds... It's one of my favorite things I've ever watched.
ray__: 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.
jw_cook: 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.[1] https://github.com/pyinat/pyinaturalist
coalteddy: 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.Tech blogs or pointers would be great
noahgolmant: 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.
lithocarpus: 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.
jayknight: 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.
Matumio: [delayed]
RobotToaster: There's an option to obscure the exact location of plants, but it's not obvious.
gardnr: 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.
whateveracct: Does this matter if my account is some random username about birds?Like all people learn is "someone does in fact live at that address and they use this app"
ray__: 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).
kiproping: There's Merlin and then there's Birdnet too https://birdnet.cornell.edu/. Both by Cornell.
dunham: 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.
rwoll: 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.
rurp: Requiring an internet connection for a nature app is absurd. As annoying as it is I get why a big tech company like Google fails at this sort of thing, many of their employees probably never leave a city and so the products always work well for them. But a nature app has no excuse, normal usage will get blocked by that all the time.
jszymborski: Yah, this is what I do, however I think this is what GP is talking about when they say savvy (or maybe I'm flattering myself). Plenty of folks with their full details on their profile.
zem: wow, that would be my cue to uninstall the app and write zeros repeatedly over the place it used to be!
bix6: Best movie of the year hands down
alejandrorivas: iNaturalist's computer vision model is actually trained on the community's own verified observations, creating a nice feedback loop. The current model (built on a vision transformer architecture) can suggest IDs for around 76,000 taxa, but it's retrained periodically as more research-grade observations come in. What's less well known is that their training dataset is publicly available on GitHub and has become a standard benchmark in fine-grained visual classification research, used in papers from Google, Meta, etc. The fact that a citizen science platform accidentally produced one of the most important biodiversity ML datasets is kind of remarkable.
Modified3019: 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.
jw_cook: iNaturalist would agree with you; they explicitly say[1] it's not meant to be the primary source for your photos. Users generally fall into a couple broad camps:1. Mostly use the mobile app, and take photos and upload observations directly from there. Local photo collection either isn't a priority or is backed up by their phone's cloud sync.2. Mostly use inaturalist.org via a desktop browser, with either a standalone digital camera or mobile photos synced to desktop. Local filesystem (hopefully plus backups) is the source of truth.I have been working on a desktop application[2] with a long-term goal of full bidirectional sync, and a secondary goal of offline usage. The current feature set is fairly modest and read-only, though, focusing on organizing local photos using data from iNat.[1] https://www.inaturalist.org/pages/about[2] https://github.com/pyinat/naturtag