Need to find latitude and longitude of postcodes and store into my database
        Posted  
        
            by Matt
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Matt
        
        
        
        Published on 2010-04-15T09:17:05Z
        Indexed on 
            2010/04/15
            9:23 UTC
        
        
        Read the original article
        Hit count: 399
        
Hey guys, Ive got a database full of UK Postcodes, now i'd like to be able to store the latitude and longitude of these specific postcodes along with the record with the database. Is there anyway that i can obtain this data free without violating any T&C's?
I know i could do this using google maps api for each postcode, but i have way over 20,000 postcodes in this database and to get the lat and lng for each of these postcodes each time is not an option really.
Thanks in advance, M
© Stack Overflow or respective owner