You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My overall goal is to be able to edit point clouds in other tools like cloud compare, then bring this back into lidR and use that data to aid in classification. e.g. isolate a building in cloud compare, classify those points in lidR.
Something like:
las<- classify_poi(las, 6L, 'Index in OtherLas Indices') # pseudo.
I tried using just XYZ to line things up, but I think the round trip through cloud compare might be causing small changes in XYZ that don't compare well even with tolerance.
The text was updated successfully, but these errors were encountered:
Despite the header are identical. Valgrind reports:
==325076== Conditional jump or move depends on uninitialised value(s)
==325076== at 0x23038098: RLASExtrabyteAttributes::set_attribute(int, LASpoint*) (in /home/jr/R/x86_64-pc-linux-gnu-library/4.3/rlas/libs/rlas.so)
I'm trying to add a point index to my las file, so I can coordinate points between tools. writeLAS is causing an AV and R.exe is shutting down.
My overall goal is to be able to edit point clouds in other tools like cloud compare, then bring this back into lidR and use that data to aid in classification. e.g. isolate a building in cloud compare, classify those points in lidR.
Something like:
I tried using just XYZ to line things up, but I think the round trip through cloud compare might be causing small changes in XYZ that don't compare well even with tolerance.
The text was updated successfully, but these errors were encountered: