Edmonton Public School Board Ward Boundaries: Current, Historical, and Future
This dataset provides the Current, Historical, and Future geometric polygons of the Edmonton Public School Division ward boundaries and the associated board trustee in office.
Use the API to extract just the rows that you're interested in, for example:
See https://dev.socrata.com/docs/functions.
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 \"edmonton-ca/edmonton-public-school-board-ward-boundaries-y5qu-dj6t\".\"edmonton_public_school_board_ward_boundaries\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.