Schiphol airplane airport

Data Project: The air I breathe how polluted is it?

I wanted to find out how polluted the air is around me, and if it had improved now when we work from home and there are fewer airplanes going past or landing or departing from Schiphol airport, I live close to the Schiphol Airport in Amsterdam.

I’m an asthmatic and I have lately noticed that my asthma has become less frequent. I was wondering if it could have anything to do with the Coronavirus outbreak and the restrictions we now live with?

PM10 and PM2.5

How would I get started, I need to find a dataset that I could analyze, I need to find a dataset which aggregates PM2.5, PM10, ozone (O3), sulphur dioxide (SO2), nitrogen dioxide (NO2), carbon monoxide (CO), and black carbon (BC). These are pollutants that affect the air we breathe.

I was specifically interested in finding a dataset with the PM10 which is a particulate matter of 10 micrometres or less in diameter, PM2,5 is particulate matter 2.5 micrometres or less in diameter. PM2.5 is generally described as fine particles. By way of comparison, a human hair is about 100 micrometres, so roughly 40 fine particles could be placed on its width

Accordingly to experts PM2.5 poses the greatest health risk, the fine particles can get deep into the lungs and some may even get into the bloodstream. Exposure to these particles can affect a person’s lungs and heart. Coarse particles PM10 are of less concern, although they can irritate a person’s eyes, nose, and throat.

Fine particles can come from various sources. They include power plants, motor vehicles, airplanes, residential wood burning, forest fires, agricultural burning, volcanic eruptions, and dust storms. Some are emitted directly into the air, while others are formed when gases and particles interact with one another in the atmosphere.

DataSource

After a bit of research, I found that the OpenAQ offers datasets that have been collected in real-time from public government and research-grade sources. The public government and research sources do the hard work of measuring these data and publicly sharing them.

I also found out that the OpenAQ dataset is available in BigQuery, if you are using the Google Cloud Platform you can very quickly use Data Studio to make a report on that data.

I quickly started to inspect the OpenAQ dataset, just to understand the dataset. The schema of the table has all the fields I was after. It looked like this:

Field nameTypeModePolicy tags Description
locationSTRINGNULLABLEThe location where data was measured
citySTRINGNULLABLECity containing location
countrySTRINGNULLABLECountry containing measurement in 2 letter ISO code
pollutantSTRINGNULLABLEName of the Pollutant being measured. Allowed values: PM25, PM10, SO2, NO2, O3, CO, BC
valueFLOATNULLABLEThe latest measured value for the pollutant
timestampTIMESTAMPNULLABLEThe DateTime at which the pollutant was measured, in ISO 8601 format
unitSTRINGNULLABLEThe unit the value was measured in coded by UCUM Code
source_nameSTRINGNULLABLEName of the source of the data
latitudeFLOATNULLABLELatitude in decimal degrees. Precision >3 decimal points.
longitudeFLOATNULLABLELongitude in decimal degrees. Precision >3 decimal points.
averaged_over_in_hoursFLOATNULLABLEThe number of hours the value was averaged over.
OpenAQ Dataset Schema

After that I create a query to filter out the data for the Amsterdam locations, there are several locations in Amsterdam as you can see from my query.

BigQuery openAQ

From the result of the query, I got several locations in Amsterdam where data is collected by RIVM. I can download the data source from the RIVM site, the same way that OpenAQ does it.

I’m not sure if you noticed it, in my BigQuery query result, the value reported in Amsterdam are negative values. Which to me did not look right, I found this explanation on how to determine the values from PM2.5 from the U.S. Environmental Protection Agency website.

