Population potentially exposed to road 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 road 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-road-noise-2016-ppe3-tvgj\".\"population_potentially_exposed_to_road_noise_2016\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.