Encode Geohash
encode_geohashEncode a latitude/longitude to a geohash string (keyless, offline). precision = number of characters (1-12, default 9; more chars = smaller cell).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude (-90..90). | |
| lon | Yes | Longitude (-180..180). | |
| precision | No | Geohash length 1-12 (default 9). |