Tag

location encoding

0 views collected around this technical thread.

IT Architects Alliance
IT Architects Alliance
Jun 20, 2024 · Fundamentals

Understanding GeoHash: Principles, Encoding Process, and Application in Ride‑Hailing

This article introduces the GeoHash algorithm, explains how latitude and longitude are recursively bisected into binary strings, compressed with Base32, and demonstrates its use for efficiently locating nearby drivers in ride‑hailing services while discussing precision trade‑offs and edge cases.

Ride-hailingalgorithmbig data
0 likes · 8 min read
Understanding GeoHash: Principles, Encoding Process, and Application in Ride‑Hailing
Zhengtong Technical Team
Zhengtong Technical Team
Dec 6, 2022 · Big Data

Beidou Grid Code: Theory, Implementation, and Urban Management Applications

This article introduces the Beidou Grid Code, its theoretical foundation in GeoSOT, detailed hierarchical encoding rules, implementation challenges using MySQL and JPA, and showcases practical urban management applications such as case reporting, hotspot analysis, indoor positioning, and data security.

BeidouGISGrid Code
0 likes · 16 min read
Beidou Grid Code: Theory, Implementation, and Urban Management Applications
Tencent Cloud Developer
Tencent Cloud Developer
Sep 2, 2021 · Databases

Understanding Geohash: Principles, Implementation, and Applications

Geohash encodes latitude‑longitude pairs into short base‑32 strings by recursively bisecting coordinate ranges and interleaving bits, allowing fast proximity queries via prefix matching, with precision controlled by string length, and is supported natively in Redis and useful for location‑based services.

SQLgeohashlocation encoding
0 likes · 12 min read
Understanding Geohash: Principles, Implementation, and Applications