post code - distance between two - software available?

post code - distance between two - software available?

Author
Discussion

UKBob

Original Poster:

16,277 posts

265 months

Monday 12th March 2007
quotequote all
Got a client who is building a website, who wants us to look into ingrating a post code search feature, which only displays results of locations which are within a specified distance of the post code being referenced.

Can anyone recommend any companies who provide post codes and the search algorythm? Last I enquired, prices were between 1-2k, per year.

Podie

46,630 posts

275 months

Monday 12th March 2007
quotequote all
Don't Multimap do this...? Pretty sure Yell.com use them...

rpguk

4,465 posts

284 months

Monday 12th March 2007
quotequote all
The expensive bit is the cost of the PAF data from the Royal Mail rather then the software itself.

If you don't need it to be too accurate the list available here might do the trick (only works on the first part of the postcode)

UKBob

Original Poster:

16,277 posts

265 months

Monday 12th March 2007
quotequote all
rpguk said:
The expensive bit is the cost of the PAF data from the Royal Mail rather then the software itself.

If you don't need it to be too accurate the list available here might do the trick (only works on the first part of the postcode)
Cheers, will have a proper look in a bit. Youre right, the algorithm is a piece of cake to install from what I remember being told, its the data and updates which cost. Thanks again!

jconsta6

935 posts

255 months

Monday 12th March 2007
quotequote all
I use these guys.

www.postcodeanywhere.co.uk/products/geographic.aspx

I've not used the distance calculator, but it says on the above page they do it.

They have been dead easy to setup, and seem to do exactly what they say on the tin for what I consider to be a reasonable charge.

Cheers,

JC

maven

82 posts

250 months

Tuesday 13th March 2007
quotequote all
The UK postcodes can be bought on the "blackmarket" for an inconsiderable fee (about £120 odd) but beware that the Royal Mail own the rights to lat/long coordinates that translate to the postcodes themselves.

The pays as you go price from the link above seems a cheap option, depending of course on the number of queries it will likely see.

tigger1

8,402 posts

221 months

Tuesday 13th March 2007
quotequote all
If you convert postcodes into co-ordinates you can do some simple trig to work out distances.

The info is available on the net, and importing the data into a SQL database isn't hard either.

Can help if you need any more info on going down that line.

UKBob

Original Poster:

16,277 posts

265 months

Tuesday 13th March 2007
quotequote all
thanks for the feedback

davidd

6,452 posts

284 months

Tuesday 13th March 2007
quotequote all
tigger1 said:
If you convert postcodes into co-ordinates you can do some simple trig to work out distances.

The info is available on the net, and importing the data into a SQL database isn't hard either.

Can help if you need any more info on going down that line.


thats how we do it, we use postcode anywhere on a pay as you go scheme.
It is possible to cache the data....


D

tigger1

8,402 posts

221 months

Tuesday 13th March 2007
quotequote all
davidd said:
tigger1 said:
If you convert postcodes into co-ordinates you can do some simple trig to work out distances.

The info is available on the net, and importing the data into a SQL database isn't hard either.

Can help if you need any more info on going down that line.


thats how we do it, we use postcode anywhere on a pay as you go scheme.
It is possible to cache the data....

D


Pah, and I thought my plan a year or so back was ingenious!

Not telling you were I got my postcodes from...but there's a website on-line that will let you do 200 at a time, converting from postcode to long/lat. Or you can pay to do them in bulk. Doesn't stop you doing multiple passes of 200 though, nor tell you not to.