check_las_validity {rlas}R Documentation

Check if data and headers respect the LAS specification

Description

las files are normalized files. These functions perform tests of compliance with LAS specification.

Usage

check_las_validity(header, data)

check_las_compliance(header, data)

check_data_vs_header(header, data, ...)

Arguments

header

a list containing the header of a las file

data

a data.frame or a data.table containing a point cloud

...

internal use only


[Package rlas version 1.3.3 Index]