Author:
Hash:
Timestamp:
+1 -53 +/-2 browse
Kevin Schoon [me@kevinschoon.com]
f2cd20886c60fc5286b9cc2a3ff6a67b3da0c96a
Thu, 06 Feb 2025 21:31:09 +0000 (9 months ago)
| 1 | diff --git a/content/projects/air-quality-torino/README.md b/content/projects/air-quality-torino/README.md |
| 2 | deleted file mode 100644 |
| 3 | index 39a79cc..0000000 |
| 4 | --- a/content/projects/air-quality-torino/README.md |
| 5 | +++ /dev/null |
| 6 | @@ -1,41 +0,0 @@ |
| 7 | - # Torino Air Quality |
| 8 | - |
| 9 | - Northern Italy is home to some of the worst air pollution in Europe due to |
| 10 | - factors such as it's rapid industrialization in the 20th century, pollution |
| 11 | - from automobiles, and it's lack of wind due to the region's position beside |
| 12 | - the Alps. [1](#ref) [2](#ref) [3](#ref) |
| 13 | - |
| 14 | - ## Real Time Data |
| 15 | - |
| 16 | - Below is real time data that is collected from an [Air Gradient](https://www.airgradient.com/) |
| 17 | - air quality monitor. |
| 18 | - |
| 19 | - ### Particulate Matter |
| 20 | - |
| 21 | - #### EU Index Guidelines |
| 22 | - |
| 23 | - | Index | Good | Fair | Moderate | Poor | Very poor | Extremely poor | |
| 24 | - |---------------------------|------|-------|----------|--------|------------|-----------------| |
| 25 | - | PM2,5 | 0–10 μg/m³ | 10–20 μg/m³ | 20–25 μg/m³ | 25–50 μg/m³ | 50–75 μg/m³ | 75–800 μg/m³ | |
| 26 | - | PM10 | 0–20 μg/m³ | 20–40 μg/m³ | 40–50 μg/m³ | 50–100 μg/m³ | 100–150 μg/m³ | 150–1200 μg/m³ | |
| 27 | - |
| 28 | - <img src="{{ variables.torino_air.particulates_url }}" /> |
| 29 | - |
| 30 | - ### Nitrous Oxide (NOx) |
| 31 | - |
| 32 | - <img src="{{ variables.torino_air.nox_url }}" /> |
| 33 | - |
| 34 | - ### CO2 |
| 35 | - |
| 36 | - <img src="{{ variables.torino_air.co2_url | safe }}" /> |
| 37 | - |
| 38 | - ### Temperature & Humidity |
| 39 | - |
| 40 | - <img src="{{ variables.torino_air.temperature_url | safe }}" /> |
| 41 | - |
| 42 | - |
| 43 | - <h2 id="ref"> Refs </h2> |
| 44 | - |
| 45 | - 1. [Northern Italy Pollution (Wikipedia)](https://en.wikipedia.org/wiki/Northern_Italy#Pollution) |
| 46 | - 2. [Nitrogen Dioxide over northern Italy](https://www.esa.int/ESA_Multimedia/Images/2019/05/Nitrogen_dioxide_over_northern_Italy) |
| 47 | - 3. [Air Pollution in Europe](https://aqli.epic.uchicago.edu/news/air-pollution-hotspots-in-europe/) |
| 48 | diff --git a/sitemap.yaml b/sitemap.yaml |
| 49 | index d31a589..0de2735 100644 |
| 50 | --- a/sitemap.yaml |
| 51 | +++ b/sitemap.yaml |
| 52 | @@ -1,13 +1,6 @@ |
| 53 | enabled: true |
| 54 | # global variables exposed everywhere |
| 55 | - variables: |
| 56 | - # urls served by charts.ayllu-forge.org |
| 57 | - torino_air: |
| 58 | - particulates_url: "https://charts.ayllu-forge.org/chart.svg?query=%7B__name__%3D~%22airgradient_(pm1_ugm3%7Cpm2d5_ugm3%7Cpm10_ugm3)%22%7D&label=%7B%7B.__name__%7D%7D&width=8&height=3&background-color=%23333333&foreground-color=%23e4e4e4&title=Particulates" |
| 59 | - nox_url: "https://charts.ayllu-forge.org/chart.svg?query=airgradient_nox_raw&label=%7B%7B.__name__%7D%7D&width=8&height=3&background-color=%23333333&foreground-color=%23e4e4e4&title=NOx" |
| 60 | - co2_url: "https://charts.ayllu-forge.org/chart.svg?query=airgradient_co2_ppm&label=%7B%7B.__name__%7D%7D&width=8&height=3&background-color=%23333333&foreground-color=%23e4e4e4&title=CO2" |
| 61 | - temperature_url: "https://charts.ayllu-forge.org/chart.svg?query=%7B__name__%3D~%22(airgradient_humidity_percent%7Cairgradient_temperature_celsius)%22%7D&width=8&height=3&label=%7B%7B.__name__%7D%7D&background-color=%23333333&foreground-color=%23e4e4e4&min=0&title=Temperature" |
| 62 | - |
| 63 | + variables: {} |
| 64 | entries: |
| 65 | - name: blog |
| 66 | enabled: true |
| 67 | @@ -15,7 +8,3 @@ entries: |
| 68 | - name: building-this-website |
| 69 | tagline: There is no deficiency of static website generators these days and so I had to write my own. |
| 70 | date: 2023-04-04 |
| 71 | - - name: projects |
| 72 | - enabled: true |
| 73 | - others: |
| 74 | - - name: air-quality-torino |