Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
get_elevation_graph_tops_and_bases [2026/08/17 19:46] hermann |
get_elevation_graph_tops_and_bases [2026/08/28 03:20] (current) hermann Sync from local documentation review |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Description ===== | ===== Description ===== | ||
| - | This functor retrieves the relationship of patches that correspond to local maxima and minima of the elevation patch graph. | + | This functor retrieves the patches that correspond to local maxima and minima of an elevation patch graph. |
| ===== Inputs ===== | ===== Inputs ===== | ||
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | Elevation Graph | [[Elevation Graph Type]] | Elevation patch graph created from neighborhood relationships and their properties. | | + | | Elevation Graph | [[Elevation Graph Type]] | Elevation patch graph created from neighborhood relationships and their properties. | |
| ===== Optional Inputs ===== | ===== Optional Inputs ===== | ||
| Line 14: | Line 14: | ||
| None. | None. | ||
| - | ===== Output ===== | + | ===== Outputs ===== |
| ^ Name ^ Type ^ Description ^ | ^ Name ^ Type ^ Description ^ | ||
| - | | Tops | [[Table Type]] | Set of elevation patch properties corresponding to local maxima. The table has the format "Top_Id*:real, Top_Elevation:real, Top_Area:real, Top_Slope:real, Top_Y:real, Top_X:real, Top_Children:real". | | + | | Tops | [[Table Type]] | Properties of the elevation patches corresponding to local maxima, in the format "Top_Id*:real, Top_Elevation:real, Top_Area:real, Top_Slope:real, Top_Y:real, Top_X:real, Top_Children:real". | |
| - | | Bases | [[Table Type]] | Set of elevation patch properties corresponding to local minima. The table has the format "Base_Id*:real, Base_Elevation:real, Base_Area:real, Base_Combined_Area:real, Base_Slope:real, Base_Y:real, Base_X:real, Base_Parents:real". | | + | | Bases | [[Table Type]] | Properties of the elevation patches corresponding to local minima, in the format "Base_Id*:real, Base_Elevation:real, Base_Area:real, Base_Combined_Area:real, Base_Slope:real, Base_Y:real, Base_X:real, Base_Parents:real". | |
| ===== Group ===== | ===== Group ===== | ||
| Line 26: | Line 26: | ||
| ===== Notes ===== | ===== Notes ===== | ||
| - | Retrieves the relationship of patches that correspond to local maxima and minima of the elevation patch graph. | + | None. |
| ===== Internal Name ===== | ===== Internal Name ===== | ||
| GetElevationGraphTopsAndBases | GetElevationGraphTopsAndBases | ||
| + | |||