From 232425ac610d0f119b3852464daacae9f4feb17e Mon Sep 17 00:00:00 2001 From: Tom Brown Date: Fri, 19 Jul 2019 12:56:38 +0200 Subject: [PATCH] Add Energy Balances 2018 to data bundle (used for industry demand) --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f7a3f986..07cec605 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,15 @@ projects % git clone git@github.com:nworbmot/pypsa-eur-sec.git ## Data requirements -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. +The data requirements include the JRC-IDEES-2015 database, JRC biomass +potentials, EEA emission statistics, Eurostat Energy Balances, urban +district heating potentials, emobility statistics, timezone mappings +and heating profiles. +The data bundle is about 640 MB. + +To download and extract it on the command line: ```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 +projects/pypsa-eur-sec/data % wget "https://nworbmot.org/pypsa-eur-sec-data-bundle-190719.tar.gz" +projects/pypsa-eur-sec/data % tar xvzf pypsa-eur-sec-data-bundle-190719.tar.gz ```