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

feat: add new cutout for oceania #1157

Merged
merged 3 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions configs/bundle_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,19 @@ databundles:
disable_by_opt:
build_cutout: [all]

# cutouts bundle of the cutouts folder for Oceania continent
# Coordinate bounds: [min_x = 80, max_x = 180.0, min_y = -50, max_y = 20.]
# Size about 19 GB (zipped)
bundle_cutouts_oceania:
countries: [Oceania]
category: cutouts
destination: "cutouts"
urls:
gdrive: https://drive.google.com/file/d/1R8ELkXmW8jBBUFWRY0sbf-T14SJl4EUY/view?usp=sharing
output: [cutouts/cutout-2013-era5.nc]
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:
Expand Down
3 changes: 3 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ E.g. if a new rule becomes available describe how to use it `make test` and in o

* Fix pre-commit docformatter python issue. `PR #1153 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1153>`__

* Include a dedicated cutout for Oceania in bundle_config.yaml `PR #1157 <https://github.com/pypsa-meets-earth/pypsa-earth/pull/1157>`_


PyPSA-Earth 0.4.1
=================

Expand Down
Loading