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

Adding flowline length, perimeter, area, bed_area, and volume to all transects #174

Open
7 tasks
arashmodrad opened this issue Aug 6, 2024 · 0 comments
Open
7 tasks
Assignees

Comments

@arashmodrad
Copy link
Contributor

We should include the following in our next iteration of transect generation

  • Include a column identifying ML vs DEM points
  • Ensure there are transects at immediate beginning and end of each flowline for mass preservation
  • Include flowline length (FL) from current transect to upstream transect
  • Include ML perimeter (P) for all transects
  • Include ML cross-section area (A) for all transects
  • Include ML bed_area for all transects bed_area = FL * P
  • Include ML Volume for all transects Volume = FL * A

Note that we need to interpolate a value on left or right bank of the ML points to match the elevation of the other bank before estimating the above.

Elevation on sides are different
Image

Elevation on both sides are equal by interpolation
Image

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