The alternatives that the author suggests are much more complicated, both in terms of the implementation and in terms of convincing the user to give you their full address.
Stop using zip codes for geospatial analysis (2019)
41–50 of 134 posts
Re: Stop using zip codes for geospatial analysis (2019)
#42ZIP codes are an emergent property of the mail delivery system. While the author might consider this a bad thing, this makes them "good enough" on multiple axes in practice. They tend to be: - Well-known (everybody knows their zip code) - Easily extracted (they're part of every address, no geocoding required) - Uniform-enough (not perfect, but in most cases close) - Granular-enough - Contiguous-enough by travel time…
Re: Stop using zip codes for geospatial analysis (2019)
#43ZIP codes are an emergent property of the mail delivery system. While the author might consider this a bad thing, this makes them "good enough" on multiple axes in practice. They tend to be: - Well-known (everybody knows their zip code) - Easily extracted (they're part of every address, no geocoding required) - Uniform-enough (not perfect, but in most cases close) - Granular-enough - Contiguous-enough by travel time…
The functionality of it is closer to the "Zip+4" with extension used to have a more granular routing of physical mail for USPS.
https://www.canadapost-postescanada.ca/cpc/en/support/articl...
Re: Stop using zip codes for geospatial analysis (2019)
#44Re: Stop using zip codes for geospatial analysis (2019)
#45Re: Stop using zip codes for geospatial analysis (2019)
#46Re: Stop using zip codes for geospatial analysis (2019)
#47http://federalgovernmentzipcodes.us/free-zipcode-database-Pr...
Re: Stop using zip codes for geospatial analysis (2019)
#48Which is derived from longitude and latitude..
Re: Stop using zip codes for geospatial analysis (2019)
#49Re: Stop using zip codes for geospatial analysis (2019)
#50H3 is awesome here! What I don't think many people realize is that H3 cells and normal geographic data (like zips) are not mutually exclusive. You can take zip outlines, and find all the h3 cells within them and allocate your metric accordingly (population, income, etc). This makes joining disparate data sources quite easy. And this also lets you do all sorts of cool stuff like aggregations, smoothing, flow modeling,…