Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImGoodBai/MapGoGoGo
/ cell_center
Function
cell_center
backend/app/geo.py:63–65 ·
view source on GitHub ↗
(cell_id: str)
Source
from the content-addressed store, hash-verified
61
62
63
def
cell_center(cell_id: str) -> tuple[float, float]:
64
lat, lng = h3.cell_to_latlng(cell_id)
65
return
float(lat), float(lng)
66
67
68
def
generate_circle_cells(
Callers
1
generate_circle_cells
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected