Skip to content

Repository files navigation

Query.Farm

GeoSilo by Query.Farm

DuckDB v1.5 build

A DuckDB extension for compact geometry encoding. Delta-encodes coordinates as scaled integers instead of float64 pairs, achieving 3–4x smaller geometry on disk and over the wire compared to standard WKB. Points compress to just 9 bytes (vs 21 bytes WKB).

Documentation

Full documentation, including installation, usage, the function reference, and cookbook examples, is available at:

https://query.farm/products/extensions/geosilo

Installation

INSTALL geosilo FROM community;
LOAD geosilo;

About

DuckDB extension for compact geometry encoding using delta-encoded coordinates. 3-4x smaller than WKB.

Topics

Resources

Stars

25 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages