library(MazamaLocationUtils)
# Wenatchee
lon <- -120.325278
lat <- 47.423333
locationID <- location_createID(lon, lat)
print(locationID)
geohashID <- location_createID(lon, lat, algorithm = "geohash")
print(geohashID)
Run the code above in your browser using DataLab