Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make map of convictions by community area #48

Closed
3 tasks
ghing opened this issue Aug 1, 2014 · 1 comment
Closed
3 tasks

Make map of convictions by community area #48

ghing opened this issue Aug 1, 2014 · 1 comment
Assignees

Comments

@ghing
Copy link
Contributor

ghing commented Aug 1, 2014

  • Export geoJSON of community area
  • Leaflet map to show community area
  • Integrate map into Tarbell site

See https://docs.djangoproject.com/en/dev/ref/contrib/gis/geos/ for helpers to export geoJSON coordinates.

@ghing ghing self-assigned this Aug 1, 2014
ghing added a commit to ghing/cook-convictions-data that referenced this issue Aug 2, 2014
Add a management command and some custom manager and queryset
methods for exporting Community Area GeoJSON.

Adds a dependency on django-geojson, though we only use their
serializer class.

Addresses sc3/cook-convictions#48
ghing added a commit that referenced this issue Aug 4, 2014
Implement scaffolding of Leaflet-based map of Chicago Community
Areas.

Add GeoJSON file of Community Area geographies, population and
some conviction counts.

Implement Backbone models and collections that handle GeoJSON.

Add Jasmine-based tests for Backbone code.

Add a stylesheet, viz.css for styles related to visualization
elements.

Add new stylesheet, dependencies and initialization JavaScript
to index.html.

Update .gitignore so git ignores vim swap files.

Addresses #48
ghing added a commit that referenced this issue Aug 5, 2014
Update Community Area GeoJSON so it includes number of convictions
and convictions per-capita.

Add view options to configure choropleth "bins".

Add view for legend.

Addresses #48
ghing added a commit that referenced this issue Aug 6, 2014
Wrap data structures of bins that shade the map features and draw
the legend in classes to hide implementation details from code
that uses them.

Addresses #48
ghing added a commit to ghing/cook-convictions-data that referenced this issue Aug 10, 2014
Add a management command and some custom manager and queryset
methods for exporting Community Area GeoJSON.

Adds a dependency on django-geojson, though we only use their
serializer class.

Addresses sc3/cook-convictions#48
@ghing
Copy link
Contributor Author

ghing commented Aug 20, 2014

This is done. Further refinement is reflected in #57 and #55

@ghing ghing closed this as completed Aug 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant