Modeled transportation noise at a US address
get_address_noiseAnswers "how loud is my neighborhood", "noise map by address", "how noisy is this address", "noise level in ZIP 78701". Modeled transportation noise (road + rail + aircraft, 24-hour average LAeq dBA) at a US street address, a 5-digit ZIP (sampled at the ZIP Code area center, approximate) or lat/lng, sampled block-by-block from the federal BTS 2020 National Transportation Noise Map. Returns a modeled dBA band, NOT a measurement; "below 45 dBA" means no modeled freeway/rail/flight path nearby (model floor, not silence). Continental US only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude (use with lng instead of an address) | |
| lng | No | Longitude (use with lat) | |
| zip | No | 5-digit US ZIP Code; sampled at the center of the ZIP Code area (Census 2023 ZCTA), so approximate | |
| address | No | US street address, e.g. "1600 Pennsylvania Ave NW, Washington DC" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lng | No | ||
| band | Yes | Modeled dBA band, e.g. "60–70 dBA", or "below 45 dBA" | |
| note | No | ||
| query | No | ||
| db_low | No | ||
| db_high | No | ||
| modeled | Yes | ||
| attribution | No | ||
| matched_address | No | Geocoder’s normalized address (when an address was given) | |
| nearby_max_band | No | Loudest modeled band within ~90 m, if higher than the point |