Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 11 months ago
GIS Map Panel Boundaries
<DIV STYLE="text-align:Left;"><P STYLE="margin:0 0 0 0;"><SPAN><SPAN>This map data layer represents the GIS Map Panel Boundaries for the City of Bloomington, Indiana. The GIS Map Panel Boundaries data layer was created as a reference grid for the GIS map data. The grid tiles are 3000' by 2000' and cover a total of 86.3 square miles of central Monroe County in Indiana. The panel tiles are located arbitrary to any geographic features</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-map-panel-boundaries-ymp5-yvgv\".\"gis_map_panel_boundaries\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.