DuckDB geospatial visualization with deck.gl and MapLibre
Maintainer(s):
nkwork9999
Installing and Loading
INSTALL duckgl FROM community;
LOAD duckgl;
Example
-- Start DuckGL server
SELECT duckgl_start('localhost', 8080);
-- Open http://localhost:8080 in browser
-- Stop server
SELECT duckgl_stop();
About duckgl
DuckGL provides a web-based geospatial visualization interface for DuckDB.
Features
- Interactive map visualization using deck.gl and MapLibre
- GeoJSON layer rendering from spatial tables
- SQL query execution from browser UI
Added Functions
| function_name | function_type | description | comment | examples |
|---|---|---|---|---|
| duckgl_start | scalar | NULL | NULL | |
| duckgl_stop | scalar | NULL | NULL |