Tag Info

Hot answers tagged

4

Paid for EZ-Locate (TeleAtlas - owned by TomTom) http://www.geocode.com/index.cfm?module=download NAVmart (NavTeq owned by Nokia) http://www.navmart.com/geocoding.php http://www.navmart.com/geocoding_services.php Free Via Michelin (API and better coverage in Europe rather than globally) http://dev.viamichelin.com/ Geonames (good open-source - patchy ...


4

One of the biggest misconceptions GIS users have about ZIP codes is that they are a set of polygons that cover the United States--they are not. ZIP codes are a system used by the Postal Service for sorting mail before delivery, and nothing more. If an address receives enough mail, the USPS will just assign them a ZIP code to improve sorting efficiency. Many ...


4

You need census data, the spatial files for postal code geography (census tacts, dissemination areas ..... some form of spatial parameter) and you should read up on the Cluster Analysis Tool in ArcGIS. The database containing the the census data includes household income, family size, etc, etc (most of the data you will need). The cluster analysis will ...


3

I am sorry I dont know of any specific algorithm, but I could find some links which might be helpful. Purchasing Power in Europe A New Method for Classifying Customer Purchasing Power Doubly Truncated ARMA-GARCH Model and MCMC Algorithms Hope it helps... Cheers!


3

Try using Bing Geocoder, I believe they do UK, so you should be able to look up the coordinates of the zip code and in the results you will see the cities that correspond globally to that zip code... P.S., Don't use google geocoder for UK, it doesn't work properly from personal experience.


3

Before going to WMS I would ask yourself why you need to load all 20,000 points. Are your users able to meaningfully visualize that many points? Would you be better served displaying density of points until a specified zoom has been achieved? After that - the other answers are your best bet. Use a WMS for that much data. Edit for comment You could ...


2

The US Census Bureau derives approximate boundaries for ZIP codes based on the addresses contained within them, called ZIP Code Tabulation Areas (ZCTAs). They publish relationship files that describe how their ZCTAs map to various other geographies. If you examine the ZCTA to Place relationship file you can see how they map to cities and towns. You can ...


2

There really isn't a way to tell this; since there is not a ZipCode boundary shape that is defined by the USPS. ZipCodes are defined by a bounding box of Streets delivered to by carriers from a particular distribution center. So you would need to take the USPS AIS data and extract by ZipCodes the streets that are delivered by a given Post Office, then Join ...


2

Mapsdata and other similar services allow you to load up Postcode and attribute data in .xls or .csv format for free and then view it on a map if that's the end product that you're looking for. Here's a wiki description of how the postal code system works using the first or first and secondary alpha characters. It's regional specific and not city, ie PH ...


2

Thanks to Aragon but I found a simpler solution. I ended up using the dissolve function in QGIS. I didn't realise it was possible to do this based on a grouping value. It took a long time to process but got the job done with minimal effort. Definitely a case where learning the correct terminology probably would have gotten me to the answer faster. As a side ...


1

Ultimately you are still having the client load an enormous kml file with that many features. Cached WMS is your best bet. This article will show you how to set up geoserver in AWS, (assuming you will be deploying outside your network). AWS gives new users 1 year free with a micro instance. Similarly you could sign up for a free openshift account and ...


1

Someone has done it using various royalty and copyright free sources of data - see http://random.dev.openstreetmap.org/postcodes/. In my view the best is the Code-Point Opendata as it comes straight from Royal Mail. I don't think it's quite the same as the actual Royal Mail files but it's probably accurate enough. The files don't seem to be available so you ...


1

To construct a purchasing power variable, call it PPP_zip, for USA zipcode areas, the key variables could be as follows: CPI_Metro, Consumer Price Index by Metro area, source BLS Income_USA, Median income USA, source Census Income_zip, Median income by zipcode, source Census Home_Zip, Zipcode home property values Home_Metro, Metro area home property values ...


1

Depending on which country you are in there may be census microdata available (e.g. PUMS in US, SARs in UK, Canada has some too I think). You may need to find some finance data too and do a statistical merge to get the variables you need. Then you can look at microsimulation methods to estimate the population at post code level (see ...


1

You'd need something like an experian data cd, which are insanely expensive, about demographics, which you'd then have to query into the data you required. As I said, it is very expensive data. I used to design drive time polygons which would be used to query this data, in order shops could be better located according to who they were after tapping into. ...


1

I asked a question recently, trying to achieve the opposite (had city, country wanted lat/long). I used this free database. It won't give you postcodes (so it's not really an answer), but it does give you city and country, if that is useful.



Only top voted, non community-wiki answers of a minimum length are eligible