-
Notifications
You must be signed in to change notification settings - Fork 10
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
Sections #1
Comments
What are you referring to when you say sections? Subsections of the river? |
The green line that is circled here is the width line (measuring the width from the right to the left bank) To return the position of the width line you can use the Is that the section information you need? |
I have seen that riverWidthFromCenterline function. returns (Longitude, Latitude) and width. But with that I can't get the coordinates of the lines, I would need at least two coordinates of each line to define them. |
You'd like to get the coordinates of where the width line intersects on the left/right bank? I don't believe I currently have a function in place to get this information (although it is being used on the backend). I will see about adding it today and bundle it with a release |
I would like to be able to obtain its coordinates from each of the width lines, that is, where it begins and where it ends. Thank you |
v1.3.0 has the update for Example:
|
Wonderfull, thanks |
In the same way that we can export the rivercenterline, could we export the sections?
The text was updated successfully, but these errors were encountered: