Search code examples
mysqlgeolocationgeocodingpostal-code

Postcode / Address finder


Like a lot of people I would like the Post Office PAF file for Postcode to Address data. What I have at the minute is the Postcode to O/S coordinates file. Are there any solutions for getting this type of data ? Could I rip any credible data from a sat nav postcode file ?


Solution

  • The source which I use is Yahoo Geo Planet.

    You can download the entire GeoPlanet Data file which comes in TSV format. When I downloaded it I just imported it to mysql using mysqlimport.

    http://developer.yahoo.com/geo/geoplanet/data/

    It contains a record for every distinct geographically location in the world. A tonne of post codes, (pretty much every code I have needed for UK). All you would need to do is only use records with are of place_type zip.

    Example

    Click https://i.sstatic.net/1l2Yc.png

    enter image description here