...
- Mask width (grid cells): Is a mask moving over the grid and checking the centre node with the nodes around. Default value is 2.
- Minimum distance (m): A shoal is detected when the centre node is shallower than the rest of the nodes in the mask. After the detection the points are sorted on increasing depth values, and by starting with the first (and shallowest) point, all points with a within a distance smaller than the Minimum distance will be removed. Then the same test is performed for the next valid point, etc. Default value is 25.
The shoals are saved in as <chart name> / classification / shoals_<mask width>_<distance>.
...
- Mask width (grid cells): Is a mask moving over the grid and checking the centre node with the nodes around. Default value is 2.
- Minimum distance (m): A deep is detected when the centre node is deeper than the rest of the nodes in the mask. After the detection the points are sorted on decreasing depth values, and by starting with the first (and deepest) point, all points with a within a distance smaller than the Minimum distance will be removed. Then the same test is performed for the next valid point, etc. Default value is 25.
The deeps are saved in as <chart name> / classification / deeps_<mask width>_<distance>.
...
This option enables a search in the Soundings dataset for the nearest point that was found in the Seafloor grid. The corresponding points are saved in as <chart name> / classification / <type>_in_soundings_<mask width>_<distance>.
...
- Mask width (grid cells): A filter moving over the grid and checking the centre node with the nodes around. Default value is 2.
- Minimum depth difference (m): The minimum depth difference between the actual node and the neighboring topography. Default value is 0.1.
The search ill find those grids nodes that have two low and two high neighbour points.
The search
The option Mask width is a filter moving over the grid and checking the centre node with the nodes aroundsaddle points are found by searching the grid nodes along the x and y axis, and then the diagonals within the mask. The criteria for a saddle point is that along one of the directions, the neighboring terrain should be shallower in both directions, while in the perpendicular axis the terrain should be deeper in both directions.
The search directions for saddles, ridges and valleys for mask width 2 (5x5).
After the detection the points are sorted on increasing depth values, and by starting with the first (and shallowest) point, all points with a within a distance smaller than the Filter Mask width will will be removed. Then the same test is performed for the next valid point, etcAll the remaining points ar checked the same way.
The result dataset is saved in as <chart name> / classification / saddles_<mask width>.
...
- Mask width (grid cells): A filter moving over the grid and checking the centre node with the nodes around. Default value is 2.
- Slope angle towards shallower (deg): The vertical angle towards shallower terrain. This angle should not be too steep for a ridge point. Default value is 2.
- Slope angle towards deeper (deg): The vertical angle towards shallower terrain. This angle should be steeper than the upward angle. Default value is 5.
- Maximum contour angle (deg): The angle of a contour line passing through the selected point. A smaller angle gives a sharper feature. Default value is 120.
The ridge points are found by searching the grid nodes along the x and y axis, and then the diagonals within the mask. The criteria for a ridge point is that along one of the directions the neighboring terrain should be shallower in one direction and deeper in the other, while in the perpendicular axis the terrain should be deeper in both directions.
The slope angles towards shallower and deeper terrain are the test criteria for defining the the limit for the slope.
After the detection the points are sorted on increasing depth values, and by starting with the first (and shallowest) point, all points with a within a distance smaller than the Mask width will will be removed. All the remaining points ar checked the same way.
The result is saved in as <chart name> / classification / ridges_'mask width'_'shallower angle'_'deeper angle'_'contour angle'.
...
- Mask width (grid cells): A filter moving over the grid and checking the centre node with the nodes around. Default value is 2.
- Slope angle towards shallower (deg): The vertical angle towards shallower terrain. This angle should be steeper than the downward angle for a valley point. Default value is 5.
- Slope angle towards deeper (deg): The vertical angle towards shallower terrain. This angle should be not be too steep for a valley point. Default value is 2.
- Maximum contour angle (deg): The angle of a contour line passing through the selected point. A smaller angle gives a sharper feature. Default value is 120.
The valley points are found by searching the grid nodes along the x and y axis, and then the diagonals within the mask. The criteria for a valley point is that along one of the directions the neighboring terrain should be deeper in one direction and shallower in the other, while in the perpendicular axis the terrain should be shallower in both directions.
The slope angles towards shallower and deeper terrain are the test criteria for defining the the limit for the slope.
After the detection the points are sorted on increasing depth values, and by starting with the first (and shallowest) point, all points with within a distance smaller than the the Mask width will will be removed. Then the same test is performed for the next valid point, etcAll the remaining points ar checked the same way.
The result is saved in <chart name> / classification / valleys_'maskwidth'_'shallower angle'_'deeper angle'_'contour angle'.
To see all valley points set Slope angle towards shallower = 1, Slope angle towards deeper = 1 and Maximum contour angle = 180.
Test and tune the parameters to get the proper valley points.
...