Municipal Areas (Historical) / Zones municipales (Historique)
Municipal polygons are a graphical representation of the former municipal boundaries as defined in the Municipalities Regulation - Municipalities Act and have an associated place name attribute. These boundaries are no longer in effect as of January 1, 2023.
/
Les polygones des municipalités sont une représentation géographique des limites des anciennes municipalités, telles qu'elles sont définies dans le règlement Municipalités - Loi sur les municipalités – et ils sont associés à un attribut de nom de lieu. Ces limites ne sont plus en vigueur à compter du 1er janvier 2023.
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/municipal-areas-historical-zones-municipales-46ez-k5hy\".\"municipal_areas_historical_zones_municipales\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.