Examples
Multi-layer, map-backed visualizations using real public datasets. Each example downloads live data, builds layers, and renders an interactive deck.gl map.
Global Flight Routes
Airline routes between the world’s 40 busiest airports from the OpenFlights database, rendered as great-circle arcs with labeled airport markers on a dark basemap.
Layers: ArcLayer, ScatterplotLayer, TextLayer | View source
Tokyo Region Earthquakes
USGS seismic data (2020–2024, M1.5+) near Tokyo aggregated into extruded 3D hexagonal bins colored by density.
Layers: HexagonLayer | View source
London Buildings 3D
Real building footprints with heights from OpenStreetMap in the City of London financial district, extruded to actual height and colored by elevation.
Layers: PolygonLayer | View source
Paris Trees
5,000 trees managed by the City of Paris shown as a height-weighted heatmap overlaid with individual tree points.
Layers: HeatmapLayer, ScatterplotLayer | View source
UK Road Accidents
~140,000 personal injury road accidents aggregated into an extruded 3D grid over central London.
Layers: GridLayer | View source
Australia / Indo-Pacific Earthquakes
2024 M4.5+ earthquakes across the Indo-Pacific with magnitude-colored scatter points, hexagonal density bins, and monitoring station arcs.
Layers: ScatterplotLayer, HexagonLayer, ArcLayer | View source
US Fire Hotspots
Near real-time satellite fire detections (NASA FIRMS, VIIRS NOAA-20, 7-day window) as a fire-radiative-power-weighted heatmap with city reference labels.
Layers: HeatmapLayer, ScatterplotLayer, TextLayer | View source