Add Energy Balances 2018 to data bundle (used for industry demand)

This commit is contained in:
Tom Brown 2019-07-19 12:56:38 +02:00
parent 03670c1ab3
commit 232425ac61

View File

@ -38,12 +38,15 @@ projects % git clone git@github.com:nworbmot/pypsa-eur-sec.git
## Data requirements ## Data requirements
The Data requirements include JRC-IDEES-2015, JRC biomass potentials, The data requirements include the JRC-IDEES-2015 database, JRC biomass
EEA emission statistics, Eurostat Energy Balances, urban district potentials, EEA emission statistics, Eurostat Energy Balances, urban
heating potentials, emobility statistics, timezone mappings and district heating potentials, emobility statistics, timezone mappings
heating profiles. and heating profiles.
The data bundle is about 640 MB.
To download and extract it on the command line:
```shell ```shell
projects/pypsa-eur-sec/data % wget "https://nworbmot.org/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-190417.tar.gz projects/pypsa-eur-sec/data % tar xvzf pypsa-eur-sec-data-bundle-190719.tar.gz
``` ```