Deck.gl Geospatial Visualization
Try live | GitHub repo | Open in StackBlitz
An example demonstrating deck.gl integration for geospatial data visualization. Features include:
- Load airports data file into DuckDB
- Run SQL queries to filter and transform data
- Visualize airport locations on an interactive map
- High-performance WebGL-based rendering
To create a new project from the deckgl example run this:
npx giget gh:sqlrooms/examples/deckgl my-new-app/
Running Locally
npm install npm run dev