Skip to content

Instantly share code, notes, and snippets.

@TheMapSmith
Last active February 18, 2016 08:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheMapSmith/1c9cc1c14d01a741e3bb to your computer and use it in GitHub Desktop.
Save TheMapSmith/1c9cc1c14d01a741e3bb to your computer and use it in GitHub Desktop.
Chicago Race Plans

Plan for replicating the Chicago race map

  • Download 2014 ACS 5y ancestry estimates (census tracts)✔
  • Knock out all non-livable areas out of the census tracts
    • Roadedge (Cook Co Open Data) <-- Stuck trying to simplify this file to be manageable
    • Parks (Cook) ✔
    • Non-residential land use (OSM) ✔
    • Non-residental OSM buildings (OSM) ✔
  • Massively simplify the resulting tracts

Option 1:

  • Create one random dot per each race in the tract
  • Create hulls around each race polygon
  • Try to extract some patterns from that

Option 2:

  • Identify the most common ancestry in the tract
  • Dissolve any adjacent tracts
  • Drop any tiny sliver tract fragments
  • Simplify some more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment