You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently CSDP is able to place cross-sections at regular intervals (user specified). However these cross sections then have to be drawn manually by looking at the cloud of points within the cross-section thickness (perpendicular depth from the x section plane)
Especially for DEM points, these cross-section profiles can be created by sampling along the cross-section line and estimating the depth (averaging, interpolation, nearest-neighbor).
If the resulting cross-section profile has too many redundant points, a line simplification algorithm can be applied to result in a fairly good profile.
The text was updated successfully, but these errors were encountered:
Line simplification is working. Next I will add features to the cross-section window: 1) A "Create XS" button, 2) an epsilon slider, 3) minimum year specification combo box, 4) maximum year combo box. Changes to options 2-4 will be saved to global variables and remembered until session ends or user modifies them again. Adding an automatic cross-section will also create a metadata entry. Then I will add features to the main window: 1) Automatically create cross-sections for all existing cross-section lines in selected centerline, or for selected cross-section line--probably include a warning and an "are you sure" dialog if any of the cross-section lines already have an existing drawing.
Currently CSDP is able to place cross-sections at regular intervals (user specified). However these cross sections then have to be drawn manually by looking at the cloud of points within the cross-section thickness (perpendicular depth from the x section plane)
Especially for DEM points, these cross-section profiles can be created by sampling along the cross-section line and estimating the depth (averaging, interpolation, nearest-neighbor).
If the resulting cross-section profile has too many redundant points, a line simplification algorithm can be applied to result in a fairly good profile.
The text was updated successfully, but these errors were encountered: