Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@TheMapSmith
TheMapSmith / chicago-race-plans.md
Last active February 18, 2016 08:55
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
@springmeyer
springmeyer / install-mapnik-amazon-ami.sh
Last active January 6, 2024 15:06
Mapnik on Amazon Linux AMI (Fedora)
# http://aws.amazon.com/amazon-linux-ami/
# http://aws.amazon.com/amazon-linux-ami/faqs/
# Boot up a machine with at least 1.5 to 2 GB Ram
# login
chmod 600 key.pem
ssh -i key.pem ec2-user@ec2...compute.amazonaws.com
# update