zoning_2016_01
Zoning district boundaries by type and classification.Chicago is divided into zoning districts that regulate land use activities across the city. Data is based on the Chicago Zoning Ordinance and Land Use Ordinance (https://codelibrary.amlegal.com/codes/chicago/latest/chicagozoning_il/0-0-0-48006). Zoning Types are defined in this ordinance. For additional information about business uses, review the License/Zoning Reference (LZR) Guide (http://bit.ly/vvGzne), which is based on the Municipal Code and is intended to assist business owners in determining the proper zoning district and primary business license for specific business types. Related Applications: Zoning Map (https://gisapps.cityofchicago.org/zoning/)
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"cityofchicago/zoning201601-dj47-wfun\".\"zoning201601\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.