SylwiaOliwia2 / Global-Warming-in-Poland---Heatmap

D3 visualization showing temperature growth in the cities in Poland.

Home Page:https://sylwia.hs3.linux.pl/my_files/temp_heatmap/frontend/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Global-Warming-in-Poland---Heatmap

The D3 visualization shows temperature changes in selected polish cities over the last 50 years.

screenshot

The data comes from IMGW public dataset. Click here to see the visualization in action.

To gain the same reference for each month, the data is represented as Z-score (number of standard deviations from the mean). In this case mean was calculated separately for each month over the years.

Ex. as shown below, the average temperature in December 1971 was 1.1°C. The mean temperature for December (1966-2019) was -1°C. The temperature in observed month was 0.97 standard deviations from the December mean.

tooltip

Backend

The folder contains raw csv files manually downloaded from IMGW. The preprocesing.py file concatenates raw csv, create sepearted csv files for selected cities and save them in frontend/preprocessed_csv folder. Data for (station_name == "WROCŁAW" and year <= 1965) was excluded due to unreliable temperature (0°C every month).

Frontend

The folder contains visualization code (html, css, JavaScript) and preprocessed files to be displayed.

About

D3 visualization showing temperature growth in the cities in Poland.

https://sylwia.hs3.linux.pl/my_files/temp_heatmap/frontend/index.html


Languages

Language:JavaScript 70.8%Language:Python 13.8%Language:HTML 9.9%Language:CSS 5.5%