Skip to content

Latest commit

 

History

History

README.md

Try live | GitHub repo | Open in StackBlitz

Netlify Status

SQLRooms Deck.gl geospatial visualization example

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