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

Inset Visualizations #20

Open
6 tasks
micahpw-nrel opened this issue Oct 8, 2024 · 1 comment
Open
6 tasks

Inset Visualizations #20

micahpw-nrel opened this issue Oct 8, 2024 · 1 comment

Comments

@micahpw-nrel
Copy link
Collaborator

Visualizations for the entire system.

The following visualizations should work without uploading a regional shapefile.

  • Stacked area chart of generation for the entire scenario.
  • Distribution/Histogram of Line Loading. (Could split this out by kV level, e.g. "Are the low voltage lines overloaded or higher voltage lines?")

Visualizations with regional shapefiles present.

Same as above + the following.

  • Comparison of stacked generation between regions.
  • Inter and Intra regional line loading.
  • Net import and export for a region.
  • Stacked area for region (on hover or click to "pop out")

Lasso Select

Use nebula.gl to lasso select a set of lines or generators and show similar visualizations as above.

@micahpw
Copy link
Collaborator

micahpw commented Oct 10, 2024

Notes from testing/development:

  1. Scenario State should be use the useContext() hook so that data can be passed deeply.
  2. Clock state might also be able to use the useContext() to pass into various components deeply. However, there might be performance issues with frequent updates.

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

No branches or pull requests

2 participants