Skip to content

Commit

Permalink
Merge pull request #52 from censusreporter/fix-sumlevel-250
Browse files Browse the repository at this point in the history
Add sumlevels 252 and 254 to SUMLEV_NAMES
  • Loading branch information
JoeGermuska authored Aug 23, 2016
2 parents 21e95dc + 2e39135 commit 4f2d40e
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit 4f2d40e

Please sign in to comment.