Skip to content

Commit

Permalink
Addition of cutout bundle for KZ (#856)
Browse files Browse the repository at this point in the history
* Addition of cutout bundle for KZ

* Reorder the bundle to be near countries cutouts

* Remove unnecessary part

* Update link and fix name to tutorial

* Adding a release note

* Updating the link

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Max Parzen <max.parzen@ed.ac.uk>
  • Loading branch information
3 people authored Sep 12, 2023
1 parent 5fb9397 commit caefa79
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
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

0 comments on commit caefa79

Please sign in to comment.