←back to thread

Kepler.gl

(kepler.gl)
154 points 9woc | 1 comments | | HN request time: 0.209s | source
Show context
loicsaintroch ◴[] No.44465969[source]
Nice to see kepler.gl getting some love here!

Funny enough, I just released an open-source, opinionated map editor built on top of kepler.gl with their DuckDB integration — yesterday! If anyone's curious to see how it all fits together, feel free to check it out here: https://github.com/mountayaapp/insight-editor.

replies(2): >>44466448 #>>44467304 #
ethan_smith ◴[] No.44466448[source]
DuckDB integration is a game-changer for geospatial visualization since it enables client-side processing of massive datasets without server roundtrips, significantly reducing the performance bottlenecks typical in browser-based GIS tools.
replies(1): >>44466946 #
1. tharmas ◴[] No.44466946[source]
Thanks. I didnt know this about DuckDB. I will have to check it out.