Postcode X,Y co-ordinates

Associate
Joined
18 Oct 2002
Posts
847
Location
London/Essex
I'm trying to get the X,Y co-ordinates of UK postcodes so i can work out the distance between two locations but i can't seem to find anywhere that has it available for download. Jibble (www.jibble.org) are supposed to have one but it doesn't appear to be available for download anymore. I'm also aware samknows provide an XML service but ideally i don't want to have to rely on an external service. Does anyone know somewhere else that has it available for download?

Thanks
 
Thanks but i just went ahead and implemented it using the samknows XML service in the end. It certainly puts quite an overhead on the system having to do all the HTTP requests but it's only for a uni project so i've left it as that.
 
Diskbox said:
AC what exactly are you doing? i was trying to do a similar thing for my uni project, what are you using? google maps? multimap, i might be able to help you out.

I've created a classified car advert website for my final year project. When the user searches for a car it returns the distance they are from the car using pythagoras theorem. The problem with the way the post code search is currently implemented using the samknows XML service means it's taking up to 30 seconds to return the results. See for yourself:

http://adcock82.plus.com:81/project/carWebSite/search.aspx (all cars will return the same distance as they were placed by the same person).

Space cowboy, thanks very much. :) I'll ask my supervisor when i see him next if it's worth changing.
 
Back
Top Bottom