ZIP codes are a system of postal codes used by the United States Postal Service (USPS) since 1963.

learn more… | top users | synonyms

0
votes
0answers
14 views

Find the distance between two Zip Code using Webservices?

Are there any good Webservices apart from Google one which can find me the distance between two Zip Codes? I have ...
0
votes
0answers
20 views

jQuery quicksearch - How to find nearest number of search term?

I'm using jQuery with QuickSearch plugin. This works fine. Problem: I have multiple divs with postalcode (zipcode) data [ex. 01620, 12044, 00230]. Is it possible to search nearest number? Example: ...
2
votes
2answers
33 views

Is this the best way to get a bounded, random result, uniformly distributed over a column value?

I have a need to take a bounded random user sample that is uniformly distributed across the US geography. I am wondering if the following approach is reasonable to achieve my goal in Oracle 11g, ...
1
vote
1answer
29 views

ruby excel to csv adding .0 to zipcodes

I'm using ruby to convert excel files to csv files. Here is the function I have written to do so: #!/usr/bin/ruby require 'CSV' require 'roo' def xls_to_csv(file,temp_filename) if file =~ ...
2
votes
4answers
98 views

How to convert city or state name to zipcode

How can I convert city or state name to postal code in javascript or angularjs using Geocoder API or some other way? From the user input I want to convert it.
0
votes
2answers
95 views

How to get Zip code or postal code by using geolocation api in angularjs

I am using geolocation api in angularjs .like this example: http://jsfiddle.net/LyD4Q/4/ HTML <div ng-app> <div ng-controller="GeoTestCtrl"> <div ng-hide="supportsGeo"> ...
0
votes
1answer
96 views

How to get parcel or zipcode boundaries for display in map?

I want to add a boundary to a specified parcel of land so that it stands out in the map with a colored outline/border. In google maps, this is done using the polygon functionality if you know that ...
-1
votes
1answer
58 views

Is there any free zip-codes plugin to Excel? [closed]

I have about 30,000 zip codes, and i need to extract states. I tried CDXZipCode Trial, but it works only for 1,000 entries. Is there any good freeware?
0
votes
0answers
54 views

Is it possible to send a zip code to maps V3 API to return a map centered on that zip code?

I need to display a map on a web page - I have the user's address info, but for security purposes I need the map to be centered on the centroid point of their zip code or city, not their specific ...
0
votes
1answer
50 views

ActiveSupport::TimeZone not recognized in Rspec tests

I am using ActiveSupport::TimeZone to set the time zone on a location based on the zip code. def set_time_zone self.time_zone = ActiveSupport::TimeZone.find_by_zipcode(self.zip) end This works ...
0
votes
3answers
49 views

GoogleMaps addlistener zip popup?

Alright, this has been a problem for me for 3 days, javascript closures are just not my strong suit. I have a google map which I've applied an overlay with a series of clickable polygons. I want a ...
1
vote
1answer
45 views

Zip-Centroid geo-coding: is there a zip+4 centroid

There is geo-coding by zip-code centroid, but is there a zip+4 centroid which would be more granular yet not quite street-address granularity?
0
votes
0answers
52 views

User zipcode and user mobile phone

I am trying to get user zipcode and user mobile phone from Graph API. But i can't get it in my response object even if i put "user_mobile_phone" and "user_address" in my scope. Below is my code: ...
0
votes
1answer
750 views

jQuery validation plugin: accept only US, Canada and Mexic zip code?

I'd like to use jQuery validation plugin to validate a zip code field that accept only US, Canadian or Mexican zip code format, but there doesn't seem to be a defined rule for it. I've searched Google ...
1
vote
1answer
36 views

zip code validation in as2

I'm trying to validate zip code entries in an input text box. So far I was able to have it return true if 5 digits are entered. But in some cases where an invalid zip like 00000 is entered, it still ...
0
votes
1answer
77 views

