-
Notifications
You must be signed in to change notification settings - Fork 489
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
Function that plots cluster buses in a pandapower net #2229
base: develop
Are you sure you want to change the base?
Function that plots cluster buses in a pandapower net #2229
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2229 +/- ##
===========================================
- Coverage 75.84% 74.88% -0.96%
===========================================
Files 284 287 +3
Lines 33690 34119 +429
===========================================
Hits 25551 25551
- Misses 8139 8568 +429 ☔ View full report in Codecov by Sentry. |
Dear @Researcher-Retorta , Thank you for this contribution! I am a bit confused why there is the file tutorials/traces with functions that create traces when we already have a file that includes functions for creating plotly traces. |
Hello, |
@Researcher-Retorta, thanks for your work: Can you add a changelog entry? |
Hey,
I talked via email with Alexander Scheidler about my contribution regarding cluster visualization in pandapower grids.
The purpose of the update is to illustrate zones within the grid.
The function allows for the representation of these zones' buses in an electrical grid through colorful buses, with each color representing a distinct zone. Essentially, it's a modified version of "vlevel_plotly".
I believe this functionality significantly enhances our ability to visualize and analyze the grid into zones, providing valuable insights into resource aggregation and distribution.
I added an example in tutorials, which encompass 2 .ipynb files, 2 .py files, 1 Excel file and 1 .sqlite file.