Skip to contents

Get the Version of laz files

Usage

get_lasversion(path, full.names = FALSE)

Arguments

path

A path to a laz file or a directory which contains laz files

full.names

Whether to return the full file path or just the file name (default)

Value

A dataframe with file and lasversion (Major.Minor)

Examples

f <- system.file("extdata", package="managelidar")
get_lasversion(f)
#>                                file lasversion
#> 1 3dm_32_547_5724_1_ni_20240327.laz        1.4
#> 2 3dm_32_547_5725_1_ni_20240327.laz        1.4
#> 3 3dm_32_548_5724_1_ni_20240327.laz        1.4
#> 4 3dm_32_548_5725_1_ni_20240327.laz        1.4