Electoral Districts - Municipal / Districts électoraux – Municipal
olygons representing the limits of each municipal regional electoral district.
/
Polygones représentant les limites des circonscriptions électorales municipales régionales.
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 \"gnb-socrata/electoral-districts-municipal-districts-lectoraux-br3e-sdwd\".\"electoral_districts_municipal_districts_lectoraux\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.