README ¶ go-geoh Find the geohashes that intersect with the given geoJSON Based on the Python library geoh. Installation go get github.com/hsrodriguez/go-geoh Usage geohashes = geoh.geohashes(geojson, precision, start_precision) Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Geohashes(geojson string, precision uint, start_precision uint) []string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Geohashes ¶ func Geohashes(geojson string, precision uint, start_precision uint) []string This function will convert the given geojson to a list of geohashes with the specified precision. It will return a list of geohashes as strings. Types ¶ This section is empty. Source Files ¶ View all Source files geoh.go Click to show internal directories. Click to hide internal directories.