wbt_ascii_to_las {whitebox}R Documentation

Ascii to las

Description

Converts one or more ASCII files containing LiDAR points into LAS files.

Usage

wbt_ascii_to_las(inputs, pattern, proj = NULL, wd = NULL, verbose_mode = FALSE)

Arguments

inputs

Input LiDAR ASCII files (.csv).

pattern

Input field pattern.

proj

Well-known-text string or EPSG code describing projection.

wd

Changes the working directory.

verbose_mode

Sets verbose mode. If verbose mode is False, tools will not print output messages.

Value

Returns the tool text outputs.


[Package whitebox version 1.4.0 Index]