Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addition of cutout bundle for KZ #856

Merged
merged 10 commits into from
Sep 12, 2023
11 changes: 11 additions & 0 deletions configs/bundle_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,17 @@ databundles:
disable_by_opt:
build_cutout: [all]

# Cutout of Kazakhstan for CI test of pypsa-kz-data repo, only 5 MB
bundle_cutouts_test_KZ:
countries: [KZ]
category: cutouts
destination: "cutouts"
urls:
zenodo: https://sandbox.zenodo.org/record/1239739/files/tutorial_cutouts_KZ.zip?download=1
output: [cutouts/cutout-2013-era5-tutorial.nc]
disable_by_opt:
build_cutout: [all]

# tutorial bundle for all African countries
bundle_tutorial_data_common:
countries: [Africa]
Expand Down
3 changes: 3 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ E.g. if a new rule becomes available describe how to use it `snakemake -j1 run_t

* Re-enable offshore wind and revise hydro `PR #830 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/830>`__

* Add databundle of cutouts for Kazakhstan for CI test `PR #856 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/856>`__. The bundle (~5MB) is used in pypsa-kz-data repository during CI tests.

* Option to specify a global upper capacity limit (using existing BAU functionality) `PR #857 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/857>`__


PyPSA-Earth 0.2.2
=================

Expand Down