r-lidar / lidR

Airborne LiDAR data manipulation and visualisation for forestry application
https://CRAN.R-project.org/package=lidR
GNU General Public License v3.0
587 stars 132 forks source link

merge_spatial with many attributes #696

Closed ouroukhai closed 1 year ago

ouroukhai commented 1 year ago

Hello, I want to merge information from a .shp to a .las. I tried with merge_spatial(), but it seems that I have to give attributes one by one. Is there a way around using a more vectorized version? Thanks in advance.

Jean-Romain commented 1 year ago

No, sorry. You can loop over your attributes.