Skip to content

Commit

Permalink
adds standardized census level configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jspeis committed Mar 8, 2018
1 parent fc26d06 commit e018a74
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/acs_levels.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"state": {"schema": "shapes2017", "table": "states", "id": "geoid", "parent": "state", "columns": ["name", "geoid"]},
"county": {"schema": "shapes2017", "table": "counties", "id": "geoid", "parent": "state", "columns": ["name", "geoid"], "nameColumn": "namelsad"},
"place": {"schema": "shapes2017", "table": "places", "id": "geoid", "parent": "county", "columns": ["name", "geoid"]},
"tract": {"schema": "shapes2017", "table": "tracts", "id": "geoid", "parent": "county", "columns": ["name", "geoid"], "nameColumn": "namelsad"},
"msa": {"schema": "shapes2017", "table": "msas", "id": "geoid", "parent": "state", "columns": ["name", "geoid"]},
"puma": {"schema": "shapes2017", "table": "pumas", "id": "geoid", "parent": "state", "columns": ["name", "geoid"], "nameColumn": "namelsad10"}
}

0 comments on commit e018a74

Please sign in to comment.