Open kbmorales opened 4 years ago
Sourcing a free, up to date zip code list may be more difficult than anticipated. See for example https://github.com/DataKind-DC/CARES/blob/5238db70941040db7ed49c8f957b605a18e4a5ab/code/data_dictionary.R#L48 for an attempt to use a list from simplemaps.com which might in fact just be based on the rather old ZCTA list from Census.
I've done geospatial "spot-checks" to see if points lie within the right areas (for example, administrative division with GADM shapefiles ). If other quality shapefiles exist we can overlay them, maybe this one for zip
Edit: To clarify, we could use this data to cross-check zip codes that a) they exist and are in the correct b) State and c) County
posted by @JohnMcCambridge