Mechanical (HVAC) Permits and Inspections
HVAC or Mechanical permits are issued for the installation, addition or alteration of a heating and ventilation system. Permits must be obtained and inspections completed prior to occupying the space the equipment is servicing. If there are any unresolved building code deficiencies or not acceptable outcomes, contact the permit holder for more information or contact 311. See <a href="https://www.calgary.ca/development/permits/mechanical.html">Mechanical Permits</a> for more information.
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 \"calgary-ca/mechanical-hvac-permits-and-inspections-cdrc-r4u8\".\"mechanical_hvac_permits_and_inspections\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.