Aircraft Noise Climates
City of San Francisco
@usgov.city_of_san_francisco_aircraft_noise_climates
City of San Francisco
@usgov.city_of_san_francisco_aircraft_noise_climates
A. SUMMARY San Francisco International Airport (SFO) keeps track of aircraft noise levels in communities around the airport 24/7. Measured aircraft noise events are used in calculations to determine Aircraft Community Noise Equivalent Level (CNEL). This noise metric is used to assess and regulate aircraft noise exposure in residential communities surrounding the airport. The annual Aircraft CNEL helps validate the 65‐decibel noise impact contour, an output of computer noise modeling. B. HOW THE DATASET IS CREATED This dataset consists of measured aircraft noise events at each of SFO’s 29 community noise monitoring sites. Also provided as part of this dataset is ANEEM Aircraft CNEL. This aircraft climate is derived using ANEEM algorithms that can measure quieter aircraft noise levels below that of conventional threshold correlation methodology resulting in improved noise to aircraft correlations. C. UPDATE PROCESS Data is available starting in March 2017. Aircraft climates derived using ANEEM algorithms are available starting January 2023. This dataset will be updated on a monthly basis. D. HOW TO USE THIS DATASET This information is used to produce the monthly Aircraft Noise Levels section on page 1 of the Airport Director’s Report. These reports are presented at the SFO Airport Community Roundtable Meetings and available online at https://www.flysfo.com/about/community-noise/noise-office/reports/airport-directors-report Please contact the Noise Abatement Office at NoiseAbatementOffice@flysfo.com for any questions regarding this data. Date created: June 27, 2023
Organization: City of San Francisco
Last updated: 2023-07-29T10:02:25.000141
CREATE TABLE table_1 (
"date" TIMESTAMP,
"location_id" BIGINT,
"location" VARCHAR,
"longitude" DOUBLE,
"latitude" DOUBLE,
"elevation" DOUBLE,
"sfo_leq_count" BIGINT,
"sfo_cnel" DOUBLE,
"non_sfo_leq_count" BIGINT,
"non_sfo_cnel" DOUBLE,
"aircraft_leq_count" BIGINT,
"aircraft_cnel" DOUBLE,
"community_leq_count" BIGINT,
"community_cnel" DOUBLE,
"total_cnel" DOUBLE,
"uptime" BIGINT,
"aircraft_cnel_aneem" DOUBLE,
"point" VARCHAR,
"data_as_of" VARCHAR,
"data_loaded_at" VARCHAR,
"analysis_neighborhoods" DOUBLE,
"current_supervisor_districts" DOUBLE,
"sf_find_neighborhoods" DOUBLE
);Anyone who has the link will be able to view this.