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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Geocoding API built with government open data

6 点作者 evanmarks大约 9 年前

3 条评论

evanmarks大约 9 年前
I&#x27;ve been working on a side project that needs to geocode a large amount of addresses, so as a tangent I built this geocoding API over the past month. The state of open source geocoding tools is pretty amazing, especially if you only need to geocode addresses in the US.<p>I explored Nominatim, which uses Open Street Map data, and PostGIS before settling on PostGIS. Nominatim has the ability to geocode international addresses, which is a huge plus, but it runs as a standalone web service and its address parser seemed to have trouble with many addresses that PostGIS handled well. PostGIS can be setup with the US census Tiger&#x2F;Line data to cover the entire country and runs directly in the database which gives quite a performance boost.
augustflanagan大约 9 年前
Nice work! I really like the minimal homepage.<p>One small suggestion, when someone clicks the &#x27;Try It&#x27; button and it scrolls to the address input have it focus the input for the user.<p>I&#x27;ve actually been needing the exact opposite of this tool lately. I have a bunch of lat lon pairs that I need turned into addresses. Any plans to add reverse geocoding any time soon?
评论 #11222245 未加载
crisopolis大约 9 年前
Tell me the difference between this service and Google Geocoding, OpenCage, or OpenStreetMap?
评论 #11225367 未加载