oislen / IrishClimateDashboard

A climate and weather dashboard for visualising meteorological data across Ireland.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Irish Climate Dashboard App

Overview

Dashboard applications are particularly useful for visualising multiple patterns within a dataset in a concise and user friendly way. This repository contains the code and data for running a climate dashboard which visualises meteorological data across Ireland.

The dashboard application includes two separate interactive Bokeh plots:

  1. A time series plot of different aggregated climate measures over time by county

Time Series Plot

  1. A gis map of different aggregated climate measures by county

Time Series Plot

Data

The underlying meteorological data is sourced from Met Éireann's public historical data portal:

The different climate measures include:

maxtp:  -  Maximum Air Temperature (C)	  "
mintp:  -  Minimum  Air Temperature (C)	
gmin:   -  09utc Grass Minimum Temperature (C)	
soil:   -  Mean 10cm Soil Temperature (C)	
wdsp:   -  Mean Wind Speed (knot)	
sun:    -  Sunshine duration (hours)					"	
evap:   -  Evaporation (mm)	
rain:   -  Precipitation Amount (mm)	

Docker Image

The dashboard application is available as a docker image, and is accessible on dockerhub:

Hosted Dashboard

Hosted dashboards are available on :

About

A climate and weather dashboard for visualising meteorological data across Ireland.

License:MIT License


Languages

Language:Jupyter Notebook 92.7%Language:Python 6.5%Language:Shell 0.4%Language:Batchfile 0.3%Language:Dockerfile 0.1%