All Things Spatial
ATS Labs · Esri SDK Showcase · Calcite · experimental

Species Lens

Search any species on Earth and watch its global footprint appear.

What it is

Species Lens turns the Global Biodiversity Information Facility (GBIF) — a live index of more than three billion occurrence records — into a single search box. Type any organism, pick it from a taxon-aware suggestion list, and its worldwide observation footprint resolves in seconds: a density heat surface of the entire record corpus at every zoom, the latest 300 georeferenced occurrences as clickable points, and a live statistical read on how, when, and where the species has been recorded.

What makes it distinctive is that every number is queried live at selection time. The header count, the records-by-year bar chart, and the basis-of-record chips are all pulled from GBIF the moment you choose a species, so they reflect the current corpus and drift upward as GBIF grows — there is no baked-in snapshot pretending to be current. The density surface is served straight from GBIF's own tile CDN, so it scales to billions of points without the browser ever holding them.

The audience is anyone who needs to see biodiversity data spatially without standing up a GIS: field ecologists and conservation planners scoping a species' range, educators and science communicators, natural-history museums, and consultancies preparing environmental baselines. It is a fast, credential-free way to answer "where has this been seen, and how well is it documented?"

The experience

On boot the app lands on the Atlantic puffin (Fratercula arctica), its density heat glowing over the North Atlantic — an immediate, legible example of what the tool does.

The data — where it comes from

All data comes from GBIF and an anonymous Esri basemap. Nothing is paid, and nothing requires a key.

SourceWhat it providesRefreshCostAttribution
GBIF species/suggestTaxon-aware type-ahead (key, name, rank, kingdom)On keystroke (debounced 250 ms)Free / publicGBIF.org
GBIF occurrence/searchRecord count, year & basis facets, latest 300 pointsOn species selection (cached per taxonKey)Free / publicGBIF.org
GBIF map API tilesOccurrence density surface (tile.gbif.org)Served & cached by GBIF's tile CDNFree / publicGBIF.org
Esri dark-gray vector basemapAnonymous cartographic baseStaticFree (no LP cost)Esri

How it was assembled

Species Lens is a Calcite Design System application on the ArcGIS Maps SDK for JavaScript, built with Vite and strict TypeScript.

Engineering decisions worth calling out