Edmonton Area Air Quality Readings - Hourly
Ambient air quality and deposition data from the Alberta Air Data Warehouse.
The Alberta Air Data Warehouse currently has data collected from the core long-term air quality network, which is made up of continuous ambient air quality monitoring stations operated by Alberta Airsheds and the Government of Alberta.
The data included in the Warehouse has undergone quality control and quality assurance in accordance with the Alberta Air Monitoring Directive. Therefore, depending on the type of data, there is a time lag of one month to one year between collection and posting of the 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 \"edmonton-ca/edmonton-area-air-quality-readings-hourly-q2nx-cz3n\".\"edmonton_area_air_quality_readings_hourly\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.