How to geocode a large number of addresses?

Posted by user308569 on Stack Overflow See other posts from Stack Overflow or by user308569
Published on 2010-04-04T04:41:44Z Indexed on 2010/04/04 4:53 UTC
Read the original article Hit count: 587

Filed under:

I need to geocode, i.e. translate street address to latitude,longitude for ~8,000 street addresses. I am using both Yahoo and Google geocoding engines at http://www.gpsvisualizer.com/geocoder/, and found out that for a large number of addresses those engines (one of them or both) either could not perform geocoding (i.e.return latitude=0,longitude=0), or return the wrong coordinates (incl. cases when Yahoo and Google give different results).

What is the best way to handle this problem? Which engine is (usually) more accurate? I would appreciate any thoughts, suggestions, ideas from people who had previous experience with this kind of task.

© Stack Overflow or respective owner

Related posts about geocoding