Skip to content

petres/climate-front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

climate data vis website

image

aim

Providing bare weather data visualisation to get an basic idea of the ocurring climate change.

data

The European Climate Assessment & Dataset project provides data for more than 15.000 weather stations in europe.

The data used is not provided in this repository. The raw data can be downloaded here. The raw data needs some preparation steps which are quite straightforward, I will add the code of these preparation steps in an extra repo. To run this repo you can download the prepared data used on the web server https://climate.abteil.org/data.

run

# get code
git clone https://github.com/petres/climate-front/
# get data (> 1 GB)
wget https://climate.abteil.org/data.tar.gz
# extract data
tar xzf data.tar.gz
cd climate-front
# install dependencies
npm install
# run dev server
npm run dev