Air Quality Monitoring From EcoCity
Air Quality Monitoring in Vinnytsia city and region
@kaggle.vbmokin_air_quality_monitoring_from_ecocity
Air Quality Monitoring in Vinnytsia city and region
@kaggle.vbmokin_air_quality_monitoring_from_ecocity
The dataset contains data from public monitoring of air quality in Ukraine (for Vinnytsia city and region - population: 1 575 808, square: 26513 sq. km).
Many stations monitor air quality day and night according to the following indicators:
In some stations, there may be additional indicators.
The stations belong to the monitoring network "Eco-City".
Data are measured at intervals of 15 seconds to several minutes (145 seconds or more). Sometimes longer periods of time are possible, due to power outages and/or communications.
I thank service "Eco-City" for the opportunity to download data.
It is interesting to solve the following problems, which are typical for other cities and regions around the world:
I will prepare baseline notebooks to solve these problems and invite others to improve them.
CREATE TABLE ecocity_20_minute_566_2024 (
"id_station" BIGINT,
"datetime" TIMESTAMP,
"indicator_name" VARCHAR,
"indicator_dimension" VARCHAR,
"value" DOUBLE
);CREATE TABLE ecocity_20_minute_611_2023 (
"id_station" BIGINT,
"datetime" TIMESTAMP,
"indicator_name" VARCHAR,
"indicator_dimension" VARCHAR,
"value" DOUBLE
);CREATE TABLE ecocity_20_minute_611_2024 (
"id_station" BIGINT,
"datetime" TIMESTAMP,
"indicator_name" VARCHAR,
"indicator_dimension" VARCHAR,
"value" DOUBLE
);CREATE TABLE ecocity_20_minute_650_2023 (
"id_station" BIGINT,
"datetime" TIMESTAMP,
"indicator_name" VARCHAR,
"indicator_dimension" VARCHAR,
"value" DOUBLE
);CREATE TABLE ecocity_20_minute_650_2024 (
"id_station" BIGINT,
"datetime" TIMESTAMP,
"indicator_name" VARCHAR,
"indicator_dimension" VARCHAR,
"value" DOUBLE
);CREATE TABLE ecocity_20_minute_767_2023 (
"id_station" BIGINT,
"datetime" TIMESTAMP,
"indicator_name" VARCHAR,
"indicator_dimension" VARCHAR,
"value" DOUBLE
);CREATE TABLE ecocity_20_minute_767_2024 (
"id_station" BIGINT,
"datetime" TIMESTAMP,
"indicator_name" VARCHAR,
"indicator_dimension" VARCHAR,
"value" DOUBLE
);CREATE TABLE ecocity_20_minute_774_2023 (
"id_station" BIGINT,
"datetime" TIMESTAMP,
"indicator_name" VARCHAR,
"indicator_dimension" VARCHAR,
"value" DOUBLE
);CREATE TABLE ecocity_20_minute_774_2024 (
"id_station" BIGINT,
"datetime" TIMESTAMP,
"indicator_name" VARCHAR,
"indicator_dimension" VARCHAR,
"value" DOUBLE
);CREATE TABLE ecocity_20_minute_790_2023 (
"id_station" BIGINT,
"datetime" TIMESTAMP,
"indicator_name" VARCHAR,
"indicator_dimension" VARCHAR,
"value" DOUBLE
);CREATE TABLE ecocity_20_minute_790_2024 (
"id_station" BIGINT,
"datetime" TIMESTAMP,
"indicator_name" VARCHAR,
"indicator_dimension" VARCHAR,
"value" DOUBLE
);CREATE TABLE ecocity_20_minute_848_2023 (
"id_station" BIGINT,
"datetime" TIMESTAMP,
"indicator_name" VARCHAR,
"indicator_dimension" VARCHAR,
"value" DOUBLE
);CREATE TABLE ecocity_20_minute_848_2024 (
"id_station" BIGINT,
"datetime" TIMESTAMP,
"indicator_name" VARCHAR,
"indicator_dimension" VARCHAR,
"value" DOUBLE
);CREATE TABLE ecocity_337_20211127092201_2020_11_27_2021_11_27 (
"id_station" BIGINT,
"indicator_code" VARCHAR,
"indicator_name" VARCHAR,
"indicator_dimension" VARCHAR,
"value" DOUBLE,
"datetime" TIMESTAMP,
"source" VARCHAR
);CREATE TABLE ecocity_650_20211128160601_2020_11_28_2021_11_28 (
"id_station" BIGINT,
"indicator_code" VARCHAR,
"indicator_name" VARCHAR,
"indicator_dimension" VARCHAR,
"value" DOUBLE,
"datetime" TIMESTAMP,
"source" VARCHAR
);CREATE TABLE ecocity_761_20211127092301_2020_11_27_2021_11_27 (
"id_station" BIGINT,
"indicator_code" VARCHAR,
"indicator_name" VARCHAR,
"indicator_dimension" VARCHAR,
"value" DOUBLE,
"datetime" TIMESTAMP,
"source" VARCHAR
);CREATE TABLE ecocity_767_20211127092401_2020_11_27_2021_11_27 (
"id_station" BIGINT,
"indicator_code" VARCHAR,
"indicator_name" VARCHAR,
"indicator_dimension" VARCHAR,
"value" DOUBLE,
"datetime" TIMESTAMP,
"source" VARCHAR
);CREATE TABLE ecocity_774_20211127092501_2020_11_27_2021_11_27 (
"id_station" BIGINT,
"indicator_code" VARCHAR,
"indicator_name" VARCHAR,
"indicator_dimension" VARCHAR,
"value" DOUBLE,
"datetime" TIMESTAMP,
"source" VARCHAR
);CREATE TABLE ecocity_790_20211127092601_2020_11_27_2021_11_27 (
"id_station" BIGINT,
"indicator_code" VARCHAR,
"indicator_name" VARCHAR,
"indicator_dimension" VARCHAR,
"value" DOUBLE,
"datetime" TIMESTAMP,
"source" VARCHAR
);CREATE TABLE ecocity_848_20211127092701_2020_11_27_2021_11_27 (
"id_station" BIGINT,
"indicator_code" VARCHAR,
"indicator_name" VARCHAR,
"indicator_dimension" VARCHAR,
"value" DOUBLE,
"datetime" TIMESTAMP,
"source" VARCHAR
);CREATE TABLE ecocity_about_stations_2021 (
"id_saveecobot" DOUBLE,
"id_ecocity" BIGINT,
"network" VARCHAR,
"locality" VARCHAR,
"address" VARCHAR,
"start_date" VARCHAR,
"lat" DOUBLE,
"lng" DOUBLE,
"notes" VARCHAR,
"source" VARCHAR
);CREATE TABLE ecocity_archive_651_561_2024_03_25_2024_05_10 (
"n_1315" BIGINT -- 1315,
"n_49_23327_28_409161" VARCHAR -- 49.23327–28.409161,
"n_2024_03_25" TIMESTAMP -- 2024-03-25,
"n_01" BIGINT -- 01,
"n_18" BIGINT -- 18,
"pm1_0" VARCHAR,
"ug_m3" VARCHAR,
"n_26_8422" DOUBLE -- 26.8422
);CREATE TABLE ecocity_daily_1172_2023 (
"id_station" BIGINT,
"datetime" TIMESTAMP,
"indicator_name" VARCHAR,
"indicator_dimension" VARCHAR,
"value" DOUBLE
);CREATE TABLE ecocity_daily_1172_2024 (
"id_station" BIGINT,
"datetime" TIMESTAMP,
"indicator_name" VARCHAR,
"indicator_dimension" VARCHAR,
"value" DOUBLE
);CREATE TABLE ecocity_daily_1315_2023 (
"id_station" BIGINT,
"datetime" TIMESTAMP,
"indicator_name" VARCHAR,
"indicator_dimension" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.