dont want to bother you with issues in yet another repo, but I just ran into the following
> library(lidR)
> library(lidRalignment)
>
> als_file <- "C:/Users/jwiesehahn/arbeit/sideprojects/lidar-biodiversity-plots/data/laz/NI-ND-10.laz"
> mls_file <- "J:/ni/mls/2026/diversa/3dm/NI-ND-10.laz"
>
> options(lidR.progress = FALSE)
> radius = 50
>
> # align MLS to ALS
> alignment <- AlignmentScene$new(als_file, mls_file)
> alignment$set_ref_is_ground_based(FALSE)
> alignment$set_mov_is_ground_based(TRUE)
> alignment$set_radius(radius)
> alignment$align()
Reading reference point cloud...
Reading point cloud to align...
Checking for pre-classified ground points...
Reference point cloud has ground points...
Clipping point clouds with a buffer...
Cleaning noise points...
Classifying ground points...
Skip reference point cloud.
Clipping point clouds...
Extracting features to align from reference point cloud...
Computing Digital Terrain Model...
Computing Canopy Heigh Model...
Extracting features to align from moving point cloud...
Computing Digital Terrain Model...
Error: Internal error in C_interpolate_delaunay: xy coordinates were not converted to integer. Scale factors are likely to be invalid.
probably the data is erroneuous, havent worked much with it yet.
dont want to bother you with issues in yet another repo, but I just ran into the following
probably the data is erroneuous, havent worked much with it yet.