File:Smog-krakow.svg

Summary

Description
Polski: Wykres średniorocznego stężenia PM10 w Krakowie przy Al. Krasińskiego.
English: Annual mean concentration of PM10 in Kraków, at Aleja Krasińskiego.
Date
Source

od 2007: https://powietrze.gios.gov.pl/pjp/current/station_details/archive/400#
Dla poniższych lat znalazłem jedynie stężenie średnioroczne:
2006: http://www.krakow.pios.gov.pl/www_old/raport06/02_4_Powietrze_Jakosc.pdf
2005: http://www.krakow.pios.gov.pl/www_old/raport05/raport05a.pdf
2004: http://www.krakow.pios.gov.pl/www_old/raport04/rozdzial02.htm
2003: http://www.krakow.pios.gov.pl/www_old/raport03/rozdz_1/1_powietrze.html#2
1994-2002: Program ochrony środowiska i stanowiący jego element plan gospodarki odpadami dla miasta Krakowa
1972: Oszacowana wartość na podstawie wykresu w źródłach poniżej:

Przed 1994: nie miałem dostępu do źródła danych jednak można znaleźć wykresy zaczynające się od 1968 i pokazujące stężenie pyłów zawieszonych w kilku dzielnicach Krakowa: 1 2 czy 3. W źródłach pojawiają się Dane WIOŚ w Krakowie oraz artykuł Tendencje zmian w zanieczyszczeniu powietrza w Krakowie po II wojnie światowej opublikowany w 1994 w Folia Geographica, ser. Geogr.-Phys.
Author Tbap
SVG development
InfoField
 The SVG code is valid.
 This plot was created with Gnuplot.
Category:Valid SVG created with Gnuplot#Smog-krakow.svg
 Category:Translation possible - SVGThis plot uses embedded text that can be easily translated using a text editor.

Uwagi:

  • Aleja Krasińskiego notuje najwyższe stężenia w Krakowie, wykres nie jest więc reprezentatywny dla całego miasta. Wybór tej stacji był podyktowany względami praktycznymi: najprościej było dla niej zgromadzić dane.
  • od 2007: na stronie POIS występują luki w szeregach czasowych które mogą wpływać na poprawność danych prezentowanych na wykresie. Średnio brakuje średnich dobowych z 20 dni dla każdego roku. Najwięcej brakuje dla 2009 (73 dni), 2012 (66 dni) i 2007 (31 dni).
  • Stężenie w 1972 zostało oszacowane na podstawie wykresu i jest stężeniem podawanym dla Śródmieścia, nie Al. Krasińskiego (stacja pomiarowa powstała chyba na początku lat 90.)

Poprawki, aktualizacje i źródła do brakujących danych mile widziane!

Gnuplot source

Source code

Gnuplot code

set terminal svg size 1300,1000
set terminal svg enhanced background rgb 'white'
set output 'smog-krakow.svg'
set title "Stężenie PM10 w Krakowie przy Al. Krasińskiego"

xMin = 1971
cutLeft = 1973 # where the gap in the plot starts
gap = 20
xMax = 2022
xMaxVirtual = xMax - 19.5

yMax = 410

set xrange [xMin:xMax - gap + 0.5]
set yrange [0:yMax]
set border 2 + 8
set key outside
set key bot center horizontal invert

# draw broken axis symbol
set arrow 1 from xMin, 0 to cutLeft, 0 nohead
set arrow 2 from cutLeft + 0.5, 0 to xMaxVirtual, 0 nohead
set arrow 3 from xMin, yMax to cutLeft, yMax nohead
set arrow 4 from cutLeft + 0.5, yMax to xMaxVirtual, yMax nohead

set arrow 5 from cutLeft - 0.2, -7 to cutLeft + 0.2, 7 nohead
set arrow 6 from cutLeft + 0.2, -7 to cutLeft + 0.6, 7 nohead
set arrow 7 from cutLeft - 0.2, yMax-7 to cutLeft + 0.2, yMax+7 nohead
set arrow 8 from cutLeft + 0.2, yMax-7 to cutLeft + 0.6, yMax+7 nohead
  
# fake ticks  
set xtics ("1972" 1972, "1995" 1975, "2000" 1980, "2005" 1985, "2010" 1990, "2015" 1995, "2020" 2000)
set ylabel "μg/m³"

set datafile separator ","

# before plotting the data series is mapped so that the gap is removed from the data
plot 'data.csv' using ($1 < cutLeft ? $1 : ($1 > cutLeft ? $1 - gap : 1/0)):2:6 with filledcurves title 'zakres stężeń średniodobowych' fs lc rgb "#CCC", \
     '' using ($1 < cutLeft ? $1 : ($1 > cutLeft ? $1 - gap : 1/0)):3:5 with filledcurves title 'zakres stężeń średniomiesięcznych' fs lc rgb "#999", \
     '' using ($1 < cutLeft ? $1 : ($1 > cutLeft ? $1 - gap : 1/0)):7 with steps lc rgb "red" title 'poziom dopuszczalny stężenia średniorocznego', \
     '' using ($1 < cutLeft ? $1 : ($1 > cutLeft ? $1 - gap : 1/0)):4 with lp lt 1 ps 1.5 pt 0 lw 3 lc rgb "black" title 'stężenie średnioroczne', \
     '-' with points ls 1 pt 3 lc rgb "black" title 'rekordowe stężenie średnioroczne dla Śródmieścia'
1972,195
e

Data

year,daily-min,monthly-min,average,monthly-max,daily-max,limit
1994,,,79,,,50
1995,,,80,,,50
1996,,,86,,,50
1997,,,77,,,50
1998,,,72,,,50
1999,,,65,,,50
2000,,,48,,,50
2001,,,43,,,50
2002,,,89,,,40
2003,,,80,,,40
2004,,,69,,,40
2005,,,86,,,40
2006,,,96,,,40
2007,20,57,82,130,310,40
2008,17,53,81,125,367,40
2009,18,50,79,123,280,40
2010,10,39,79,144,398,40
2011,13,33,77,132,356,40
2012,9,27,66,147,402,40
2013,17,29,60,101,254,40
2014,16,27,64,125,256,40
2015,14,35,68,115,265,40
2016,13,30,57,109,329,40
2017,6,28,55,146,327,40
2018,11,32,57,96,224,40
2019,11,33,49,80,165,40
2020,5,23,39,73,138,40
2021,13,25,45,75,184,40
2022,10,33,47,66,111,40
2023,6,25,31,43,121,40
2024,7,22,34,54,168,40

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-4.0#Smog-krakow.svgCategory:Self-published work
Category:Smog in Kraków Category:Charts of Kraków
Category:CC-BY-SA-4.0 Category:Charts of Kraków Category:Created with Gnuplot code Category:Self-published work Category:Smog in Kraków Category:Translation possible - SVG Category:Valid SVG created with Gnuplot