sectionParser: Read LAS and split into raw sections

View source: R/Readers.R

sectionParserR Documentation

Read LAS and split into raw sections

Description

Parses a character vector representing a raw LAS file and splits it into sections based on the header lines. Intended to be used internally by the las function.

Usage

sectionParser(las_dat)

Arguments

las_dat

character. Raw LAS file as a character vector.

Value

list. Raw sections of the las file.


stevenpawley/lasR documentation built on Sept. 12, 2023, 8:40 p.m.