Skip to main content

Overview

From-v4.0

caution

This module is still experimental. It may have issues and functionality may change in minor releases.

@math.gl/dggs-geohash is a JavaScript library which provides lightweight support for working with Geohash indices.

Installation

npm install @math.gl/dggs-geohash

Usage

import {getGeohashPolygon} from '@math.gl/dggs-geohash';
const polygon = getGeohashPolygon(geohash);

Attribution