Population potentially exposed to combined aviation, road and rail noise, 2016 and 2018
This table shows the number and percent of people in the contiguous United States (excludes Alaska and Hawaii) potentially exposed to different levels of noise from combined aviation, road and passenger rail 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-combined-k3id-nynu\".\"population_potentially_exposed_to_combined\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.