From 3b8b952f978cf8f6c327284fc9f8e0f09c4e7d48 Mon Sep 17 00:00:00 2001 From: Fabrizio Finozzi <167071962+finozzifa@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:15:45 +0200 Subject: [PATCH 1/6] Update bundle_config.yaml including a dedicated European cutout --- configs/bundle_config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configs/bundle_config.yaml b/configs/bundle_config.yaml index c78bd4c0a..5a4da9562 100644 --- a/configs/bundle_config.yaml +++ b/configs/bundle_config.yaml @@ -269,13 +269,14 @@ databundles: build_cutout: [all] # cutouts bundle of the cutouts folder for the European continent - # Note: this includes nearly the entire north emisphere [long +-180, lat 1-85]. Size about 81GB (zipped) + # Coordinate bounds: [long -32 to 60, lat 1.5-74] + # Size about 17 GB (zipped) bundle_cutouts_europe: countries: [Europe] category: cutouts destination: "cutouts" urls: - gdrive: https://drive.google.com/file/d/1Ew7rQT0VNBqJW1AUrOrOP2IJKSJS7Uoy/view?usp=sharing + gdrive: https://drive.google.com/file/d/17QS7qkuCiyj95Pr-ZQRl3qgp5CQE6HTy/view?usp=drive_link output: [cutouts/cutout-2013-era5.nc] disable_by_opt: build_cutout: [all] From 12edb982ef070470c08115a6ed752c0602dfa951 Mon Sep 17 00:00:00 2001 From: Fabrizio Finozzi <167071962+finozzifa@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:59:55 +0200 Subject: [PATCH 2/6] Update release_notes.rst --- doc/release_notes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/release_notes.rst b/doc/release_notes.rst index cda619dd7..92078650d 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -24,6 +24,7 @@ E.g. if a new rule becomes available describe how to use it `make test` and in o * Include a dedicated cutout for North America in bundle_config.yaml `PR #1121 `_ +* Include a dedicated cutout for Europe in bundle_config.yaml `PR #1125 https://github.com/pypsa-meets-earth/pypsa-earth/pull/1125`_ PyPSA-Earth 0.4.1 ================= From 87d7f08f46faf9254ca8a7e31a01802a175a8a80 Mon Sep 17 00:00:00 2001 From: Fabrizio Finozzi <167071962+finozzifa@users.noreply.github.com> Date: Thu, 3 Oct 2024 17:00:15 +0200 Subject: [PATCH 3/6] Update release_notes.rst - 2 --- doc/release_notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release_notes.rst b/doc/release_notes.rst index 92078650d..1ea2f5393 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -24,7 +24,7 @@ E.g. if a new rule becomes available describe how to use it `make test` and in o * Include a dedicated cutout for North America in bundle_config.yaml `PR #1121 `_ -* Include a dedicated cutout for Europe in bundle_config.yaml `PR #1125 https://github.com/pypsa-meets-earth/pypsa-earth/pull/1125`_ +* Include a dedicated cutout for Europe in bundle_config.yaml `PR #1125 `_ PyPSA-Earth 0.4.1 ================= From 8fab463b47700523deefb679cca7eca75540e461 Mon Sep 17 00:00:00 2001 From: Fabrizio Finozzi <167071962+finozzifa@users.noreply.github.com> Date: Thu, 3 Oct 2024 17:06:23 +0200 Subject: [PATCH 4/6] Update bundle_config.yaml --- configs/bundle_config.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/configs/bundle_config.yaml b/configs/bundle_config.yaml index 5a4da9562..cd8bd286f 100644 --- a/configs/bundle_config.yaml +++ b/configs/bundle_config.yaml @@ -281,6 +281,18 @@ databundles: disable_by_opt: build_cutout: [all] + # cutouts bundle of the cutouts folder for the northern hemisphere + # Note: this includes nearly the entire northern emisphere [long +-180, lat 1-85]. Size about 81GB (zipped) + #bundle_cutouts_northern_hemisphere: + # countries: [NorthAmerica, Europe] + # category: cutouts + # destination: "cutouts" + # urls: + # gdrive: https://drive.google.com/file/d/1Ew7rQT0VNBqJW1AUrOrOP2IJKSJS7Uoy/view?usp=sharing + # output: [cutouts/cutout-2013-era5.nc] + # disable_by_opt: + # build_cutout: [all] + # cutouts bundle of the cutouts folder for the Asian continent, except Russia # Size about 30GB (zipped) bundle_cutouts_asia: From a21ff8d77f2158503242c23a4cc803f8f30c046e Mon Sep 17 00:00:00 2001 From: Fabrizio Finozzi <167071962+finozzifa@users.noreply.github.com> Date: Thu, 3 Oct 2024 17:42:20 +0200 Subject: [PATCH 5/6] Update ci.yml replacing Conda list --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fef9aaae..e892057e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,8 +58,8 @@ jobs: key: data-cutouts-${{ env.WEEK }}-${{ env.CACHE_NUMBER }} - - name: Conda list - run: conda list + - name: Micromamba list + run: micromamba list - name: Run Test run: make test From 356fb71eab053d62e9771a634c542391f5143524 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 22:52:17 +0200 Subject: [PATCH 6/6] docs(contributor): contrib-readme-action has updated readme (#1129) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index df964e28c..c424dfe34 100644 --- a/README.md +++ b/README.md @@ -326,6 +326,13 @@ The documentation is available here: [documentation](https://pypsa-earth.readthe GridGrapher + + + finozzifa +
+ Finozzifa +
+ Emre-Yorat89 @@ -353,13 +360,6 @@ The documentation is available here: [documentation](https://pypsa-earth.readthe
Ekaterina-Vo
- - - - finozzifa -
- Finozzifa -