zipcode Questions
3
Solved
What is the correct column type for holding ZipCode values in PostgreSQL database?
Lur asked 24/3, 2011 at 14:46
2
Solved
I need to populate some data based on the zipcode of the user visiting the site.
Could somebody tell me how to retrieve the zipcode of the location of that user?
I am using AngularJS on my app.
...
Lilylilyan asked 18/8, 2014 at 0:1
3
Solved
Is there any way to get zip-code of the current user location from location or lat or long.
If so how?
1
I want to create a matrix for around 200 zipcodes and neighboring zipcodes that touch those zipcodes. The matrix would be 200*200 with 1's for the cells in which the two zipcodes touch and 0 when t...
4
I've been using the zipcode information from here:
http://www.census.gov/geo/maps-data/data/gazetteer2010.html
in my mySQL database but I've noticed that it's missing quite a few zipcodes
...
1
Are there any good Webservices apart from Google one which can find me the distance between two Zip Codes?
I have
http://maps.googleapis.com/maps/api/distancematrix/json?origins=95050&...
Bacolod asked 18/6, 2013 at 3:47
4
Solved
I need an API to give me the zip code of a location when someone enters a location like Los Angeles, California. I have seen many APIs that give you the details by the zip code, but I need th...
2
Solved
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">
Your ...
Bolognese asked 24/5, 2013 at 2:56
7
Solved
What's the best api/resource to get a zip +4 from an address?
I don't want something that needs to be downloaded and updated from time to time; I want one that's updated automagically.
The goal i...
Vaudevillian asked 8/5, 2010 at 1:13
1
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 ...
Tentation asked 2/5, 2013 at 21:6
5
Solved
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 be...
1
Solved
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 Goo...
Stillman asked 3/4, 2013 at 18:16
3
Solved
I need to find the city and state from a zip code. Does anyone know a good plugin/API that I can use to do this?
1
Solved
I wonder if there is a way to use zipcode instead of Lat and Lng, using this snippet or using Geocoding Requests.
<script type="text/javascript">
function initialize() {
var latlng = new ...
Alliterative asked 21/6, 2012 at 22:33
3
Solved
I have a database that has a list of zip codes which has latitude, longitude, state, city, state fips code, time zone, etc. I'd like to extend this and write either a C# function or TSQL (SQL Serve...
6
Solved
I am trying to normalize an address.
The diagram below shows the relevant tables for this question I believe. I want to know how ZipCodes should be integrated into the model. This would be for in...
Pruritus asked 3/4, 2011 at 15:57
3
Solved
I have a database of many tens of thousands of events that occurred at specific geographic locations within the United States. The data include x,y coordinates for each event, encoded using the NAD...
Boxcar asked 7/1, 2012 at 2:35
3
Solved
I would like to get the zip code of the current location in android device for my app,any example or snippet on locating it. I have tried geocoder it gives lat & long position only.
4
Solved
I have a website where users start by entering their zipcode.
I have a table with different shops which also contain the zip codes belonging to the shops.
Is it possible to get the zip codes with...
Furfuraceous asked 30/7, 2011 at 18:9
2
If I have a pointer to a function and I give that to another (Unrelated/Child) Executable, how can I call that function without making a segfault?
At the moment I can create a function and assign ...
Peavey asked 7/7, 2011 at 20:58
2
Solved
I have a spreadsheet of addresses and I need to calculate the distance between all of their zip codes and my zip code. I'm fairly flexible on the method used, but I'm hoping for some sort of webser...
3
Solved
I have found many calculations here and some php examples and most are just over my head.
I found this example:
SELECT b.zip_code, b.state,
(3956 * (2 * ASIN(SQRT(
POWER(SIN(((a.lat-b.lat)*0.01...
Virtual asked 28/2, 2011 at 16:1
3
Solved
I have a location (latitude & longitude). How can I get a list of zipcodes that are either partially or fully within the 10 mile radius of my location?
The solution could be a call to a well k...
Danieldaniela asked 16/11, 2010 at 0:23
1
Solved
I have a database of cities (in both the US and the rest of the world).
The database entries are simple text strings.
Currently the database contains even small cities (population 10,000).
I wish ...
Buchmanism asked 25/4, 2010 at 12:58
8
Solved
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 a...
© 2022 - 2024 — McMap. All rights reserved.