Air Quality History
District of Columbia
@usgov.district_of_columbia_air_quality_history
District of Columbia
@usgov.district_of_columbia_air_quality_history
CREATE TABLE table_1 (
"aqsid" BIGINT,
"site_num" BIGINT,
"state_code" BIGINT,
"state_name" VARCHAR,
"county_name" VARCHAR,
"parameter_code" BIGINT,
"parameter_name" VARCHAR,
"datetime_local" TIMESTAMP,
"poc" BIGINT,
"latitude" DOUBLE,
"longitude" DOUBLE,
"datum" VARCHAR,
"units_of_measure" VARCHAR,
"method_code" DOUBLE,
"method_name" VARCHAR,
"date_of_last_change" TIMESTAMP,
"sample_duration" VARCHAR,
"pollutant_standard" VARCHAR,
"event_type" VARCHAR,
"aqi" DOUBLE,
"arithmetic_mean" BIGINT,
"first_max_value" DOUBLE,
"first_max_hour" BIGINT,
"observation_count" BIGINT,
"observation_percent" BIGINT,
"local_site_name" VARCHAR,
"address" VARCHAR,
"city_name" VARCHAR,
"cbsa_name" VARCHAR,
"objectid" BIGINT
);
Anyone who has the link will be able to view this.