winnipeg-ca/aggregate-building-permit-data-p5sy-gt7y
Icon for Socrata external plugin
Open repository in Console
 
Readme
Updated 5 days ago
Indexed 3 hours ago

Aggregate Building Permit Data

Aggregate construction values for building permits, divided by year, neighbourhood and permit type (commercial vs non-commercial). Any row with a single permit count has it's construction value removed, to maintain privacy for permit holders. These rows are then summed into a row with a neighbourhood of 'WINNIPEG OMITTED CONSTRUCTION VALUE'. The location is a centre point of the indicated neighbourhood. To see details of building permits (without construction value) please visit https://data.winnipeg.ca/Development-Approvals-Building-Permits-Inspections/Detailed-Building-Permit-Data/it4w-cpf4/data

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 \"winnipeg-ca/aggregate-building-permit-data-p5sy-gt7y\".\"aggregate_building_permit_data\"
    LIMIT 100 
"}
EOF

See the Splitgraph documentation for more information.

 
Preview
  • aggregate_building_permit_data
     
     
     
     
     
Upstream Metadata