# Description:
# Author: Alice Ziegler
# Date: 2017-10-16 16:13:38
########################################################################################
###Documentation
########################################################################################
########################################################################################
########################################################################################
rm(list=ls())
########################################################################################
###Settings
########################################################################################
library(LiDARtools)
dat_path2 <- "E:/Projekte/Kili/data/"
#dat_path2 <- "/media/hanna/data/Projekte/Kili/data/"
d_rst <- 50
rst_type <- c("chm")
group_name <- "kili"
#gap_hght <- 10
#gap_sze <- 9
########
chm_path2 <- paste0(dat_path2, "raster_db_", d_rst, "m/", rst_type[1], "/")
gap_fraction(dat_path = dat_path2, chm_path = chm_path2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.