Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 11 months ago
GIS Mapped Area
<DIV STYLE="text-align:Left;"><P STYLE="margin:0 0 0 0;"><SPAN><SPAN>This layer represents the primary GIS mapped area for the City of Bloomington, Indiana. It covers the City of Bloomington plus the Bloomington Utilities service area. Detailed planimetric data such as edge of pavement and early aerial orthophotography is limited to this area.</SPAN></SPAN></P><DIV><P><SPAN /></P></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/gis-mapped-area-7xsy-cpc8\".\"gis_mapped_area\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.