This revision was implemented in three phases (A0, A1a, A1b) over April 2026, addressing inconsistencies in how the dashboard labeled aircraft noise values across surfaces.
Background. Aircraft noise certification under FAA/EASA Part 36 uses different units depending on aircraft category. Small fixed-wing aircraft (Appendix F, G) and small helicopters (Appendix J) are certified in A-weighted decibels (dB(A)). Jets (Appendix B) and heavy helicopters (Appendix H) are certified in Effective Perceived Noise Level (EPNdB), which accounts for the tonal character and duration of jet noise. JPXWatch's dashboard aggregates noise data across all aircraft categories. Prior to April 2026, the dashboard inconsistently labeled aggregated values as “dB(A)” — technically incorrect for the EPNdB-derived portions of the data.
A0 (April 2026 — PR 195). Per-flight value displays, tooltips, alert messages, CSV exports, and Mapbox text fields were updated to use unit-neutral labels (plain “dB” rather than “dB(A)”) in mixed-fleet aggregation contexts. The unit-neutral approach reflects that aggregated values combine measurements derived from different certification units and cannot be assigned to a single weighting convention.
A1a (April 2026 — PR 196). Five band legends across the dashboard (Aircraft Type Breakdown, Map Overlays Flight Density, Map Overlays Live noise trails, Today Hero Map compact, Weather Correlation wind rose) were unified to a four-band scheme: < 65 dB Quiet, 65–74 dB Moderate, 75–84 dB Loud, ≥ 85 dB Very Loud. A shared utility (lib/noise/bands.ts) was introduced to centralize the band definitions and color tokens. The DNL legend on the Noise Exposure Map was not changed — it uses FAA Part 150 land-use compatibility categories, which are appropriately distinct from the perceptual bands.
A1b (April 2026 — this revision). The About page methodology section was updated to describe the unit-convention approach explicitly. Several factual claims were corrected:
- AEDT NPD methodology is documented in Section 4.2 of the AEDT 4a Technical Manual, not Section 11.3.4 (which covers BADA 4 aircraft performance, not noise). The previous citation was incorrect.
- The seasonal-airport DNL passage was rewritten to argue from the underlying mathematics (averaging dilutes individual loud events at low traffic volumes) rather than from a specific JFK operations figure that was not directly verifiable.
- The High-Noise Events methodology in the My Home feature was repositioned as provisional pending methodology review. The previous framing conflated single-event modeled noise at a listener address with FAA Part 150's 65 dB DNL cumulative threshold; these share a number but measure different acoustic quantities. Refining the threshold value and its acoustic basis is a planned methodology task.
A1b also extended the unit-convention work to aircraft cards on the /seaplanes, /helicopters, and /jets pages. Each aircraft card's modeled-takeoff stat block now displays the unit that matches the data the dashboard carries: EPNdB for jets (computed from Part 36 Appendix B EPNdB cert readings); dB(A) for helicopters and small fixed-wing (data is LAmax at 1,000 ft, an A-weighted measurement, either field-measured via FAA ROSAP technical reports or converted from cert EPNdB).
AEDT subsetting detail. JPXWatch's current calculation — Part 36 reference noise plus inverse-square geometric spreading plus a linear approximation of atmospheric absorption — is a defensible subset of AEDT 4a methodology. Three specific AEDT adjustments are not yet implemented:
- Noise Fraction Adjustment (AEDT §4.3.3): accounts for the fraction of the flight path contributing to noise at a given listener location.
- Duration Adjustment (AEDT §4.3.4): accounts for variation in event duration relative to the reference duration used in NPD curves.
- Lateral Attenuation Adjustment (AEDT §4.3.5): accounts for ground-effect attenuation at lateral distances from the flight path.
Implementation of these adjustments is tracked as a planned improvement, awaiting expert review of how to subset AEDT methodology appropriately for KJPX's small-airport operating profile. Two AEDT-acknowledged limitations are inherited by JPXWatch's modeling and are documented on the About page (Section 11): under-prediction over acoustically hard surfaces such as water, and the inability to separately account for airframe noise as distinct from propulsion noise.