Parks Sport Surfaces
Identifies the Sport Surfaces including ball diamond infields, outfields, and turf playfields maintained by Calgary Parks or located on lands under Calgary Parks Stewardship as well as those located on and maintained by the Calgary Recreation, Calgary Board of Education, the Calgary Separate School Board and other schools.
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 \"calgary-ca/parks-sport-surfaces-vr9r-mchr\".\"parks_sport_surfaces\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.