An open-source widget to display species observed in any area (point, line, polygon or geolocation), using open data sources (GBIF, GeoNature…).
Embed a list of species observed in an area, into any page using a simple <iframe>
or a shared link.
Fetches data from GBIF or a GeoNature instance, with media (photos/sounds) from GBIF, Wikidata, INPN or TaxHub.
Define the area (WKT/GeoJSON, point, line, polygon, buffer), filter by dates, taxonomic class, language, rendering modes, and more.
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.
<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.
widgetType
: list, mapList…mode
: gallery, detailedListwkt
: geometry (POINT / LINESTRING / POLYGON)radius
: radius in meters (for points & lines)lang
: fr, en, esdateMin
, dateMax
class
: Mammalia, Aves, etc.customDetailPage
: e.g. https://www.gbif.org/species/{taxonID}