Skip to contents

helper to transform points into linestrings

Usage

xyz_to_ls(dat = NULL, path_to_ras_dbase = NULL, is_quiet = FALSE)

Arguments

dat

The dataframe of points, Default: NULL

path_to_ras_dbase

The path to the folder in which you are building your catalog, is also location agnostic (disk or cloud), Default: NULL

is_quiet

PARAM_DESCRIPTION, Default: FALSE

Value

linestrings

Details

DETAILS

Examples

if (FALSE) { # \dontrun{
if(interactive()){
 #EXAMPLE1
 }
} # }