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

improved legends, EqualEarth projection, w/wo retrofit compatibility #220

Merged
merged 11 commits into from
Dec 28, 2022
3 changes: 2 additions & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,8 @@ rule prepare_sector_network:
rule plot_network:
input:
overrides="data/override_component_attrs",
network=RDIR + "/postnetworks/elec_s{simpl}_{clusters}_lv{lv}_{opts}_{sector_opts}_{planning_horizons}.nc"
network=RDIR + "/postnetworks/elec_s{simpl}_{clusters}_lv{lv}_{opts}_{sector_opts}_{planning_horizons}.nc",
regions=pypsaeur('resources/regions_onshore_elec_s{simpl}_{clusters}.geojson')
output:
map=RDIR + "/maps/elec_s{simpl}_{clusters}_lv{lv}_{opts}_{sector_opts}-costs-all_{planning_horizons}.pdf",
today=RDIR + "/maps/elec_s{simpl}_{clusters}_lv{lv}_{opts}_{sector_opts}_{planning_horizons}-today.pdf"
Expand Down
2 changes: 1 addition & 1 deletion config.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ plotting:
boundaries: [-11, 30, 34, 71]
color_geomap:
ocean: white
land: whitesmoke
land: white
eu_node_location:
x: -5.5
y: 46.
Expand Down
2 changes: 2 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ incorporates retrofitting options to hydrogen.

* Shipping demand now defaults to (synthetic) oil rather than liquefied hydrogen until 2050.

* Improved network plots including better legends, hydrogen retrofitting network display, and change to EqualEarth projection.

**Bugfixes**

* The CO2 sequestration limit implemented as GlobalConstraint (introduced in the previous version)
Expand Down
1 change: 0 additions & 1 deletion matplotlibrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
backend: Agg
font.family: sans-serif
font.sans-serif: Ubuntu, DejaVu Sans
image.cmap: viridis
Loading