18 packages tagged with “geohash”
Easy-to-use and feature-rich geohash library
C# Port of Node-Geohash. This is a line for line port to C# of Node-Geohash https://github.com/sunng87/node-geohash
Base16, Base32, Base45, Base58, Base62, Base85 encoding/decoding library
Lat/Lon to GeoHashed string, GeoHashed string to Lat/Lon, Single or muliple matches, GeoHashed to Extent, Polygon
PCL version of NGeoHash (https://github.com/jesseemerick/NGeoHash) which is a port of node-geohash (https://github.com/sunng87/node-geohash)
A library for creating RedisGeo Hash values within .NET
A project to provide tools for conversions between Coordinate Systems.
Builds a firebase compatible GeoFire location entry
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 parameter. The geohasher and prefix tree map providers can be injected by implementing the IGeohasher and/or IGeohashTrieMap interfaces.
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 parameter. The geohasher and prefix tree map providers can be injected by implementing the IGeohasher and/or IGeohashTrieMap interfaces. This package provides common spatial operations that can be used on an index, such as STContains(), STIntersects(), and so on. A complete overview is available at the project site.
Base16, Base32, Base58, Base85 encoding/decoding library
Latlon Geohash (latlon-geohash) binding library for Bridge.NET projects.
Geospatial query support for Oproto.FluentDynamoDb using GeoHash encoding. Enables efficient location-based queries in DynamoDB with type-safe geospatial operations. Supports proximity queries, bounding box queries, and distance calculations with AOT compatibility.
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.