You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The data is originally from http://federalgovernmentzipcodes.us/, last updated on ``2012-01-22``.
2
+
3
+
About the data fields:
4
+
5
+
- Updated often, but not regularly.
6
+
- 81,831 rows of data.
7
+
- All 41,891 active zipcodes + 634 decommisioned zipcodes from the recent past.
8
+
All 80673 active Primary(41885), Acceptable(13988), and Not Acceptable(24800) placenames. Some additonal- placenames for decommisioned codes.
9
+
- 29,971 Standard, 9465 PO BOX, 2437 Unique, and 649 Military codes.
10
+
- 50 States +
11
+
- 361 AA Military - Americas
12
+
- 38 AE Military - Europe
13
+
- 164 AP Military - Pacific
14
+
- 1 AS American Samoa
15
+
- 290 DC Washinton DC
16
+
- 4 FM Federated States Micronesia
17
+
- 13 GU Guam
18
+
- 2 MH Marshall Islands
19
+
- 3 MP Northern Mariana Islands
20
+
- 176 PR Puerto Rico
21
+
- 2 PW Palau
22
+
- 16 VI Virgin Islands
23
+
24
+
Sources:
25
+
26
+
- Current zipcodes, placenames, zipcode type(Standard, PO, Unique, Military), placename type (Primary, Acceptable, Not Acceptable): USPS
27
+
- Military placenames (base or ship name): MPSA 2008 Election Ballot information
28
+
- Tax returns filed, estimated population, total wages: IRS 2008
29
+
- Latitude and Longitude; National Weather Service supplemented by Google Earth and Maps and occasionally other sources
30
+
- Decommisioned zipcodes, Our old database--usually quality sources, but not verifiable.
31
+
32
+
Other Sources of zipcode information:
33
+
34
+
- Placenames (Cities, towns, geographic features) can be found at US Geological Survey GNIS Dataset
35
+
- The IRS has additional data fields for 2008 and is reviewing their publication procedures for later years. see http://www.irs.gov/taxstats/indtaxstats/article/0,,id=96947,00.html
36
+
- The Census publishes data, but they use Zipcode Tabulation Areas (ZCTAs) which 1) have changed areas between the 2000 census and the 2010 census 2) do not map well to USPS zipcodes well. If needed http://www.census.gov/geo/ZCTA/zcta.html
37
+
- Social Security recipients by zipcode http://www.ssa.gov/policy/docs/statcomps/oasdi_zip/
38
+
- For economic researchers and those who want tons of background on data sources by zipcode, University of Missouri OSEDA project
``uszipcode`` is the most powerful and easy to use zipcode information searchengine in Python. Besides geometry data (also boundary info), several useful census data points are also served: `population`, `population density`, `total wage`, `average annual wage`, `house of units`, `land area`, `water area`. The geometry and geocoding data I am using is from google map API on Oct 2015. To know more about the data, `click here <http://www.wbh-doc.com.s3.amazonaws.com/uszipcode/uszipcode/data/__init__.html#module-uszipcode.data>`_. `Another pupolar zipcode Python extension <https://pypi.python.org/pypi/zipcode>`_ has lat, lng accuracy issue, which doesn't give me reliable results of searching by coordinate and radius.
5
4
6
5
**Highlight**:
@@ -11,7 +10,7 @@ Welcome to the uszipcode Documentation
0 commit comments