Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

GeoHashLink

Symbols

  • GeoHashDecode
  • GeoHashDimensions
  • GeoHashEncode
  • GeoHashNeighbors
WolframExternalFunctions`GeoHashLink`
GeoHashEncode
​
GeoHashEncode
[geo,precision]
encodes a
GeoPosition
object into a geohash string with the given
precision
.
​
Examples  
(1)
Basic Examples  
(1)
Encode a GeoPosition:
In[1]:=
hash=GeoHashEncode[Here,5]
Out[1]=
dp1k0
Decode it:
In[2]:=
GeoHashDecode[hash]
Out[2]=
GeoPositionGeoPosition[{40.1001,-88.2202}],GeoBoundsRegionGeoBoundsRegion[{{40.0781,40.1221},{-88.2422,-88.1982}}]
SeeAlso
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com