Open repository in Console
Readme
Updated 1 year ago
‧ Indexed 4 hours ago
Nova Scotia Provincial Ambient Carbon Monoxide (CO) Hourly Data Sydney
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 2021.
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-w9gj-pd7g\".\"nova_scotia_provincial_ambient_carbon_monoxide_co\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata