Skip to content

Analysis of Madrid air pollution during covid-19 first wave. The analysis was published in Spanish media outlet "Agenda Pública"

Notifications You must be signed in to change notification settings

jcanalesluna/air_quality_madrid_covid19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analysing air quality trends in Madrid during the COVID-19 crisis.

The aim of this project is to analyse how the social distancing measures taken be the governent and the stop of the economy during the Covid-19 crisis have impacted air quality in Madrid.

The first case of COVID-19 in Spain was confirmed on 31st January 2020. However, public bodies did not take any serious measure to contrain the pandemic until 9th March, when educational institutions where temporaly closed in Madrid. Since then, more dramatic measures, including the approval of the state of alarm, have been adopted in Madrid as well as the rest of the country.

This scenario has led to significant decreases in air pollution in Madrid, which can be attributed to a slowdown in economic and urban activity in response to the COVID-19 pandemic.

The conducted analysis has been published (in Spanish) in Agenda Pública.

Besides the analysis (air_quality_madrid_covid19.ipynb), a second notebook has been added containing the preprocessing steps to prepare Madrid air quality data for analysis. The code is aimed to help anyone interested in using Madrid air quality data. An article explaining the code can be found in Medium.

Datasets Description

The datesets contain quality-assured daily readings from air quality monitoring stations across Madrid in the period 2010-2020.

The data can be found in the City of Madrid's Open Data Portal.

A description of the data and monitoring methodology can be found in here.

The database with information about the monitoring stations can be found here.

Air quality data description

  • PROVINCIA = Numeric code of the province (28).
  • MUNICIPIO = Numeric code of the municipality(079).
  • ESTACION = Monitoring station number.
  • MAGNITUD = Measured value. See Annexe II "Magnitudes, unidades y técnicas de medida".
  • PUNTO_MUESTREO = Measurement point. It has the folling format: XXYYYZZZ_M_TT.
      • XX = Province code
      • YYY = Municipality code
      • ZZZ = Monitoring station number
      • M = Monitored particle.
      • TT = Técnica de medida
  • ANO = Year of the measurement.
  • MES = Month of the measurement.
  • D01 - D31 = Day of the measurement.
  • V01 - V31 = Whether the measurement if valid or not. Valid measurements are marked with a "V"

About

Analysis of Madrid air pollution during covid-19 first wave. The analysis was published in Spanish media outlet "Agenda Pública"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published