-
Notifications
You must be signed in to change notification settings - Fork 8
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
Investigate a cross section plot #59
Comments
It would be useful to also have the option to convert vector information when taking a vertical slice (section plot). See the figure below as an example of an application for this functionality. Along this transect in the Nieuwe Waterweg we take the along-channel currents to visualize current stratification. I can imagine that this functionality will also be useful for sediment transport or other vector output on 3D map files. This would require to take into account the orientation/angle of the polyline and convert the x- and y-components of the data variable to a perpendicular and parallel component. The latter can be done by xugrid, but can also be done afterwards, as long as the polyline orientation in each cell is available. |
No description provided.
The text was updated successfully, but these errors were encountered: