rlas (version 1.3.2)

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

Description

Reads header from .las or .laz files in format 1 to 4 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)

Arguments

file

filepath character string to the .las or .laz file

Value

A list

See Also

Other rlas: write.las

Examples

Run this code
# NOT RUN {
lazfile   <- system.file("extdata", "example.laz", package="rlas")
lasheader <- read.lasheader(lazfile)
# }

Run the code above in your browser using DataLab