Skip to content

Commit da20acc

Browse files
committed
imagecheck
1 parent 578cbf9 commit da20acc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ singleview <- GreenExp::viewshed(observer = obersver_mp, dsm_rast = DSM, dtm_ras
473473

474474
The result of viewshed model shows the visible and invisible cells from observer location.
475475

476-
<img src="man/figures/4_viewshed.png" alt="Image" width="500" />
476+
<img src="man/figures/4_viewshed.PNG" alt="Image" width="500" />
477477

478478
The left plot represents the Digital Elevation Model (DEM), whereas the right plot represents the viewshed, where green is the visible area and gray is not visible.
479479

@@ -528,7 +528,7 @@ mapview::mapview(VGVI_lines, zcol = "VGVI") + mapview::mapview(lines_prj)
528528
```
529529
The result of the above function shows below. Here 0 indicates no tree visibility, 1 indicates 100% tree visibility within 200m viewing distance from each over location. Note these these points can be also joined back to street again for obtaining aggregated tree visibility on each road segment.
530530

531-
<img src="man/figures/4_VGVI_lines.png" alt="Image" />
531+
<img src="man/figures/4_VGVI_lines.PNG" alt="Image" />
532532

533533
---
534534

@@ -565,7 +565,7 @@ mapview::mapview(VGVI_random_points, zcol = "mean_VGVI")
565565

566566
```
567567
The results showing mean VGVI value for each points based on sample points generated around them.
568-
<img src="man/figures/4_VGVI_randompoints.png" alt="Image" />
568+
<img src="man/figures/4_VGVI_randompoints.PNG" alt="Image" />
569569

570570

571571
---

0 commit comments

Comments
 (0)