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

Refactor plotting to enable transmission line path data #332

Open
1 task
danielolsen opened this issue Mar 1, 2022 · 1 comment
Open
1 task

Refactor plotting to enable transmission line path data #332

danielolsen opened this issue Mar 1, 2022 · 1 comment
Assignees
Labels
feature request Request for a new feature. (Only lives in Backlog)

Comments

@danielolsen
Copy link
Contributor

🚀

  • Is your feature request essential for your project?

Describe the workflow you want to enable

Currently, data in PowerSimData are only sufficient to map the start and endpoint of lines to coordinates. However, forthcoming grid models may contain a wider range of information, including true paths of transmission lines. For these grid models, it would be nice to be able to refactor the plotting functions to display this information, rather than just start points and end points.

Describe your proposed implementation

For functions that plot the network, we could have a flag that determines whether the lines are plotted as start- and end-points or as full paths. Path data would be associated with the branches themselves, as a list of 2-tuple (lat, lon) coordinates. Display colors and thicknesses could be the same for each segment of the line as they would be for a straight-shot line.

@danielolsen danielolsen added the feature request Request for a new feature. (Only lives in Backlog) label Mar 1, 2022
@danielolsen danielolsen removed their assignment May 27, 2022
@merrielle
Copy link
Collaborator

merrielle commented Aug 10, 2022

Notes: related to HIFLD, may be good for @merrielle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request for a new feature. (Only lives in Backlog)
Projects
None yet
Development

No branches or pull requests

5 participants