Open repository in Console
Readme
Updated 26 days ago
‧ Indexed 39 minutes ago
Zoning Districts
<DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>This map data layer represents the zoning district boundaries for the City of Bloomington, Indiana as defined through the City's zoning ordinance. The most recent comprehensive zoning ordinance is the May 17, 2020 Unified Development Ordinance (UDO). Map </SPAN><SPAN><SPAN>amendments</SPAN></SPAN><SPAN>were made effective May, 2021. Updates through amendments to the zoning ordinance are applied as approved by the City Council.</SPAN></P></DIV></DIV></DIV>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 \"bloomington-in-gov/zoning-districts-c5d5-eci9\".\"zoning_districts\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.