TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

RGCosm – Reverse Geocode for OpenStreetMap

46 点作者 punnerud8 个月前

4 条评论

playingalong8 个月前
In case anyone is wondering:<p>Reverse geocode is `coordinates -&gt; address`.<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Reverse_geocoding" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Reverse_geocoding</a>.<p>Geocoding is `address -&gt; coordinates`.
评论 #41467443 未加载
punnerud8 个月前
Also recommend checking out this fork: <a href="https:&#x2F;&#x2F;github.com&#x2F;BlackCatDevel0per&#x2F;rgcosm">https:&#x2F;&#x2F;github.com&#x2F;BlackCatDevel0per&#x2F;rgcosm</a><p>Added CLI and import to Python
评论 #41468433 未加载
K0IN8 个月前
I just did something similar with openstreetmaps last week. In my case I tried the other way around (finding similar addresses)<p>I benchmarked fts(sqllite) Vs typesense.<p>Which I can only recommend for such tasks.<p>repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;K0IN&#x2F;open_streetmaps_typesense">https:&#x2F;&#x2F;github.com&#x2F;K0IN&#x2F;open_streetmaps_typesense</a><p>btw I also tried the python import but it was unusable (for Germany) slow so I switched to osmtools and exported it to Jason first which is way faster.
rock_artist8 个月前
Kinda OT but in that context, anyone know of a minimal reverse geocoding yhat has resolution of country, state, county for The entire world?<p>With mobile devices size matters…