Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to perform Batch Geocoding on google or some other geocoding service provider?

How to perform Batch Geocoding on google or some other Geocoding service provider. I dont want batch address processing where the application uses a JavaScript to break the address batch into single address in a loop and perform geocoding like the sample provider here (http://onemarco.com/2007/06/03/geocoding-with-the-google-maps-api/). I want to perform a batch geocoding where I can submit a bulk address in the from of file or text diretly to the service provider and get a suitable response.

Thanking you in advance.

like image 429
Ameya Avatar asked Oct 25 '22 08:10

Ameya


1 Answers

Probably BatchGeo.com will help you out, it's based on the Google Maps API but you can choose to use Yahoo's geocoding service too. BatchGeo does a very decent job. Otherwise there are quite a few (commercial) API based solutions like http://maplarge.com/geocoder

Check out the wikipedia page on geocoding, it has a pretty comprehensive list.

like image 55
Bert Heymans Avatar answered Nov 08 '22 12:11

Bert Heymans