-
### What is the bug or the crash?
Incorrect parameter value for parameter LAYERS
### Steps to reproduce the issue
Add more than 250 files and the tool fails, experimented with various amounts and s…
-
Is there a tool to directly convert a folder of *.laz files to i3s format?
Thank you
Mboga updated
12 months ago
-
Command line:
When I run './LAStools/bin/laszip64 -i Pure.laz -o Pure.las',
I encounter the following errors:
'./LAStools/bin/laszip64: /lib64/libm.so.6: version GLIBC_2.29' not found (required …
-
I'm looking for all points within a certain rectangle with the following Java 8 code:
```
LASReader reader2 = reader.insideRectangle(641200, 5423150, 641210, 5423160);
Iterable it = reader2.getPo…
-
Turns out that implementing laz for pnext-loader is a bit bigger chunk of work that kind-of makes it hard right now. It would be awesome if we had EPT sample data in the custom pointdata format - easi…
-
It would be great if `cloudbase` could read LAZ directly - we have tons of LAZ files, but neither LAS nor the space to decompress them.
-
Is it expected that the calculation of the pulse, point density / m**2 does not align with the manual calculation?
```r
library(lidR)
LASfile = system.file("extdata","example.laz",package='rlas'…
-
### What is the bug or the crash?
Point cloud layer does not load at all when the layer does not contain CRS. It would be good to have it behave the same way as other layers are loaded in QGIS - al…
-
With the recent release of Potree 1.8.2 with COPC support, could you release a new version of PotreeDesktop with support for COPC files with Drag'n Drop to avoid the conversion step when loading files…
-
I'm trying to use the new LazZipAppender to append points to existing file. This is how I'm doing it:
```rust
let mut file = OpenOptions::new()
.read(true)
.write(true)
…