edmonton-ca/neighbourhoods-and-wards-gihh-utrc
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 5 days ago
Indexed 2 days ago

Neighbourhoods and Wards

List of current neighbourhoods, their unique identifier number and the respective civic ward the neighbourhood is found in.

Included are both residential and industrial neighbourhoods.

The percentage of the neighbourhood that is found within the ward is also shown.

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/neighbourhoods-and-wards-gihh-utrc\".\"neighbourhoods_and_wards\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • neighbourhoods_and_wards
     
     
     
     
     
Upstream Metadata