Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

petres/energy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moved to https://github.com/energy-monitor/

Joint project by Johannes Schmidt and me. Provides data loading and preparation scripts for the visualisations of essential energy data series for Austria.

Data sources

Following data sources are used:

This repository contains the data preparation code as well as the web frontend code.

Contribute

Any contribution is welcome, start by cloning this repo:

git clone https://github.com/petres/energy

Loading Data

Copy in the folder prep the creds-template.json file to creds.json and fill it with your credentials. Credentials can be obtained by registering on the corresponding data supplier webpages (free, except for data series fetched via the data provider Macrobond).

Calling one of the scripts in the load folder will download the data from the corresponding data source, extract, aggregate and store the data for the visualisation.

Web

The website uses webpack as bundler and the javascript framework Vue.js. The visualisations are created by the gen-vis library which is build on top of Vue.js and d3.

To run the monitor website locally in dev mode:

cd web
npm install
npm run dev