OpenStreetMap 反向地理编码邮政编码?
我正在开发黑莓应用程序,并希望使用 OpenStreetMap 反向地理编码来获取地址和/或街角。 我找到了 Nominatim,但它似乎没有在美国提供邮政编码(尽管它有英国邮政编码),是否有 OpenStreetMap API 来获取邮政编码,或其他一些免费/开放许可的反向地理编码或邮政编码数据/API 的地址
注意:这是一个最终的学校项目(但由于这是一个 API/数据源问题,我觉得这样问是公平的)
注意2:另一个人已经完成了谷歌地图版本,我正在寻找带有知识共享类型许可证的东西,请不要提及谷歌地图 -小心,我发现至少有一个 API 声称是开放的,但似乎基于 OSM、谷歌和其他数据(即,它无权泄露其数据)。
I'm working on a blackberry application and would like to use the OpenStreetMap reverse geo-coding to get an address and/or a street corner.
I found Nominatim but it doesn't seem to do zip codes in the US (it has UK postal codes though), is there a OpenStreetMap API to get zipcodes, or some other free/open licensed reverse geocoding or address to zipcode data/API
note: this is for a final school project(but as this is a API/data source question I feel its fair to ask)
note2: another person has already done a google maps version, I'm looking for something w/ a Creative Commons type license, please don't mention google maps
-be careful, I found at least one API that claims to be open but seems to be based around both OSM , google, and other data (ie, it didn't have the rights to give away to its data).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我使用 Geonames.org。它提供了围绕地理编码的不同网络服务。
邮政编码 WS 将为您提供帮助:
美国华盛顿的邮政编码:
有商业报价,但我不知道不知道该服务是否完全免费。每天和 ip 的请求数限制为 3000 个。
I use Geonames.org. It offers different webservices around geocoding.
The Postcode WS will help you:
Postcode for Washington, USA:
There's a commercial offer but I don't know if the service is totally free. There's a limit of 3000 requests per day and ip.
您可以使用 geocoder.us 对美国邮政编码进行反向地理编码。 他们的地理编码器是开源的(GPLv2或Perl Artistic License)并且他们鼓励出于非商业目的使用其 Web 服务 API 编写代码。这实际上是 OpenStreetMap.org 正在使用的美国邮政编码服务。
另请参阅地理编码器概述。
You can reverse-geocode US ZIP codes with geocoder.us. Their geocoder is open source (GPLv2 or Perl Artistic License) and they encourage writing code using their web services API for non-commercial purposes. This is in fact the service OpenStreetMap.org is using for US ZIP codes.
Also have a look at this overview of geocoders.
我找到了一个开源地理编码器,并开始研究自动工具。
关于extendthereach dot com斜线产品OpenSourceGeocoder
这是我的github,但还没有准备好:
但是
理论上我们可以使用 osm 数据, 我将不得不进一步研究它。
I found an opensource geocoder and have started to work on the autotooling.
on extendthereach dot com slash products OpenSourceGeocoder
Here is my github, but it is not ready yet:
http://github.com/h4ck3rm1k3/AutoToolsGeocoder
In theory we could use osm data with this, but I will have to look into it more.