Open repository in Console
Readme
Updated 11 months ago
‧ Indexed 11 months ago
Statistics Canada Building Permit Survey Data - Section B
Building permit data for Statistics Canada Building Permit Survey (BDP) Section B: Minor Residential Additions and Renovations. Section B includes all permits for minor additions and renovations, that is, those of a value of less than $50 000.
Data will only be made available for Municipalities that have signed an agreement to release their municipal permit data on datazONE.
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 \"thedatazone-ca/statistics-canada-building-permit-survey-data-cd73-9dph\".\"statistics_canada_building_permit_survey_data\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata