park_and_open_space
Data representing parks and open space in Winnipeg, including the spatial boundaries, names, area, and addresses. To filter and visualize the data, please the tabular form of this data at https://data.winnipeg.ca/Parks/Parks-and-Open-Space/tx3d-pfxq
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 \"winnipeg-ca/parkandopenspace-nh34-5ztm\".\"parkandopenspace\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.