Skip to content

Commit 0708f37

Browse files
committed
Change image paths
1 parent 906c6b2 commit 0708f37

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Rkeyline <img src="man/figures/logo.png" align="right" height="139"/>
1+
# Rkeyline
22

33
**Rkeyline** is an R package to support desktop keyline design planning and terrain analysis from Digital Elevation Models (DTMs). It provides a complete workflow from raw DTM data to approximate keyline design, covering geomorphological analysis, valley and ridge network extraction, and visualization.
44

5-
> **Note:** Generated keylines are computational approximations for desktop planning only. Always verify and adjust keylines on-site with an experienced practitioner before implementation.
5+
> ⚠️ Generated keylines are computational approximations for desktop planning only. Always verify and adjust keylines on-site with an experienced practitioner before implementation.
66
77
---
88

@@ -34,7 +34,7 @@ whitebox::install_whitebox()
3434

3535
Several functions use WhiteboxTools under the hood, which requires intermediate files to be written to disk. **You must specify an `output_folder` that exists and is writable on your system.** Both `calc_geomorph_metrics()` and `extract_networks()` need access to the same folder — files written in Step 2 are read again in Step 3.
3636

37-
> **Note:**: Do not rely on the default `tempdir()`. Temporary directories are cleared when your R session ends, so if you restart R between steps the intermediate files will be gone and `extract_networks()` will fail. Always set a persistent folder explicitly.
37+
> ⚠️ Do not rely on the default `tempdir()`. Temporary directories are cleared when your R session ends, so if you restart R between steps the intermediate files will be gone and `extract_networks()` will fail. Always set a persistent folder explicitly.
3838
3939
```r
4040
# Set once and reuse throughout the entire workflow
@@ -172,7 +172,7 @@ plot_flow_acc(dtm, metrics = metrics)
172172

173173
![Flow accumulation](img_folder/plot_flow_acc.png)
174174

175-
> **Note:** In the package this is fully interactive — toggle layers and adjust opacity via a Shiny app.
175+
> 💡 In the package this is fully interactive — toggle layers and adjust opacity via a Shiny app.
176176
177177
---
178178

0 commit comments

Comments
 (0)