From 7535a0d38559b8b85cc1ddc3b4871ff07e786b5c Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Thu, 6 Jan 2022 10:29:59 +0100 Subject: [PATCH] update data bundle (#216) --- doc/release_notes.rst | 4 +++- scripts/retrieve_sector_databundle.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/release_notes.rst b/doc/release_notes.rst index d5ca8b80..7808d2ba 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -62,6 +62,8 @@ incorporates retrofitting options to hydrogen. * Add option to sweep the global CO2 sequestration potentials with keyword ``seq200`` in the ``{sector_opts}`` wildcard (for limit of 200 Mt CO2). +* Updated `data bundle `_ that includes the hydrogan salt cavern storage potentials. + **Bugfixes** * The CO2 sequestration limit implemented as GlobalConstraint (introduced in the previous version) @@ -433,4 +435,4 @@ To make a new release of the data bundle, make an archive of the files in ``data .. code:: bash - data % tar pczf pypsa-eur-sec-data-bundle.tar.gz eea/UNFCCC_v23.csv switzerland-sfoe biomass eurostat-energy_balances-* jrc-idees-2015 emobility WindWaveWEC_GLTB.xlsx myb1-2017-nitro.xls Industrial_Database.csv retro/tabula-calculator-calcsetbuilding.csv nuts/NUTS_RG_10M_2013_4326_LEVL_2.geojson + data % tar pczf pypsa-eur-sec-data-bundle.tar.gz eea/UNFCCC_v23.csv switzerland-sfoe biomass eurostat-energy_balances-* jrc-idees-2015 emobility WindWaveWEC_GLTB.xlsx myb1-2017-nitro.xls Industrial_Database.csv retro/tabula-calculator-calcsetbuilding.csv nuts/NUTS_RG_10M_2013_4326_LEVL_2.geojson h2_salt_caverns_GWh_per_sqkm.geojson diff --git a/scripts/retrieve_sector_databundle.py b/scripts/retrieve_sector_databundle.py index 6e647ce5..9fba27ea 100644 --- a/scripts/retrieve_sector_databundle.py +++ b/scripts/retrieve_sector_databundle.py @@ -19,7 +19,7 @@ from _helpers import progress_retrieve, configure_logging if __name__ == "__main__": configure_logging(snakemake) - url = "https://zenodo.org/record/5546517/files/pypsa-eur-sec-data-bundle.tar.gz" + url = "https://zenodo.org/record/5824485/files/pypsa-eur-sec-data-bundle.tar.gz" tarball_fn = Path("sector-bundle.tar.gz") to_fn = Path("data")