From 46387445056aed5f15f61c3caa720160d04f1f0c Mon Sep 17 00:00:00 2001 From: Tom Brown Date: Wed, 17 Apr 2019 18:09:48 +0200 Subject: [PATCH] Update README with data bundle --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c8165c42..122bb659 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,21 @@ better integrated with the corresponding scripts in PyPSA-Eur. First install [PyPSA-Eur](https://github.com/PyPSA/pypsa-eur) and all its dependencies. +Create a parallel directory for PyPSA-Eur-Sec with: +```shell +projects % git clone git@github.com:nworbmot/pypsa-eur-sec.git +``` + + + ## Data requirements -JRC-IDEES, JRC biomass potentials, .... EEA emissions. \ No newline at end of file +The Data requirements include JRC-IDEES-2015, JRC biomass potentials, +EEA emission statistics, Eurostat Energy Balances, urban district +heating potentials, emobility statistics, timezone mappings and +heating profiles. + +```shell +projects/pypsa-eur-sec/data % wget "https://nworbmot.org/pypsa-eur-sec-data-bundle-190417.tar.gz" +projects/pypsa-eur-sec/data % tar xvzf pypsa-eur-sec-data-bundle-190417.tar.gz +```