Skip to content

Commit df324f4

Browse files
docs: update visualizer docs (#57)
Signed-off-by: jaapschoutenalliander <jaap.schouten@alliander.com>
1 parent 61d2599 commit df324f4

8 files changed

+13
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ Some highlighted features:
4141
can be used to analyze the network.
4242
- An interface to model network mutations which is useful in
4343
simulation use-cases.
44+
- Visualization for easy exploration and debugging.
45+
46+
<img width="40%" alt="Grid Visualisation" src="docs/_static/grid-force-directed.png" />
4447

4548
See the [power-grid-model-ds documentation](https://power-grid-model-ds.readthedocs.io/en/stable/) for more information.
4649

docs/_static/grid-force-directed.png

452 KB
Loading
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>
2+
3+
SPDX-License-Identifier: MPL-2.0

docs/_static/grid-hierarchical.png

660 KB
Loading
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>
2+
3+
SPDX-License-Identifier: MPL-2.0
83.2 KB
Loading
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>
2+
3+
SPDX-License-Identifier: MPL-2.0

docs/visualizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ SPDX-License-Identifier: MPL-2.0
1616

1717
With Coordinates | Hierarchical | Force-Directed
1818
:------------------:|:------------:|:-------------:
19-
<img width="250" alt="Coordinates" src="https://github.com/user-attachments/assets/6f991cb1-08b4-4c4b-8adc-eed36f58db40" /> | <img width="250" alt="Hierarchical" src="https://github.com/user-attachments/assets/0cf5684d-fb7c-4920-92b8-1e49bc827a92" /> | <img width="250" alt="Force-Directed" src="https://github.com/user-attachments/assets/f0167ded-ceb4-4a31-a91e-e029dd6d7f13" />
19+
<img width="250" alt="Coordinates" src="_static/grid-with-coordinates.png" /> | <img width="250" alt="Hierarchical" src="_static/grid-hierarchical.png" /> | <img width="250" alt="Force-Directed" src="_static/grid-force-directed.png" />
2020

2121
-----
2222
## Quickstart

0 commit comments

Comments
 (0)