Interactive map
A live MapLibre canvas with FUNAI Indigenous Lands and INPE DETER alerts overlaid on OpenStreetMap.
How to use it
- Open /app/ — the map starts centered over the Brazilian Amazon.
- Toggle FUNAI and DETER layers from the side panel.
- Pan or zoom — DETER alerts re-fetch automatically for the new view.
- Click any point to open the inspector. It fetches the observed GPCP precipitation record, a CMIP6 climate trajectory, and recent Sentinel-2 imagery for that location in parallel.
API endpoints
GET /v1/alertsGET /v1/climate/pointGET /v1/climate/gridded/{dataset}GET /v1/imagery/sentinel2
Data sources
- Sentinel-2 L2A
- INPE TerraBrasilis
- FUNAI
- Open-Meteo
Limits & caveats
- All overlays are read-through — no caching yet (Phase 2).
- FUNAI's WMS occasionally throttles; OSM basemap remains usable when it does.
- Alert refresh is debounced to the visible extent only.