A postal code is a series of letters and/or digits which is useful to identify the a particular region within a postal address. Once postal codes were introduced, other applications became possible.
-1
votes
0answers
15 views
Validate Canada Postal Code and Enable Search
How do I enable a search button when a valid Canada postal code format (letter-number-letter-space-number-letter-number) is entered in textbox in Javascript?
8
votes
8answers
416 views
United Kingdom (GB) postal code validation without regex
I have tried several regexes and still some valid postal codes sometimes get rejected.
Searching the internet, Wikipedia and SO, I could only find regex validation solutions.
Is there a validation ...
-1
votes
1answer
48 views
Postgresql - Domain for Canadian Postal Code
I am trying to implement a domain to check for proper postal codes for Canada. I wrote the following but i get a constraint error. Can you please tell me where i may be wrong? i would really ...
2
votes
2answers
83 views
Postal Code verification in Scheme (Dr. Racket)
I am writing a program in Scheme (Dr. Racket) to verify Canadian postal-codes. The user inputs a postal code and gets a response whether it is valid or not. I got the boolean logic down but I am ...
0
votes
0answers
89 views
Plotting a large number of postcodes on a map
Does anyone know of a free way I can plot 250,000 UK postcode records on a map?
I checked out zeemaps but they only allow upto 2,500 and 2mb uploads
I also looked at imapbuilder.com but it's not free
...
1
vote
0answers
214 views
How to get timezone from zipcode? [closed]
I need timezone from zipcode or lat and long for(USA and CANADA)..
Is there any utility/webservice or API?
0
votes
4answers
395 views
Google Map Distance Calculation between Two Lat/Lng Points?
What will be the best way (or) Is there a Google's way already to Calculate the simple Straight Line Distance between Two Points, based on Lat/Lng or even on Postal/Zip Code is possible?
1
vote
1answer
75 views
Floor number with schema.org microdata?
Any idea how to markup a floor number with schema.org microdata for a local business' postal address?
<div itemscope itemtype="http://schema.org/LocalBusiness">
<span ...
1
vote
1answer
161 views
i want specific area name provided pincode of that area
I need name of the area and city in india when i pass postal code as a parameter.
I tried
http://maps.google.com/maps/api/geocode/json?address=382340&components=country:in&sensor=false
but ...
1
vote
2answers
126 views
Canadian Postal Codes Radius
I am using the following scripting that I found on the net to grab all postal codes between a given set coordinates.
When using it my concern is that when some postal codes being grab are greater ...
0
votes
0answers
110 views
rails geocoder search within postal code range
iam using geocoder to look up locations within my rails app. That works well for complete zip codes/postal codes like 10115 + the country (Germany). But now i would like to enter only two diggits like ...
0
votes
0answers
96 views
Can I use the geocoding web-service to create another web-service to provide some free information?
I developed a web-service that uses Google Maps API web-services to get the complete address of a zip-code in Brazil.
I created this service to give a free way to developers get complete address ...
0
votes
1answer
151 views
Validate postal cade using Regex on each character
I am trying to validate a Postal Code for Canada using Regular Expressions, but I would like to test each character as it is entered rather than wait until the user submits the form.
All of the ...
1
vote
3answers
535 views
UK Zip/Postal Code Range Calculation
In a logistics software which is written in C#, I need to check if given postal code is between one of the ranges at database.
For Germany, for example
Range: 47000-48000
Given Postal Code: 47057
...
1
vote
1answer
197 views
How can I create an absurdly simple 'find nearest' zip code app without using maps?
Specifically because of server restrictions for this project I cannot use anything like Google maps.
I cannot use a database.
I only have access to PHP 4.39 and FTP.
Zip/postal codes are in a CSV ...
1
vote
3answers
1k views
How to get geolocation from a UK postal code
I have a PHP script at the moment which allows users to enter a UK postcode.
I was wondering if there was a way I could get their geolocation from the postcode they enter. (Through Google's API or ...
0
votes
1answer
909 views
show postal code/zip code bounds on google map
I would like to mark the outline (bounds) of a postal code on a map. With google maps API, I can send a postal code or address and get back log/lat, then place a icon on a map. Now I would like to ...
1
vote
1answer
499 views
Finding Closest Postcode of a Given Post Code
In my php application I want to get the nearest postal code of the given post code.
That means I enter a post code as 680721 I want to get the nearest post code of this from my database.
How can I do ...
1
vote
1answer
208 views
Search engine by distance
I am looking to make an option of my serach engine on my site so that users can search for items within a set distance, e.g. search items within 10 miles, or 20 miles etc. I was wondering how this ...
1
vote
1answer
928 views
using jquery to validate postal code based on country
Working on site where we currently accept US zip codes. I already have jquery validate working for that. What i want to do now is add a drop down for the user to select country, and then based on the ...
1
vote
3answers
140 views
How to get my regular expression to extract information, not just check
I have a regular expression for checking whether a string is zip/postal code or not. But I would really like to also to be able to extract that from a full address (or, if possible, any string).
Here ...
0
votes
1answer
505 views
Get postal code from geo location in Google Maps
Is it possible to find the nearest postal code using geo location search? Say, if I have lat/lng data to a house, can I get the postal code of said house using the Google Maps API?
0
votes
6answers
615 views
Parsing ZIP (Postal) code from US address with Java
The question is how do you detect 5 digits following each other in string. Ergo finding US postal code.
Side note: I'd like to use the code with GWT so there are limitations on regex and third party ...
2
votes
2answers
99 views
Mysql Subquery - Need to make a connection between two like queries in order to Count Occurrences of Postal Codes and Zip Codes
I'm having a bit of an issue figuring this out. I have two queries that I need to put together and no matter what I've tried I always end up with an error in mysql syntax. The two queries are below.
...
1
vote
0answers
339 views
International Postal Code Validation [duplicate]
Possible Duplicate:
What is the ultimate postal code and zip regex?
Is there a well-defined set of regexes for validating international postal codes? I have 52 different countries that I ...
1
vote
3answers
1k views
php extract UK postal code and validate it
I have some text blocks like
John+and+Co-Accountants-Hove-BN31GE-2959519
I need a function to extract the postcode "BN31GE". It may happen to not exist and have a text block without postcode so ...
0
votes
2answers
2k views
International Database for Zip/Postal Code to city/state|region/country? [closed]
Does anyone know of an international zipcode/postal code to city, state or region and country database? Free would be nice, but that seems unlikely.
(There are several questions regarding domestic US ...
3
votes
1answer
713 views
Best API to retrieve zip code by user input city name (US only)?
I have a city name field I am getting value from (i.e. randomly formatted), such as "NEW YORK", "new york" or "new-york" or "ny".
Having that field's value, I need to present user with a list of ...
4
votes
1answer
501 views
Postal Code model field shows up as State list in Admin
Not sure, but I think this may be a bug?
Here is my model:
class Property(models.Model):
Name = models.CharField(max_length=40)
Description = models.TextField(default="Description Not Available")
...
6
votes
7answers
10k views
Retrieving Postal Code with Google Maps Javascript API V3 Reverse Geocode
I'm trying to submit a query using the postal code to my DB whenever the googlemaps viewport center changes. I know that this can be done with reverse geocoding with something like:
...
1
vote
4answers
1k views
Postal Code error PayPal (PHP)
i want to integrate PayPal on my website with paypal integration wizard. I use PayPal API and expresscheckout.php, paypalfunctions.php generated by PayPal Integration Wizard. i wrote form to fill ...
0
votes
5answers
478 views
regex for matching german postal codes but not a
following string:
23434 5465434
58495 / 46949345
58495 - 46949345
58495 / 55643
d 44444 ssdfsdf
64784
45643 dfgh
58495/55643
48593/48309596
675643235
...
1
vote
2answers
2k views
US/UK/CA Postal Code validation in PHP
Im not so good with regex. Im looking to add a validation function that will return true/false if the string entered into it is a valid US, UK, or CA zip/postal code.
US: NNNNN
CA: LNL NLN
UK: Lots ...
3
votes
3answers
5k views
How to convert postal code to city name, is there an API available?
How to convert post code to city name, is there an API available?
0
votes
1answer
1k views
How to look up ZIP/Postal Code by City using Google Maps API?
How can I extract a Postal Code or ZIP of a place by giving Google Maps a city on the map?
Basically I'm looking for a free verification service for checking completed addresses for accurate ...
0
votes
3answers
627 views
What is the quickest way to validate a postal code as existing on the iPhone?
I have an iPhone application which accepts valid zip codes as input. The input can be quickly validated for format; I am looking for methods to validate whether it exists or not.
What is the most ...
5
votes
3answers
8k views
ZIP / Postal Code + Country to Geo Coordinates
What is the most complete, precise and reliable way to get the coordinates (latitude / longitude) of a given ZIP / Postal Code of a given country? I need to make a lot of requests, so a high API limit ...
2
votes
2answers
1k views
How to implement proximity search with postcode?
I have to use proximity search with postcode for Australia. Going through some links like
...
3
votes
1answer
1k views
WebRequest: How to find a postal code using a WebRequest against this ContentType=“application/xhtml+xml, text/xml, text/html; charset=utf-8”?
I first posted this: HttpWebRequest: How to find a postal code at Canada Post through a WebRequest with x-www-form-enclosed?.
Following AnthonyWJones suggestions, I changed my code following his ...
3
votes
2answers
1k views
HttpWebRequest: How to find a postal code at Canada Post through a WebRequest with x-www-form-enclosed?
I'm currently writing some tests so that I may improve my skills with the Internet interaction through Windows Forms. One of those tests is to find a postal code which should be returned by Canada ...
38
votes
11answers
10k views
Is there common street addresses database design for all addresses of the world?
I am a programmer and to be honest don't know street address structures of the world, just how in my country is structured :) so which is the best and common database design for storing street ...
12
votes
9answers
3k views
Is it a good idea to use an integer column for storing US ZIP codes in a database?
From first glance, it would appear I have two basic choices for storing ZIP codes in a database table:
Text (probably most common), i.e. char(5) or varchar(9) to support +4 extension
Numeric, i.e. ...
15
votes
9answers
27k views
Address validation using Google Maps 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 ...
24
votes
15answers
15k views
What is the ultimate postal code and zip regex?
I'm looking for the ultimate postal code and zip code regex. I'm looking for something that will cover most (hopefully all) of the world.
18
votes
8answers
12k views
I need to store postal codes in a database. How big should the column be?
I expect the column to be a VARCHAR2, in my Oracle Database.
US Zips are 9.
Canadian is 7.
I am thinking 32 characters would be reasonable upper limit
What am I missing?
30
votes
12answers
11k views
Best practices for storing postal addresses in a database (RDBMS)?
Are there any good references for best practices for storing postal addresses in an RDBMS? It seems there are lots of tradeoffs that can be made and lots of pros and cons to each to be evaluated -- ...
12
votes
3answers
3k views
Where can I get postal codes for all countries?
I once read about an open source database for postal codes with geolocation data but now I can't remember its name. Can someone help?
