UK Postcodes anyone know of a service ?  
Author Message
Duncan Strang





PostPosted: 2006-1-29 3:23:00 Top

java-programmer, UK Postcodes anyone know of a service ? Hi

My latest web application provides a search facility.

You sign up as a member and get a free entry in a searchable database.

I would like to offer a postcode search so that if someone is looking for a
particular service they can enter a postcode and return results within a number
of miles of the input postcode(s). I have seen this sort of search on a number
of sites to date and I was wondering if anyone knows of a web service or other
online service that will accept a post code (and some other params of course)
and return a list of postcodes within a parameters distance.

Once I have the list I can search my own database for results.

The service must be available over the network, I'm not intetested in static
databases that I have to install on the server (well I might be if they were
FREE :-).

Has anyone implemented such a thing ?

Does anyone know of such a service ?

Has this got anything to do with the group ? well I suppose not other than I
write in Java.

Cheers
anyway

Duncan


"Process- How will the work and the team be organized?
The team needs to fit the culture in which it will operate,
but you should write software well rather than preserve the
irrationality of an enclosing culture" - Kent Beck
 
Daniel Dyer





PostPosted: 2006-1-29 3:47:00 Top

java-programmer >> UK Postcodes anyone know of a service ? On Sat, 28 Jan 2006 19:23:09 -0000, Duncan Strang
<email***@***.com> wrote:

> I would like to offer a postcode search so that if someone is looking
> for a
> particular service they can enter a postcode and return results within a
> number
> of miles of the input postcode(s). I have seen this sort of search on a
> number
> of sites to date and I was wondering if anyone knows of a web service or
> other
> online service that will accept a post code (and some other params of
> course)
> and return a list of postcodes within a parameters distance.
>
> Once I have the list I can search my own database for results.
>
> The service must be available over the network, I'm not intetested in
> static
> databases that I have to install on the server (well I might be if they
> were
> FREE :-).
>
> Has anyone implemented such a thing ?
>
> Does anyone know of such a service ?

