2
votes
3answers
50 views
php Input field coming across as Integer
EDIT 2:
After writing up an incredibly long explanation in more detail I, of course, discovered my problem and it had nothing to do with the question I asked.
It was caused because I was creating a …
1
vote
2answers
40 views
Using Linq to Sql to find ZipCodes within Radius distance
I have a database table of zipcodes with their Lat/Longs. I'm trying to find some code that shows a query that takes a zipcode and x miles and then return set of results that include all the zipcodes …
0
votes
2answers
60 views
Travel Time Between Zip codes
Hi All
Hope someone can advice but looking for an API service that can provide traveling times between 2 zip codes. These would be driving time. Cant seem to find a service for such a thing.
Can …
0
votes
2answers
48 views
Script for the USPS
Hello,
I am trying to write a script that does a zip code look up at the USPS.
URL="http://zip4.usps.com/zip4/citytown_zip.jsp". The data gets submitted by POST is:
…
1
vote
1answer
49 views
US ZIP Code in center between 2 ZIP codes?
How could I determine the closest 'center' ZIP code between two given US ZIP Codes?
0
votes
3answers
174 views
Mysql Datatype for US Zip (Postal Codes)
I am writing a web application, that is US specific, so the format that other countries use for postal codes are not important. I have a list of us zip codes that i am trying to load into a database …
2
votes
7answers
499 views
Plotting color map with zip codes in R or Python
I have some US demographic and firmographic data.
I would like to plot zipcode areas in a state or a smaller region (e.g. city). Each area would be annotated by color and/or text specific to that …
0
votes
6answers
145 views
How do you figure out what the neighboring zipcodes are?
I have a situation that's similar to what goes on in a job search engine where you type in the zipcode where you're searching for a job and the app returns jobs in that zipcode as well as in zipcodes …
0
votes
2answers
83 views
counting duplicate entries in Data base
I want to count the amount of times that a zip code is entered into a database. I'm not sure if I am using the right function or not. Also eventually I need to separate the zip codes by the year they …
1
vote
3answers
325 views
Adding a search by zip code in a custom Google map
Hello,
First I would like to say that I am new to this site, never worked with Google Maps API and have an intermediate knowledge of JavaScript.
What I have done:
I put together a custom 'store …
0
votes
1answer
145 views
Where is a commercially usable dataset of temperature by zipcode by month?
Lots of web sites offer this data (see http://www.google.com/search?hl=en&q="average+temperature"+by+zip+code) but I don't see the dataset they are using.
I looked at the national weather service …
3
votes
4answers
1k views
How to lookup a zipcode from a GPS coordinate?
Say I have a web service API that accepts a zipcode as a parameter, but I only have access to a GPS coordinate (latitude, longitude). How can I dynamically lookup the zipcode that the coordinate …
0
votes
1answer
109 views
Zipcodes and zones in google maps
Hi,
Is it possible to make zones in google maps, when provided with the zipcodes?
If it is possible I would really like some links to information about it :)
2
votes
4answers
153 views
Zipcode based search
I want to make a geographical search using US city and state or zip-code and corresponding results will be viewed. In the search we have to mention the radius distance. For example:
i would like to …
1
vote
6answers
734 views
writing a javascript zip code validation function
i would like to write a javascript function that validates a zip code, by checking if the zip code actually exists. Here is a list of all zip codes:
http://www.census.gov/tiger/tms/gazetteer/zips.txt …
