View source: R/resolution_analysis.R
resolution_analysis | R Documentation |
Aggregating the input DSM reduces computiation time on cost of accuracy.
The resolution_analysis
function computes viewsheds at different resolutions and compares computaion time and accuracy to the original viewshed
resolution_analysis(
observer,
dsm_rast,
dtm_rast,
greenspace_rast = NULL,
max_distance = 800,
observer_height = 1.7,
raster_res = NULL,
progress = FALSE
)
observer |
object of class |
dsm_rast |
object of class |
dtm_rast |
object of class |
max_distance |
numeric; Buffer distance to calculate the viewsheds |
observer_height |
numeric > 0; Height of the observer (e.g. 1.7 meters) |
raster_res |
integer vector; Resolution values that the viewshed raster should be aggregated to. All values must be a multible of the dsm_rast resolution |
object of class tibble
. Resolution, Similarity, Time [ms]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.