Nova Scotia Provincial Ambient Ground-level Ozone (O3) Hourly Data Kentville
Hourly ambient ground-level ozone (O3) data in parts per billion from provincial ambient air quality monitoring stations across Nova Scotia up to the end of 2023.
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-groundlevel-ozone-ccem-uxu9\".\"nova_scotia_provincial_ambient_groundlevel_ozone\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.