Open repository in Console
Readme
Updated over 2 years ago
‧ Indexed 11 months ago
EPA Air Quality Index
Air Quality Index data as reported by the Environmental Protection Agency. The Air Quality Index
is an indicator of overall air quality that takes into account all of the criteria air pollutants measured within a
geographic area. More information on this data available at: https://www.epa.gov/outdoor-air-quality-data/air-quality-index-report
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 \"everettwa-gov/epa-air-quality-index-mirs-v7ck\".\"epa_air_quality_index\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.