get_ctg_crs: Get Coordinate Reference System (CRS) from LASCatalog

View source: R/clip_lidR_ctgs.R

get_ctg_crsR Documentation

Get Coordinate Reference System (CRS) from LASCatalog

Description

This function takes a LASCatalog as input and returns a crs object representing the coordinate reference system of the LASCatalog

Usage

get_ctg_crs(ctg)

Arguments

ctg

a LAScatalog object containing LAS files

Examples

# Load LAScatalog and capture the crs
ctg = lidR::readLAScatalog('path/to/LASfiles/')
myCRS = get_crg_crs(ctg)
print(myCRS)

jbcannon/landecoutils documentation built on July 16, 2025, 10:17 p.m.