Noise Exceedance Rating
City of San Francisco
@usgov.city_of_san_francisco_noise_exceedance_rating
City of San Francisco
@usgov.city_of_san_francisco_noise_exceedance_rating
Counts of airline operations that incur noise exceeding threshold by airline and by month. The Aircraft Noise Abatement Office collects this data using an Airport Noise and Operations Management System. It is collected using remote noise monitor sites in the communities surrounding SFO. This data is collected to monitor and grade airlines' performance as part of SFO's Fly Quiet Program.
Organization: City of San Francisco
Last updated: 2020-11-10T16:56:12.571009
Tags: aircraft, airlines, airport, noise, sfo
CREATE TABLE table_1 (
"year" BIGINT,
"month" BIGINT,
"month_start_date" TIMESTAMP,
"airline_code" VARCHAR,
"airline" VARCHAR,
"total_noise_exceedances" BIGINT,
"total_operations_per_month" BIGINT,
"exceedances_per_1000_operations" BIGINT,
"noise_exceedance_quality_rating_score" DOUBLE,
"noise_exceedance_rating" DOUBLE,
"data_as_of" VARCHAR,
"data_loaded_at" VARCHAR
);Anyone who has the link will be able to view this.