Population potentially exposed to aviation noise, 2016 and 2018
This table shows the number and percent of people in the United States potentially exposed to different levels of noise from aviation sources.
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 \"bts-gov/population-potentially-exposed-to-aviation-noise-iqwy-f8z4\".\"population_potentially_exposed_to_aviation_noise\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.