简体   繁体   English

离线和在线地理编码服务

[英]Geocoding services offline and online

Currently I'm searching for a geocoding service which I can use on different project. 目前,我正在寻找可在其他项目中使用的地理编码服务。 When a project starts we get a list of addresses from our clients and the first thing we need to do is to gelocate them. 当一个项目开始时,我们会从客户那里获得地址列表,我们要做的第一件事就是给他们涂胶。 In the past we have used mappoint to get the most of them correct, around 85%, after this, we use online services to determine the rest (these are dataset of 30k entries). 过去,我们使用mappoint来使大多数正确,大约85%,此后,我们使用在线服务来确定其余部分(这些是3万个条目的数据集)。

  • Offcourse I looked to google maps but this service can only be used when the found lat/lng are used in google maps. 当然,我曾看过Google地图,但是只有在Google地图中使用找到的经纬度时才能使用此服务。
  • Open street maps does not support housenumbers (Belgium, the Netherlands). 开放式街道地图不支持门牌号(比利时,荷兰)。
  • Mapquest has an ok api, but the first results I have tested return a bogus result. Mapquest有一个不错的api,但是我测试过的第一个结果返回了伪造的结果。
  • The data scienentist toolkit also returned a result, but the results were not accurate (1 precision digit) 数据科学家工具包也返回了结果,但结果不准确(1个精度数字)
  • openaddresses.org is not responding... openaddresses.org没有回应...
  • cloudmade does not return correct addresses in belgium/netherlands cloudmade在比利时/荷兰未返回正确的地址

We do have a ms mappoint licence but this is only addressable via vba and we are working with Java. 我们确实有ms mappoint许可证,但这只能通过vba寻址,并且我们正在使用Java。 Could you point out directions I still have to explore to build a durable geocoding solution. 您能否指出我仍然需要探索的方向,以构建持久的地理编码解决方案。

It appears that Deutsche Post offers address correction services for Belgium and the Netherlands . 看来, 德国邮政比利时荷兰提供地址更正服务。

The formatting and structuring of your address data is an important factor in achieving the best results when it comes to data maintenance, such as modification, updating, and correction. 地址数据的格式和结构是在维护数据(例如修改,更新和更正)时取得最佳结果的重要因素。

A Dutch consumer address is structured as follows: 荷兰消费者地址的结构如下:

De heer Jan Voogt
Overtoom 74
9203 PA Drachten 

A Dutch company address is structured as follows: 荷兰公司地址的结构如下:

Musterfirma Holding B.V.
Postbus 102
3890 AN Zeewolde

The address standardisation and cleansing process allows for the correct breakdown of an address into name, street, house number, postcode and area, as well as the correct allocation of postcodes and districts. 地址标准化和清理过程允许将地址正确分解为名称,街道,门牌号,邮政编码和区域,以及正确分配邮政编码和地区。 Any incorrectly written names of streets and districts (which can often occur as a result of multilingualism) are also standardised. 街道和地区的任何错误书写的名称(由于使用多种语言而经常出现)也已标准化。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM