Open repository in Console
Readme
Updated 12 months ago
‧ Indexed 11 months ago
TreeKeeper Inventory
<DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>This map layer represents the individual tree inventory in the City of Bloomington, Indiana. The original data is currently maintained by the Parks Department via the TreeKeeper platform and is republish by the GIS department for public data access.</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/treekeeper-inventory-ndfd-h5qf\".\"treekeeper_inventory\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.