rlas (version 1.7.0)

read.lasheader: Read header from a .las or .laz file

Description

Reads header from .las or .laz files according to LAS specifications and returns a list labeled according to LAS specifications. See the ASPRS documentation for the LAS file format.

Usage

read.lasheader(file)

Value

A list

Arguments

file

filepath character string to the .las or .laz file

See Also

Other rlas: write.las()

Examples

Run this code
lazfile   <- system.file("extdata", "example.las", package="rlas")
lasheader <- read.lasheader(lazfile)

Run the code above in your browser using DataLab