examples/kepler 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

kepler

Kepler.gl Geospatial Visualization

Try live | GitHub repo | Open in StackBlitz

Netlify Status

SQLRooms Kepler.gl geospatial visualization example

An example demonstrating Kepler.gl integration for geospatial data visualization. Features include:

  • Load earthquakes dataset into DuckDB
  • Add data as a Kepler layer for map visualization
  • Interactive map controls and filtering
  • Rich styling options for geospatial layers

To create a new project from the kepler example run this:

npx giget gh:sqlrooms/examples/kepler my-new-app/

Running locally

npm install
npm dev