-
The document "Writing with PDAL" is in the tutorials section following "Reading with PDAL". It *seems* to me that the two should be analogous, but they're not. "Reading..." is a command-line example…
-
With pdal=2.4.1 and python-pdal=3.1.2 (same happens with pdal=2.4.3 & python-pdal=3.2.0),
when executing twice the same command I get a segfault.
```python
import pdal
data = "https://github.com…
-
Hey,
I'm working with CloudComPy on python. CloudCompy uses the 2.3.0 package pdal while the most recent version of this package is the 2.4.2. I'm using pdal to do other treatment that needs the la…
-
While trying to execute below line:
`arr = pipeline.arrays[0]`
Getting below error:
```
RuntimeError Traceback (most recent call last)
in
1 # Load Pipeli…
-
Hi,
Thanks for this project. Are there any plans to add the original pdal tile options (https://pdal.io/en/latest/apps/tile.html) to pdal_wrench tile command (origin_x, origin_y, buffer, ...). Woul…
-
Hello
Our team is using PDAL for point cloud processing and facing a recurring issue. We're getting multiple layers of points at the same XY coordinates but with different Z values when using voxel…
-
**Describe the bug**
When using writers.pgpointcloud in a pipeline, an error occurs if a `filename` parameter is not defined, though such parameter is not described in the writer documentation.
…
-
I've installed PDAL using miniconda via "conda install -c conda-forge pdal python-pdal gdal". I was able to use PDAL in conda prompt successfully. When trying to run a standalone script in either PyCh…
-
**Describe the bug**
Attempting to build GRASS GIS (github master) in a Linux conda environment - configure script fails to detect proj major version (which is 7.0.0)
**To Reproduce**
```
…
-
There has been already a similar question here (https://github.com/LASzip/LASzip/issues/61), but since it has been several years since then, I decided to ask again just in case.
I am reading a big …