PM 2.5Air Quality IndexPM 2.5 Health EffectsPrecautionary Actions
0 to 12.0Good
0 to 50
Little to no risk.None.
12.1 to 35.4Moderate
51 to 100
Unusually sensitive individuals may experience respiratory symptoms.Unusually sensitive people should consider reducing prolonged or heavy exertion.
35.5 to 55.4Unhealthy for Sensitive Groups
101 to 150
Increasing likelihood of respiratory symptoms in sensitive individuals, aggravation of heart or lung disease and premature mortality in persons with cardiopulmonary disease and the elderly.People with respiratory or heart disease, the elderly and children should limit prolonged exertion.
55.5 to 150.4Unhealthy
151 to 200
Increased aggravation of heart or lung disease and premature mortality in persons with cardiopulmonary disease and the elderly; increased respiratory effects in general population.People with respiratory or heart disease, the elderly and children should avoid prolonged exertion; everyone else should limit prolonged exertion.
150.5 to 250.4Very Unhealthy
201 to 300
Significant aggravation of heart or lung disease and premature mortality in persons with cardiopulmonary disease and the elderly; significant increase in respiratory effects in general population.People with respiratory or heart disease, the elderly and children should avoid any outdoor activity; everyone else should avoid prolonged exertion.
250.5 to 500.4Hazardous
301 to 500
Serious aggravation of heart or lung disease and premature mortality in persons with cardiopulmonary disease and the elderly; serious risk of respiratory effects in the general population.Everyone should avoid any outdoor exertion; people with respiratory or heart disease, the elderly and children should remain indoors.
Source: U.S. Environmental Protection Agency

The data I was querying from BigQuery does not have the correct results, it could be many reasons that the data is not showing correctly for the day I made the query. To check the data I went to the RIVM website luchtmeetnet to validate the data and it seems that there is some gap in the reported data some days in a week.

The location I was interested in that is nearest to where I live is Badhoevedorp-Sloterweg. What I read on that location is that the measuring station Badhoevedorp is classified by the RIVM as an unclassified type of location. A few people live at this location and there are quite some busy roads and the international Airport Schiphol in the immediate vicinity.

It also said that The Province of North Holland has commissioned the GGD Amsterdam to measure the air quality at this location – basically, they have outsourced the measure of the air quality.

I went through the data for the Badhoevedorp-Sloterweg and this is what the chart was showing me.

What it shows me is that the PM2.5 took a dive in February since that time it has climbed almost back to the value that was measured in January. What does that mean as we are still in the middle of the coronavirus, the values are almost back at normal, I have noticed that traffic is as before the coronavirus in my neighbourhood. Maybe where I live the air quality has not changed that much.

Maybe that dip in February helped my asthma, I’m not sure so I’m had to check if staying at home has affected my asthma.

In Your House

I do not have animals, cats, and dogs which are the normal house animals that do trigger asthma in me. Staying at home working from home, I’m not getting exposed to people that have pets at home, and maybe that is why I feel better.

The other day I had an asthma attack at home, nothing serious enough to give discomfort. I have been working from home for the last two months and have not been in contact with any people that have pets. It’s something at home that triggered asthma, I had now invested in a PM2.5 detector for home use.

I will collect data for a few months, and then analyze that data to see what results I get from that. I have suspected for some time that when the gas stove is used a lot I seem to get discomfort, now I have a tool to find out.

Conclusion

I will measure my inhouse pollution and when I have a big dataset I do some analysis and write up an article on those findings.


Posted

in

,

by

Comments

4 responses to “Data Project: The air I breathe how polluted is it?”

  1. […] Being interested in climate change, I had a curiosity to find out if the pollution in my neighborhood had gone down during the first week of corona virus restrictions, I did a data project – you can read about it here the air I breathe […]

  2. […] beginning of the Corona epidemic, I wrote an article about a personal data project I had worked on: The air I breathe how polluted is it?. I became an environmental data collector by purchasing a wearable, portable indoor-outdoor air […]

  3. […] you have read my articles The air I breathe how polluted is it and how I became an environmental data collector on collecting data to know how air pollution […]

  4. […] this time of restrictions, it has given me time to study data science, and I wrote about the air I breathe which did not show that the air had become that much better near my home in Amsterdam. I have dug […]

Leave a Reply

Your email address will not be published. Required fields are marked *