Open repository in Console
Readme
Updated almost 2 years ago
‧ Indexed 12 months ago
Future Land Use Zones
<DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>The Future Land Use Zones polygon feature is a vectorization of the 2018 Comprehensive Plan's zone map. While the GIS data currently represents the zones with definite boundaries, all the boundaries between zones should be considered 'fuzzy' and blended together.</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/future-land-use-zones-gwc4-7gv6\".\"future_land_use_zones\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.