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).
- Offcourse I looked to google maps but this service can only be used when the found lat/lng are used in google maps.
- 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.
- The data scienentist toolkit also returned a result, but the results were not accurate (1 precision digit)
- openaddresses.org is not responding...
- cloudmade does not return correct addresses in belgium/netherlands
We do have a ms mappoint licence but this is only addressable via vba and we are working with Java. Could you point out directions I still have to explore to build a durable geocoding solution.