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

Save allocation flows #1012

Merged
merged 5 commits into from
Feb 5, 2024
Merged

Save allocation flows #1012

merged 5 commits into from
Feb 5, 2024

Conversation

SouthEndMusic
Copy link
Collaborator

Fixes #967.

Blocking for merge: #1006.

Note to @visr and others working on flow visualization in QGIS: although this yields a flow output file, it is different from the flow output file for several reasons:

  • There are demand gathering flows and allocation flows (which yields 2 flow values for each edge in a subnetwork for each allocation timestep)
  • (For now) an edge connecting the main network to the subnetwork yields flows from both the main network and the subnetwork.

@SouthEndMusic
Copy link
Collaborator Author

SouthEndMusic commented Jan 30, 2024

To do:

  • Now flows are saved for allocation flow edges, these have to be translated to edges from the physical layer;

After merging #1006:

  • add the gathering_demands column;
  • move p.allocation_record to allocation.record.

@visr visr merged commit 75b5ff3 into main Feb 5, 2024
19 checks passed
@visr visr deleted the allocation_flow_output branch February 5, 2024 10:08
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.

Allocation flow output file
2 participants