I think you have to get this data from Royal Mail
(http://www.royalmail.co.uk). They have a variety of services that you
can view on their website (I think the one you need is called Postzon).
However, I don't think they have a networked service. You have to buy
CDs/DAT tapes with the data on. This data doesn't change all that quickly
but you can get a subscription for yearly or quarterly updates. I don't
think it is particularly expensive.

Dan.


--
Daniel Dyer
http://www.dandyer.co.uk
 
Thomas Hawtin





PostPosted: 2006-1-29 4:10:00 Top

java-programmer >> UK Postcodes anyone know of a service ? Duncan Strang wrote:
>
> I would like to offer a postcode search so that if someone is looking for a
> particular service they can enter a postcode and return results within a number
> of miles of the input postcode(s). I have seen this sort of search on a number
> of sites to date and I was wondering if anyone knows of a web service or other
> online service that will accept a post code (and some other params of course)
> and return a list of postcodes within a parameters distance.

That information is copyright, and you will have to pay for it. The Post
Office don't want people going around using their service, and if they
do, they certainly shouldn't be addressed properly. The organisation
knows where its strengths lie, and delivering letters ain't amongst them.

They have a Postcode/Address Finder page that is gracious enough to
permit twelve searches in any 24 hour period, if you go through the
registration procedure (I haven't bothered). All the links for further
information on the page appear to link straight back. Genius.

https://www.postoffice.co.uk/portal/po/addressfinder?pageId=pol_login&catId=20700386&_requestid=53918&cs=1

The common commercial solution used to be QAS' QuickAddress Nearest. In
addition to locations of postcodes, it would also take into account
natural barriers. So it didn't suggest somewhere in Newport for someone
who lives in Clevedon, say.

Tom Hawtin
--
Unemployed English Java programmer
http://jroller.com/page/tackline/
 
 
Duncan Strang





PostPosted: 2006-1-29 5:51:00 Top

java-programmer >> UK Postcodes anyone know of a service ? On Sat, 28 Jan 2006 20:10:14 +0000, Thomas Hawtin <email***@***.com>
wrote:

>Duncan Strang wrote:
>>
>> I would like to offer a postcode search so that if someone is looking for a
>> particular service they can enter a postcode and return results within a number
>> of miles of the input postcode(s).
>
>That information is copyright, and you will have to pay for it. The Post
>Office don't want people going around using their service, and if they
>do, they certainly shouldn't be addressed properly. The organisation
>knows where its strengths lie, and delivering letters ain't amongst them.

:-)

>They have a Postcode/Address Finder page that is gracious enough to
>permit twelve searches in any 24 hour period

Yea, I saw that, OK if I only get 12 hits a day on my search engine I guess
otherwise useless.

>The common commercial solution used to be QAS' QuickAddress Nearest.

Nice one, actually it appears that they have something called QuickAddress
nearest for the web
http://www.qas.com/uk/products/internet/web-nearest.asp
Guess I'll have a look at that.

Cheers
Duncan



"Process- How will the work and the team be organized?
The team needs to fit the culture in which it will operate,
but you should write software well rather than preserve the
irrationality of an enclosing culture" - Kent Beck
 
 
Rhino





PostPosted: 2006-1-29 21:41:00 Top

java-programmer >> UK Postcodes anyone know of a service ?
"Duncan Strang" <email***@***.com> wrote in message
news:email***@***.com...
> Hi
>
> My latest web application provides a search facility.
>
> You sign up as a member and get a free entry in a searchable database.
>
> I would like to offer a postcode search so that if someone is looking for
> a
> particular service they can enter a postcode and return results within a
> number
> of miles of the input postcode(s). I have seen this sort of search on a
> number
> of sites to date and I was wondering if anyone knows of a web service or
> other
> online service that will accept a post code (and some other params of
> course)
> and return a list of postcodes within a parameters distance.
>
> Once I have the list I can search my own database for results.
>
> The service must be available over the network, I'm not intetested in
> static
> databases that I have to install on the server (well I might be if they
> were
> FREE :-).
>
> Has anyone implemented such a thing ?
>
> Does anyone know of such a service ?
>
> Has this got anything to do with the group ? well I suppose not other than
> I
> write in Java.
>
There was a discussion of this very topic on one of the MySQL mailing lists
just the other day. I didn't follow it very closely but I seem to recall
that the people involved listed a few possibilities, although I don't think
any of the satisfactory ones were free. If you go to http://lists.mysql.com/
and enter the following in the search box, you should find the discussion:
Search term: "UK postcodes"
within: all lists
matching: all of the words
since: 30 days ago

Rhino


 
 
sks





PostPosted: 2006-1-30 22:49:00 Top

java-programmer >> UK Postcodes anyone know of a service ? I bought a file with all uk postcodes mapped to co-ords which you can then
use to get straight line distances in your searches. It cost me ?50 which
is far cheaper than you'll get by a per-search fee via a web service.


>
> My latest web application provides a search facility.
>
> You sign up as a member and get a free entry in a searchable database.
>
> I would like to offer a postcode search so that if someone is looking for
> a
> particular service they can enter a postcode and return results within a
> number
> of miles of the input postcode(s). I have seen this sort of search on a
> number
> of sites to date and I was wondering if anyone knows of a web service or
> other
> online service that will accept a post code (and some other params of
> course)
> and return a list of postcodes within a parameters distance.
>
> Once I have the list I can search my own database for results.
>
> The service must be available over the network, I'm not intetested in
> static
> databases that I have to install on the server (well I might be if they
> were
> FREE :-).
>
> Has anyone implemented such a thing ?
>
> Does anyone know of such a service ?
>
> Has this got anything to do with the group ? well I suppose not other than
> I
> write in Java.
>
> Cheers
> anyway
>
> Duncan
>
>
> "Process- How will the work and the team be organized?
> The team needs to fit the culture in which it will operate,
> but you should write software well rather than preserve the
> irrationality of an enclosing culture" - Kent Beck


 
 
Duncan Strang





PostPosted: 2006-1-31 15:56:00 Top

java-programmer >> UK Postcodes anyone know of a service ? >> The service must be available over the network, I'm not intetested in
>> static
>> databases that I have to install on the server (well I might be if they
>> were
>> FREE :-).
>>
>> Has anyone implemented such a thing ?
>>
>> Does anyone know of such a service ?
>>
>> Has this got anything to do with the group ? well I suppose not other than
>> I
>> write in Java.
>>
>There was a discussion of this very topic on one of the MySQL mailing lists
>just the other day.

>Rhino

Thanks for that, lot's of interesting points there.

It does seem that these days, in this country, EVERYTHING has to have a price.
You would have thought that Postcodes are (or should be) public property.

Ho Hum

Cheers
Duncan



"Process- How will the work and the team be organized?
The team needs to fit the culture in which it will operate,
but you should write software well rather than preserve the
irrationality of an enclosing culture" - Kent Beck