examples/deckgl at main · sqlrooms/examples

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Latest commit

History

History

deckgl

Deck.gl Geospatial Visualization

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