View source: R/clip_lidR_ctgs.R
get_ctg_crs | R Documentation |
This function takes a LASCatalog as input and returns a crs
object
representing the coordinate reference system of the LASCatalog
get_ctg_crs(ctg)
ctg |
a |
# Load LAScatalog and capture the crs
ctg = lidR::readLAScatalog('path/to/LASfiles/')
myCRS = get_crg_crs(ctg)
print(myCRS)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.