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 4 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 are missing coverage. Please review.

Project coverage is 78.24%. Comparing base (27f332a) to head (a6bd20a).

❗ Current head a6bd20a differs from pull request most recent head 89100ad. Consider uploading reports for the commit 89100ad to get more accurate results

Files 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    79.43%   78.24%   -1.20%     
===========================================
  Files          255      258       +3     
  Lines        27954    28381     +427     
===========================================
  Hits         22206    22206              
- Misses        5748     6175     +427     

☔ 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.

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.

None yet

2 participants