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)

Arguments

header

a list containing the header of a las file

data

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


[Package rlas version 1.7.0 Index]