https://github.com/pjsier/dnainfo_neighborhoods
Looking at data from DNAInfo Chicago's neighborhood mapping survey
https://github.com/pjsier/dnainfo_neighborhoods
Last synced: 8 months ago
JSON representation
Looking at data from DNAInfo Chicago's neighborhood mapping survey
- Host: GitHub
- URL: https://github.com/pjsier/dnainfo_neighborhoods
- Owner: pjsier
- License: mit
- Created: 2016-05-14T22:21:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-09T11:29:18.000Z (almost 10 years ago)
- Last Synced: 2025-06-11T23:05:34.772Z (about 1 year ago)
- Language: Jupyter Notebook
- Homepage: https://pjsier.github.io/dnainfo_neighborhoods/
- Size: 2.38 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DNAInfo Neighborhood Mapping Analysis
DNAInfo recently asked Chicagoans to draw what they thought were the boundaries
of their neighborhood: [This is Where Chicagoans Say The Borders of Their Neighborhoods Are](https://www.dnainfo.com/chicago/20150928/loop/this-is-where-chicagoans-say-borders-of-their-neighborhoods-are)
Currently the Python script pulls the TopoJSON and GeoJSON from DNAInfo's site,
to make it possible to analyze which neighborhoods have the most responses, as well
as which neighborhoods have the most and least agreement on their boundaries, and
what the characteristics of their neighborhood are.
All drawn neighborhood polygons are combined in `dna_neighborhoods.geojson`, with
the `neighborhood` property listing each polygon's respective neighborhood.
### Requirements
Must have `wget` installed. If you're using a Mac, you can use Homebrew to install
it with `brew install wget`.
To run the visualization locally, you'll need Jekyll, then run `jekyll serve` and
the site will be accessible at localhost:4000/dnainfo_neighborhoods
All information comes from [DNAInfo Chicago](https://www.dnainfo.com/chicago/)