https://github.com/datamade/second-city-zoning
π 2nd City Zoning is an interactive map that lets you find out how your building is zoned, learn where to locate your business and explore zoning patterns throughout Chicago
https://github.com/datamade/second-city-zoning
chicago city-zoning javascript
Last synced: 6 days ago
JSON representation
π 2nd City Zoning is an interactive map that lets you find out how your building is zoned, learn where to locate your business and explore zoning patterns throughout Chicago
- Host: GitHub
- URL: https://github.com/datamade/second-city-zoning
- Owner: datamade
- License: other
- Created: 2012-08-14T22:32:35.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2025-03-27T20:11:21.000Z (19 days ago)
- Last Synced: 2025-04-02T07:53:33.674Z (14 days ago)
- Topics: chicago, city-zoning, javascript
- Language: HTML
- Homepage: https://secondcityzoning.org
- Size: 82 MB
- Stars: 50
- Watchers: 6
- Forks: 23
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - datamade/second-city-zoning - π 2nd City Zoning is an interactive map that lets you find out how your building is zoned, learn where to locate your business and explore zoning patterns throughout Chicago (HTML)
README

# 2nd City Zoning
2nd City Zoning is an interactive map that lets you:
- find out **how your building is zoned**
- learn **where to locate your business**
- explore **zoning patterns** throughout the cityTo make Chicagoβs zoning code digestible by humans, we took inspiration
from one of our favorite games: [Sim City 2000](http://en.wikipedia.org/wiki/SimCity_2000). It started with the color scheme and from there we got a little carried away. Graphics, sounds, music, oh my.2nd City Zoning is entirely [open
source](http://secondcityzoning.org/about#code) and built with [open data](http://secondcityzoning.org/about#data).## Installation
$ git clone [email protected]:datamade/second-city-zoning.git
$ cd site_template
$ gem install jekyll
$ jekyll serve -w
navigate to http://localhost:5000/## Dependencies
* [Jekyll](http://jekyllrb.com)
* [CartoDB](http://docs.cartodb.com/cartodb-platform/cartodb-js.html)
* [Leaflet](http://leafletjs.com)
* [jQuery](http://jquery.org)
* [jQuery Address](http://www.asual.com/jquery/address)
* [Bootstrap](http://getbootstrap.com)## Team
* [Derek Eder](mailto:[email protected])
* [Juan-Pablo Velez](mailto:[email protected])## Errors / Bugs
If something is not behaving intuitively, it is a bug, and should be reported.
Report it here: https://github.com/datamade/second-city-zoning/issues## Note on Patches/Pull Requests
* Fork the project.
* Make your feature addition or bug fix.
* Commit, do not mess with rakefile, version, or history.
* Send a pull request. Bonus points for topic branches.## Copyright
Copyright (c) 2013-2020 Derek Eder and Juan-Pablo Velez of Open City. Released under the MIT License.
[See LICENSE for details](https://github.com/datamade/second-city-zoning/blob/master/LICENSE)