Open repository in Console
Readme
Updated 12 months ago
‧ Indexed 11 months ago
Park Trails & Paths
Bloomington Parks and Recreation manages the mapping of the Multiuse Paved Paths and Hiking Trails within and adjacent to Park properties in Bloomington.
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-trails-paths-s3cs-my2d\".\"park_trails_paths\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.