simonw/datasette-lite

Figure out how to use SpatiaLite

Open

#30 opened on May 17, 2022

 (0 comments) (1 reaction) (0 assignees)CSS (39 forks)github user discovery
enhancementhelp wantedresearch

Repository metrics

Stars
 (402 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

It's compiled to WASM by this project: https://github.com/jvail/spl.js

WASM blob here: https://github.com/jvail/spl.js/blob/main/dist/spl.wasm

Would be amazing to figure out how to load this as a Python module, as seen in https://docs.datasette.io/en/stable/spatialite.html#spatial-indexing-latitude-longitude-columns

Contributor guide