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

Function that plots cluster buses in a pandapower net #2229

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

Researcher-Retorta
Copy link

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.

Copy link

codecov bot commented Mar 26, 2024

Codecov Report

Attention: Patch coverage is 0% with 429 lines in your changes missing coverage. Please review.

Project coverage is 74.88%. Comparing base (28168c4) to head (824618d).
Report is 19 commits behind head on develop.

Files with missing lines Patch % Lines
pandapower/cluster/draw_cluster.py 0.00% 374 Missing ⚠️
pandapower/cluster/cluster_plotly.py 0.00% 53 Missing ⚠️
pandapower/cluster/__init__.py 0.00% 2 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@rbolgaryn
Copy link
Member

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.

@Researcher-Retorta
Copy link
Author

Hello,
Let me know if you need something from my side.
Thank you
Regards

@mfranz13 mfranz13 self-assigned this Nov 19, 2024
@vogt31337
Copy link
Contributor

@Researcher-Retorta, thanks for your work: Can you add a changelog entry?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants