Open repository in Console
Readme
Updated 2 months ago
‧ Indexed 6 hours ago
Nova Scotia Provincial Ambient Carbon Monoxide (CO) Hourly Data Halifax Johnston
Hourly ambient carbon monoxide (CO) data in parts per million from provincial ambient air quality monitoring stations across Nova Scotia up to the end of 2022. This air quality station was established to replace the "Halifax Vogue" air quality monitoring station which ceased monitoring at the end of 2017. The Halifax Vogue station was less than 1 block away from the new "Halifax Johnston" station.
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 \"novascotia-ca/nova-scotia-provincial-ambient-carbon-monoxide-co-8tvc-9ah2\".\"nova_scotia_provincial_ambient_carbon_monoxide_co\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata