Tagged Questions
The postcode tag has no wiki summary.
9
votes
9answers
11k views
Address Validation API
I have a task to validate addresses entered into a system I am currently creating. The system requires that address entered are validated against a valid data source. In the UK the dataset comes from ...
9
votes
7answers
9k views
UK Postcode Regex (Comprehensive)
I'm after a regex that will validate a full complex UK postcode only within an input string. All of the uncommon postcode forms must be covered as well as the usual. For instance:
Matches
CW3 9SS
...
7
votes
4answers
584 views
Where is the now free UK postcode data to be found?
By all accounts the UK postcode address file (PAF) - a list of postcode with the matching addresses - is free now.
I've had a good old nosey on the OS OpenData site ...
5
votes
5answers
208 views
PHP - Postcode check if it's covered
I am currently developing a website for an electrical company. They would like some sort of postcode check on there. It would somehow work like this:
User enters postcode
See if we cover it
display ...
5
votes
7answers
2k views
Good examples of UK postcode lookup flow
I'm looking for a good, well designed flow of a UK postcode lookup process as part of registration for an eCommerce account.
We're redesigning ours and want to see what is out there and how I can ...
3
votes
2answers
30 views
Use Regex to identify patterns in UK Postcodes
For any UK postal code I want to replace all letters with capital A and all digits with 9.
For example
CH5 1EF would become AA9 9AA
EC1N 4DH would become AA9A 9AA
Is this possible in a single ...
3
votes
4answers
1k views
Postcode and radius lookup recommendations
I look after a number of divisional websites for a uk based membership organisation and what we want to do is provide, as well as other address functions, is a closest member lookup to a web user from ...
3
votes
2answers
540 views
How do I utilise longitude/latitude values efficiently in Mysql?
Thanks to Wikileaks, here in the UK we can now access our longitude and latitude co-ordinates for each post code wikileaks postcodes uk IMPORTANT. Do not use this data in public applications - There's ...
3
votes
3answers
1k views
Best method for working out locations within a radius of starting point
I'm aiming to create a feature in my latest project preferably using PHP. When each user signs up they are going to input their postcode. Then hopefully I will be converting this to lat/long using ...
2
votes
1answer
32 views
Is there a way to cross locations of Sainsburys with BP garages to get places where they are together?
I've seen a photo I'd like to trace the location of. In it is a BP garage and a Sainsburys supermarket. Google Maps holds all the info and I'm sure many others do - what I'd like is to be able to ...
1
vote
0answers
103 views
Query doesn't retrieve all records in my CakePHP application
I'm developing an application using CakePHP 1.3. I have a page which allows users to search through 'Outlet' table records.
I have three fields in the search form; name, cuisine and postcode. This is ...
1
vote
2answers
58 views
Generate UK postcode from lat,lon search in Google Maps
I'm trying to generate a UK postcode from a latitude and longitude search in Google Maps. For example, a search for 57.350237,-1.977539 in Google Maps returns this:
http://i.imgur.com/35iB5.png
I ...
1
vote
5answers
322 views
Building postcode adress lookup based on Royal Mail PAF Raw data
I am working on custom build software for postcode lookup based on Royal Mail PAF data. Main purpose of that software is to replace Quick Address (Thrird party sofware vendor).
I have a few questions
...
1
vote
2answers
137 views
How to implement finding the nearest UK postcodes from a given post code with distance?
I've got a requirement to find the nearest n postcodes from a given post code.
Could any one guide me in finding the nearest UK postcodes from a given post code with distance
1
vote
2answers
430 views
Split UK postcode into two main parts using java
This regular expression for validating postcodes works perfect
^([Gg][Ii][Rr] ...
1
vote
3answers
319 views
Postcode proximity search
I have about 20 events (UK based if that makes a difference).
I will also have a form on a page where people can register their interest in attending one of these events. After they have submitted ...
1
vote
1answer
169 views
Matching long string(full postcode) agains short string(start of postcode) in mysql
I have a table that contains a list of the starting letters in a post code e.g. LS for Leeds and SO for Southampton.
I want to match these against a user entered full postcode e.g. LS19 1AB.
I've ...
1
vote
6answers
2k views
UK Royal Mail PAF address finder via postcode alternatives?
We need an address finder (premise level) based on postcode. We have a budget of 40k for this. But I have been assigned to find some cheaper alternatives for Royal mail PAF database. Is Google any ...
1
vote
7answers
2k views
Need to find latitude and longitude of postcodes and store into my database
I’ve 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 any way that I can ...
1
vote
3answers
537 views
format string (postcode) in ruby
I need to re-format a list of UK postcodes and have started with the following to strip whitespace and capitalize:
postcode.upcase.gsub(/\s/,'')
I now need to change the postcode so the new ...
1
vote
2answers
2k views
Post code API Lookup
Has anyone had experience with the post code anywhere lookup API. The service appears to be a bargain - through experience - when something is too good to be true it often is.
I have reservations ...
1
vote
5answers
884 views
Python, Regular Expression Postcode search
I am trying to use regular expressions to find a UK postcode within a string.
I have got the regular expression working inside RegexBuddy, see below:
\b[A-Z]{1,2}[0-9][A-Z0-9]? ...
1
vote
2answers
991 views
Whats the best way to store and retrive postal addresses using a sql server database and the .NET framework?
I'm looking for a common pattern that will store and access global addresses in database. Components or other technologies can be used. The following criteria must be adheard to...
Every line of the ...
0
votes
1answer
22 views
MySQL - match post code based on one or two first characters
I'm trying to create a SQL statement to find the matching record based on the provided post code and stored post codes in the database plus the weight aspect.
The post codes in the database are ...
0
votes
2answers
31 views
PAF database vs a service such as Postcode Anywhere
Would it be more cost effective for a small business (around 25 concurrent users) to buy a PAF database and code it up ourselves or use a Postcode service such as Postcode Anywhere?
The Royal Mail ...
0
votes
1answer
24 views
Importing PAF file to MySQL
I recently purchased PAF files from the Royal Mail. I've received them all but now need to import the contents into a MySQL database.
After taking a look at the files there seems to be no common ...
0
votes
0answers
9 views
google maps ajax search
I need to get latitude and longitude coords using google maps api. I've wrote some code, but when i'm trying to invoke my simple function I get the error "GlocalSearch is not defined".
...
0
votes
1answer
37 views
Library to calculate distances between postcodes in the UK
I am looking for a way to calculate approximate distance between two UK postcodes (distance in the straight line is good enough) for analysing data. Preferably easily accessible from java, but C#, ...
0
votes
2answers
38 views
regex to extract part of a UK postcode from an address string
I really don't know enough about regex to tackle this on my own so...
I am playing with geolocation API and my goal is to get a rough idea about the whereabouts of the visitor so I can list services ...
0
votes
4answers
56 views
Iphone work out if string is a UK Postcode
In my app before I send a string off I need to work out if the text entered in the textbox is a UK Postcode. I don't have the regex ability to work that out for myself and after searching around I ...
0
votes
0answers
43 views
Converting UK postcode to an address. Are there APIs/providers/services? [closed]
Possible Duplicate:
UK Royal Mail PAF address finder via postcode alternatives?
I need to get address from postcode in UK. Can we do that ? Is there any webservice that we will need to use ...
0
votes
1answer
76 views
First part of postcode
I want user to search by postcode, they could enter full postcode (eg: UB100PE / UB10 0PE) or first part of postcode (UB10)
I will use getUKPostcodeFirstPart("UB100PE") to get first part of postcode
...
0
votes
1answer
61 views
google maps boundary borders of regions
This is more of a research question than a technical question.
First I need to be able to draw sections of the uk like in this example : ...
0
votes
4answers
91 views
LINQ query to check if a postcode is within a range of starting and ending postcodes?
I need to check if a postcode is within a given start and end postcode, using linq.
Here is what I have so far but it's not right at all, can someone point me in the right direction?
...
0
votes
1answer
37 views
Uk Postcode lookup field with covering a range of districts
Need some efficient solution of district range selector for an area in UK. Lets say I selected Manchester which covers many small districts like M1,M2,M3.....M20, M30... My users can be sharing ...
0
votes
3answers
39 views
PHP string functions not working as expected on numbers cast as string
I have the following code which places a space in postcode.
(string)$postcode = $row['postcode'];
$first = substr($postcode, strlen($postcode)-3);
$second = substr($postcode, strlen($first));
...
0
votes
0answers
26 views
How to map postcodes or cities on a google map using R?
I have a list of postcodes/Zipcodes with their corresponding cities. I would like to plot them on google map and group them by the first two digits or three digits and display them with different ...
0
votes
1answer
162 views
php codeigniter postcode search!
I am based in UK and I want to implement a postcode search box in my website. I have the database downloaded from http://www.easypeasy.com/guides/article.php?article=64. I have a question to ask, ...
0
votes
3answers
76 views
City or post code search in same field
I have a search form containing both city and postcode fields. The search is queries a mysql database and returns relevant results.
To make things easier for the user is it possible to combine these ...
0
votes
1answer
165 views
PHP MySQL nearest to postcode
Hello I found this article which is helpful but unfortunately I cannot get it to work.
http://davidsimpson.me/2008/09/28/find-nearest-store-page-using-php-mysql-and-google-maps/
I have a list of ...
0
votes
0answers
104 views
Getting directions with Post code in the URL for Bing maps
OK so it's possible to gain access to a post code directly through the URL with Google maps by doing http://maps.google.co.uk/m?q=pr87uu
Does anyone know if it is possible to do something similar ...
0
votes
1answer
141 views
Find nearby postcode with a base postcode
This is with reference to this question: Find UK PostCodes closest to other UK Post Codes by matching the Post Code String
--User wants to get all postcodes nearby B193SH
-- Postcode = 'B193SH'
-- ...
0
votes
2answers
266 views
Find UK PostCodes closest to other UK Post Codes by matching the Post Code String
Here is a question that has me awake for a number of days now. The only conclusion I came up so far is that Red Bull does not usually help coders.
I have a scenario in my application where I have a ...
0
votes
3answers
113 views
UK Postcode look by street, on a budget of £0.00
I'm planning a site which will need to have the ability to search for an address using partial details, like street name. Addresses are integral to the whole working of the app.
Does anyone have any ...
0
votes
3answers
200 views
Custom SQL sort by
I am new to the forum and haven't been programming long so please bare with me if this was the wrong method of approach.
Use:
The user searches for a partial postcode such as 'RG20' which should then ...
0
votes
1answer
97 views
Postcode url rewrite using IIS7 URL Rewrite not working
I have just started using IIS7 and am setting up various URL rewrites. I am new to this so I may be making a novice mistake.
I am trying to rewrite a postcode so that I can have /KA71DR rewrite to ...
0
votes
4answers
491 views
Post Code Lookup
A client wants a page on their website where the user can search for a stockist of their product range. What they want is the ability to enter a UK PostCode and for a list of their stockists to appear ...
0
votes
3answers
458 views
Implementing an address lookup with Google Geocoding API (or similar)
I'd like to add a feature to my website where a customer can enter their postcode, and it automtaically looks up their address with either Google Geocoding or an opensource / Bing equivalent.
Has ...
0
votes
3answers
1k views
mySQL select query based on lat / long data from zipcode
Note: Although I use a zipcode database with Dutch zipcodes, this question is country independent.
I have a database with every zipcode in the Netherlands + its x and y coordinate (lat/long).
I have ...
0
votes
2answers
469 views
Postcode distance calculation
I have just been developing a postcode distance calculator for my Dads company, where all our customers are kept on file and every time a new potential customer makes an enquiry the system will check ...