In this section:
Introduction
This command will generate classificated points for the selected chart(s).
Input to the classification algorithms are the grids called Seafloor that are located under each "chart name" folder.
The Points Classification dialog
The content of the menu
The classification options are: Shoals, Deeps, Saddles, Ridges and Valleys
The points ar defined as:
- Shoal point: The shallowest point (node or sounding) in an area. All surrounding nodes are deeper.
- Deep point: The deepest point (node or sounding) in an area. All surrounding nodes are shallower.
- Saddle point: The shallowest point (node) in a fairway. The surrounding nodes are deeper on two sides and shallower on the two perpendicular sides.
- Ridge point: A break point (node) on a ridge. The surrounding nodes are deeper on three sides and shallower on the fourth side.
- Valley point: A break point (node) in a valley. The surrounding nodes are shallower on three sides and deeper on the fourth side.
Classification points
Set the correct parameters for the selected options and click Execute.
The result is a set of points that tells where the selected classification points are located. The classification points are saved under the <chart name> folder and a <classification>
folder with the name of the option and the parameters selected.
The parameters are set in the four tabs: Shoals/Deeps, Saddles, Ridges and Valleys
The Shoals/Deeps tab
Shoals search radius detection
Will find those grids nodes that are the shallowest within the Minimum distance. The parameters are:
- Mask width: Is a mask moving over the grid and checking the centre node with the nodes around. Default value is 2.
- Minimum distance: 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 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 <chart name> / classification / shoals_<mask width>_<distance>.
Deeps search radius detection
Will find those grids nodes that are the deepest within the Minimum distance. The parameters are:
- Mask width: Is a mask moving over the grid and checking the centre node with the nodes around. Default value is 2.
- Minimum distance: 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 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 <chart name> / classification / deeps_<mask width>_<distance>.
Find corresponding Shoals/Deeps in Soundings
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 <chart name> / classification / <type>_in_soundings_<mask width>_<distance>.
The Saddles tab
Will find those grids nodes that have two low and two high neighbour points. The parameters are:
- 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):
Will find those grids nodes that have two low and two high neighbour points.
The option Mask width is a filter moving over the grid and checking the centre node with the nodes around.
After the detection the points are sorted on increasing depth values, and by starting with the first (and shallowest) point, all points with a distance smaller than the Filter width will be removed. Then the same test is performed for the next valid point, etc.
The result is saved in <chart name> / classification / saddles_<mask width>.
The Ridges tab
Will find those grids nodes that define a ridge. The parameters are:
- 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.
After the detection the points are sorted on increasing depth values, and by starting with the first (and shallowest) point, all points with a distance smaller than the Mask width will be removed.
The result is saved in <chart name> / classification / ridges_'mask width'_'shallower angle'_'deeper angle'_'contour angle'.
To see all ridge 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 ridge points.
The Valleys tab
Will find those grids nodes that define a valley (which is the opposite of a ridge). The parameters are:
- 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.
After the detection the points are sorted on increasing depth values, and by starting with the first (and shallowest) point, all points with a distance smaller than the Mask width will be removed. Then the same test is performed for the next valid point, etc.
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.