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

Fix dc_loading for line loading plot #693

Merged
merged 5 commits into from
Nov 21, 2023
Merged

Conversation

ClaraBuettner
Copy link
Contributor

This branch fixed the visualization of line_loading. Could you double-check that it works as expected?

@CarlosEpia
Copy link
Contributor

The loading plot is working correctly. I did the mentioned change regarding the problem with OSM background map.

If the osm map is used as a background grid, the crs is updated.
In order to avoid conflicts with the geographical_boundaries, these are now
overwritten by the transformed coordinates from the osm parameter.
@@ -2703,7 +2717,6 @@ def plot_grid(
flow=flow,
title=title,
geomap=False,
boundaries=geographical_boundaries,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing this line created some problems because the defined geographical boundaries were not used anymore. I fixed this in my latest commit.

@CarlosEpia
Copy link
Contributor

All the plots are working as expected. This branch can be merged into dev.

@CarlosEpia CarlosEpia merged commit 40d74f8 into dev Nov 21, 2023
6 checks passed
@ClaraBuettner ClaraBuettner deleted the feautres/fix-line-loadng-plot branch August 13, 2024 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants