Open repository in Console
Readme
Updated 9 months ago
‧ Indexed 5 hours ago
Park Recreation Facilities
<DIV STYLE="text-align:Left;"><DIV><DIV><P><SPAN>This map data layer shows the location of parks and recreations facilities owned or maintained by the City of Bloomington, Indiana. It contains area features such as city parks, nature preserves, recreational sports facilities, community centers, cemeteries, pools, multi-use trails, and other facilities.</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/park-recreation-facilities-668t-jg2w\".\"park_recreation_facilities\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.