BAM - Biodiversity Around Me

An open-source widget to display species observed in any area (point, line, polygon or geolocation), using open data sources (GBIF, GeoNature…).

MIT • Vue 3 • Leaflet • Turf.js
Aperçu du widget BAM

Why BAM?

Integration in 2 minutes

Embed a list of species observed in an area, into any page using a simple <iframe> or a shared link.

Open sources

Fetches data from GBIF or a GeoNature instance, with media (photos/sounds) from GBIF, Wikidata, INPN or TaxHub.

Powerful & flexible

Define the area (WKT/GeoJSON, point, line, polygon, buffer), filter by dates, taxonomic class, language, rendering modes, and more.

Interactive Demo

Example: species observed around Notre-Dame de Paris (200m radius) — Map + List mode.

Tip: open the demo in a new tab to test area editing, URL sharing, etc.

Open demo ↗ Configure my widget ↗

Embed on your site

<iframe
  title="BAM"
  width="100%" height="640" allow="geolocation"
  src="https://pnx-si.github.io/BAM-widget/#/?widgetType=list&lang=en&radius=200&wkt=POINT(2.35%2048.85)"></iframe>

Adjust the parameters (wkt, radius, widgetType, lang, etc.). Generate the exact URL using the configurator.

Useful parameters