Microsoft Access 2010 query yeilds no results

I am trying to scale down a data set by zip code (which is one of my fields) through a query. I have tried using a the critera syntax for range and also for inclusive zip codes. Example: Range: ...
0
votes
2answers
31 views

Using pytz to associate zipcode of US with their UTC Offset and related DST offset

Task: Given every zipcode of locations in US, I need to get the exact utf_timeoffset and exact dst(daytime savings offset), but I can ignore zip_code belonging to AP/FPO/DPO. I need take into account ...
0
votes
1answer
142 views

Time zone based on Zip code (not state)

Ok people, I am here with what i assume to be a simple logic problem. I'll show you my code first (at least all i think you need) and then explain the problem. Function GetTimeZone(ByVal state As ...
0
votes
2answers
285 views

Finding the accurate location of a given IP address within 50miles

In my page I used a functionality of finding Geolocation of a given IP address. This returns result of particular location with zipcode. But this zipcode is not accurate one. The difference of the ...
1
vote
1answer
276 views

How can i get the latitude and longitude values using zipcode in ios5?

I used http://maps.google.com/maps/geo?output=csv&q=ZIPCODE this url to get the latitude and longitude from zipcode..but im getting wrong latitude and longitude values.Is there any other ...
0
votes
1answer
170 views

PHP - zipcode distance function converting distance to miles

I've found some code on here to mathematically find the distance between two zipcodes. I'm using the Google geocode api to get the long and lat from each zipcode. Everything works fine but I'm ...
1
vote
1answer
212 views

geolocation without requesting permission

Ive noticed that modern html5 based geolocation always asks the user "do you want to share your location with this website?". Which is fine, but I know there are other routes of trying to determine a ...
0
votes
0answers
136 views

Is it possible to find out the latitude and longitude values using zip code in iphone?

In my application when user enters the zip code then i need to drop the pin using latitude and longitude values.Can any one help me how can i get the latitude and longitude values using zip code? ...
-1
votes
2answers
237 views

Looking for webservice zipcode validation

I'm searching for a webservice that will validate entered Zipcode and in return also gives city name etc. for both US and EU. I've found geonames.org and it looks perfect. But there zipcodes for the ...
-1
votes
1answer
113 views

regex php parse zip code and remove from string

I have an app where I am parsing addresses and have been trying to implement the following regex expression to grab a US zip code from an address. once I grab it, I want to remove the zip code from ...
1
vote
2answers
165 views

Position zip code label correctly in google maps

I am drawing a list of zip code areas in google maps and I am trying to write a label with the zip code over the area. I can do this just fine, except that I am using the centriod of the area to ...
1
vote
1answer
95 views

Rails, all zipcodes within distance from zipcode

I'm trying to find out: given a zipcode, what are all the zipcodes within an X-mile radius of that zipcode. I've found a few solutions, which I've posted below, but I want to know if there are any ...
2
votes
1answer
81 views

MySQL query field with range

I've bought a zipcode database which stored all addresses' streetnumber in a sequence like this: ...
1
vote
0answers
291 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
1answer
150 views

How to validate that zip code enter by user is correct US zipcode in iOS app

I have validated UITextfield to enter numbers only as well as limited to 5 digits. But how can i check whether the entered 5 digit code is a valid US zip code or not? Can someone provide a code/sample ...
0
votes
2answers
71 views

Is there any way around to get Zip & address using latitude and longitude in windows phone 7.1 ?

I have used Bing Maps key reversegeocode for getting address & I am getting the desired result also but it needs bing key that expires in 90 days.So its not better method to use. I have also ...
0
votes
2answers
103 views

how to select zip codes in specific area/range?

I have a customer that requires that a user can add his/her zip code, then an administrator can select users in specific area range for example: user - zip code 1 - 24533 2 - 56924 3 - ...
0
votes
2answers
201 views

Need help finding KML data for specific ZIP code

