Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sumlevels 252 and 254 to SUMLEV_NAMES #52

Merged
merged 1 commit into from
Aug 23, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion census_extractomatic/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,10 @@
"160": {"name": "place", "plural": "places", "tiger_table": "place"},
"170": {"name": "consolidated city", "plural": "consolidated cities", "tiger_table": "concity"},
"230": {"name": "Alaska native regional corporation", "plural": "Alaska native regional corporations", "tiger_table": "anrc"},
"250": {"name": "native area", "plural": "native areas", "tiger_table": "aiannh"},
"250": {"name": "native area", "plural": "native areas", "tiger_table": "aiannh250"},
"251": {"name": "tribal subdivision", "plural": "tribal subdivisions", "tiger_table": "aits"},
"252": {"name": "native area (reservation)", "plural": "native areas (reservation)", "tiger_table": "aiannh252"},
"254": {"name": "native area (off-trust land)", "plural": "native areas (off-trust land)", "tiger_table": "aiannh254"},
"256": {"name": "tribal census tract", "plural": "tribal census tracts", "tiger_table": "ttract"},
"300": {"name": "MSA", "plural": "MSAs", "tiger_table": "metdiv"},
"310": {"name": "CBSA", "plural": "CBSAs", "tiger_table": "cbsa"},
Expand Down