inaturalist-clumper 0.1

Simon Willison's Blog Tools

Summary

inaturalist-clumper 0.1 is a tool for collecting and publishing iNaturalist sightings; it has been used in production and now has an official release.

No content available
Original Article
View Cached Full Text

Cached at: 05/16/26, 12:25 AM

# Release: inaturalist-clumper 0.1 Source: [https://simonwillison.net/2026/May/15/inaturalist-clumper/](https://simonwillison.net/2026/May/15/inaturalist-clumper/) Part of the infrastructure I use for[publishing my iNaturalist sightings on my blog](https://simonwillison.net/2026/May/1/inat-sightings/)\. I've been running this in production for a few weeks now, inspiring some iterations on how it works, so I decided to ship a 0\.1 release\. You can see an example of the output[in this JSON file](https://github.com/simonw/inaturalist-clumps/blob/main/clumps.json)\.

Similar Articles

iNaturalist Sightings

Simon Willison's Blog

Simon Willison built a personal tool to view iNaturalist observations grouped by time and location, using Claude Code for web, a Python CLI for clumping observations, and Git scraping to host the data on GitHub.

Sightings

Simon Willison's Blog

Simon Willison documents how he built a 'Sightings' feature on his blog using Claude Code for web to syndicate his iNaturalist wildlife photos, back-populating over a decade of sightings.

Flip TABLE: storing arbitrary data in iNaturalist

Hacker News Top

The article describes a creative project that stores arbitrary data (e.g., a to-do list) using iNaturalist observation IDs, encoding information through sequence and value bits in an unordered set of integers, and introduces the demo app YouDidIt.Bio.