Skip to content

Commit d896438

Browse files
committed
Add more detailed description to step 5
1 parent e682793 commit d896438

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ main_ridges <- extract_main_ridges(ridges, dtm, nr_main = 2, metrics = metrics
133133

134134
### Step 5: Generate approximate keylines
135135

136+
Points are sampled along the input valley or ridge line, snapped to the nearest contour interval, and matched against pre-computed contours to find where the terrain naturally changes character. The resulting keylines are true contour lines evenly distributed across the elevation range.
137+
136138
```r
137139
valley_keylines <- create_keylines(dtm, main_valleys, metrics$contours, n_keylines = 3)
138140
ridge_keylines <- create_keylines(dtm, main_ridges, metrics$contours, n_keylines = 3)

0 commit comments

Comments
 (0)