tile_eq: divide a lidR las* or lascatalog object by given factors

Description Usage Arguments Examples

View source: R/rs_lidr_makros.R

Description

divide a lidR las* object by given factors. The resulting tiles are written to the outpath folder

Usage

1
2
3
4
5
6
7
8
tile_eq(
  cgs,
  factor_x = 4,
  factor_y = 4,
  outpath = NULL,
  las_fn = "cut",
  proj4 = "+init=epsg:32632"
)

Arguments

cgs

filename of an las file

factor_x

factor to divide in x direction

factor_y

factor to divide in y direction

outpath

path to write to if null nothing is written

las_fn

filname of lasfile if written

proj4

correct proj4 string

Examples

1
2
3
4
## Not run: 
cut_eq(cgs = lidR::readLAS(las_file),factor_x = 4,factor_y = 4 )

## End(Not run)

uavRst documentation built on Dec. 30, 2019, 5:06 p.m.