EPA Air Pollutant Monitoring - Particulate Matter (PM10)
Daily summary of air quality at specified locations in King County (Particulate Matter - PM10). PM10 describes inhalable particles, with diameters that are generally 10 micrometers and smaller. Under the Clean Air Act, EPA sets and reviews national air quality standards for PM. Air quality monitors measure concentrations of PM throughout the country. EPA, state, tribal and local agencies use that data to ensure that PM in the air is at levels that protect public health and the environment. Nationally, average PM10 concentrations have decreased over the years.
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 \"kingcounty-gov/epa-air-pollutant-monitoring-particulate-matter-bcxc-qsyj\".\"epa_air_pollutant_monitoring_particulate_matter\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.