I'm making a heat map using New Jersey ZIP codes, but the geometry information I'm using is incorrect for two ZIP codes. Does anyone know where I can go to get the KML information for these two ...
-1
votes
2answers
124 views

A street with two zip codes [closed]

Is that a google maps issue? or a street can have more than a zip code? It's a little bit tricky because the google maps api has the same ambiguity. And since I use the formatted address, it ...
-1
votes
1answer
126 views

Java zipcode program [closed]

I have a home work. I was asked to make a program that will get zipcode from a user input. Then I'm gonna use the first digit only to determine the location. My instructor told me that the data type ...
2
votes
1answer
292 views

How to find the zip code corresponding to a latitude / longitude

How to find the zip code corresponding to a latitude / longitude? What tools are available to fetch this information?
0
votes
0answers
59 views

Create .txt file of zip codes and polygon points

I need to create a .txt file of zip codes and polygon points in the following form: ID 14013 -78.429096 43.130012 -78.410877 43.130643 . (the remaining polygon points for this zip code) . . . ID ...
0
votes
1answer
135 views

Google Maps and US Zip Codes [closed]

I need to generate a link that opens up Google Maps and identifies an area based on a US Zip Code in the query string, preferably like below: I tried to do it using this query string: ...
0
votes
1answer
97 views

Problems with ZipCode Database Project

I saw mentions on here of the ZipCode database project for computing distance between two zipcodes. I was able to upload the csv file successfully to my database using Django and sqlite3. However, now ...
0
votes
0answers
99 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
0answers
170 views

choropleth of states with zips of counties?

I'm trying to make choropleth map with a bunch of different codes. my problem is that I have longitude, latitude and zipcode. So many zipcodes combine to 1 state. What I want to show is how often is a ...
0
votes
1answer
175 views

how do I map (on a geographical map) data in R just given the US Zipcodes

for a school project I have to map some data on a geographical map in R. Therefore I've got some data containing the zipcode and many other information (just no more information on the state, county ...
-1
votes
1answer
158 views

Get zipcodes within N miles java client

Goal... Given a Zip code and a number of miles... get all zip codes within N miles. Found one utility here in .NET: http://www.codeproject.com/Articles/9198/ZIP-Code-Utility Found another utility in ...
1
vote
2answers
93 views

Find location by inputting a zipcode on an iPhone application

I hope someone can help or at least point me in the right direction. I'm currently building an iPhone application that requires the input of a zip code to find a location. For example - if the user ...
1
vote
2answers
482 views

How To Load jQuery JSON using onLoad. Obtaining City & State from Zipcode On Form?

I am by no means an expert coder and have been struggling with this all day. I am trying to autofill the city and state based on the zip code in my website's contact form. I have found a nice jQuery ...
0
votes
1answer
57 views

Zip code/addresses repository

Where can I find a zipcode/addresses or country repository ? I need it in order to make some comparisons with my existing data. Is there any free or do you have any opinion how to achieve that ? ...
-1
votes
2answers
292 views

How to display different pages based upon form input value (ie: zip code)? jQuery or .PHP

Is there a jQuery, javascript, or .php script that would allow me to display different pages based upon a list of zip codes? For example, if the user enters a zip code within a list of 'valid' zips ...
0
votes
1answer
175 views

Is there any API for fetching State and District values when the zipcode is entered?

I am looking for an API, that can prefill the State and District values in a form, when the Zipcode is entered. I came across this API but that is specifically for US only. It fetches the State and ...
5
votes
1answer
5k views

Make Zip code boundaries in Google Map API

I have seen all the responses to a similar question, however, they are all either old, or no one has answered them. I have been given the task to obtain zip codes and display their corresponding ...
0
votes
2answers
132 views

Optimized user database search based on distance

Sorry if this was already answered (I'm sure someone will throw links at me if it has). I thought a similar question a while back, but I can't find it now. So, for the question: I'm constructing a ...

1 2 3 4