A spatial index backed by geohashing and Trie (prefix tree) maps. Geometries are encoded as geohashes and stored in a prefix tree, and reverse lookups are performing by encoding the queried geometry and using the prefix tree as an inverted lookup index. The index size can be tuned with the precision...
More information
A spatial index backed by geohashing and Trie (prefix tree) maps. Geometries are encoded as geohashes and stored in a prefix tree, and reverse lookups are performing by encoding the queried geometry and using the prefix tree as an inverted lookup index. The index size can be tuned with the precision...
More information
A geohash compression library for efficiently reducing the size of large geohash collections.
This package is a port of GeoRaptor from Python to C# and provides the ability to compress collections of geohashes to save space.
A geohash compression library for efficiently reducing the size of large geohash collections.
This package is a port of GeoRaptor from Python to C# and provides the ability to compress collections of geohashes to save space.
Converts geometries such as polygons and linestrings to optimized sets of geohashes.
This is the NuGet library package which will let you encode geometries as sets of geohashes programmatically.
Converts geometries such as polygons and linestrings to optimized sets of geohashes.
This is the NuGet/dotnet command line tool which will let you encode geometries as sets of geohashes on the command line.