2
votes
2answers
133 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 ap …
0
votes
3answers
64 views
Where can I find a list of all UK _full_ postcodes including street name and their precise coordinates?
Where can I find a list of all UK full postcodes including street name and their precise coordinates?
They should be not like AB1, AB23 etc but AB1 2AA, AB23 5ZZ etc.
Preferably f …
0
votes
2answers
99 views
Physical Address to GeoLocation UK
Is there a good physical address to GeoLocation conversion database in the UK? I am trying to use this to build a globrix style search box http://www.globrix.com/ for a web applica …
0
votes
4answers
266 views
What is the Royal Mail’s PAF Address Database?
Hi,
I'm struggling to understand what you would get from the Royal Mail if you bought their PAF file dataset of UK addresses.
I was expecting that PAF was some form of database w …
2
votes
3answers
250 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 t …
1
vote
3answers
767 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 …
1
vote
4answers
1k 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:
…
0
votes
4answers
139 views
Auto-selection of <option> based on input field, with some caveats
I have a SELECT element in which I need to auto-select the appropriate option based on the first half of a postcode entered in a text field. British postcodes are of the form AB12 …
0
votes
3answers
215 views
Sort Postcode for menu/list
I need to sort a list of UK postcodes in to order.
Is there a simple way to do it?
UK postcodes are made up of letters and numbers:
see for full info of the format:
http://en.w …
0
votes
4answers
200 views
UK Suburb Database
This is not a really technical question but is required for a system I am building. I am after a UK suburb/postcode database. I haven't been able to find this anywhere and wonder i …
1
vote
2answers
275 views
Post code API Lookup
Hi
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. …
1
vote
5answers
367 views
Python, Regular Expression Postcode search
Hi Guys,
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][ …
1
vote
2answers
205 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... …
1
vote
5answers
922 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 the …
