Skip to main content

Questions tagged [pdal]

PDAL (Point Data Abstraction Library) provides both a suite of command-line applications and programming library for the processing, filtering, translation, and querying of point cloud data in a pipeline fashion that allows complex processing chains to be put together simply.

0 votes
0 answers
2 views

First of all it worked before, by using this page: https://pdal.io/en/2.4.3/workshop/exercises/analysis/clipping/clipping.html But sadly they removed that page. I don't remember exactly anymore but it ...
hrtpdisu's user avatar
1 vote
1 answer
28 views

I'm trying to run a pdal pipeline - which has worked before (on a different computer, different data around 3 years ago) - on a singular las dataset - however it keeps throwing up an error: PDAL: ...
C.Chan's user avatar
  • 13
0 votes
0 answers
34 views

I am trying to produce a DEM/DTM from a LAZ file I have on my computer. I have built the following pipeline JSON file:{}ground.filter.json>[] pipeline > {} 5 limits { "pipeline":[ ...
greeton's user avatar
1 vote
0 answers
33 views

I have a set of LAZ files that I'm trying to convert to GEOID18. The original files are assigned EPSG:6350+5703 - GEOID12B. I reprojected the files to EPSG:6340+5703 - GEOID12B using PDAL and then ...
Eric Chameroy's user avatar
0 votes
0 answers
49 views

pdal's litree is taking too much time. the script is running for 45 minutes and it is only at the 4th tree. PROJ: proj_as_wkt: Open of /home/adminis/conda/envs/pcd-editing/share/proj failed (pdal ...
mkr's user avatar
  • 11
0 votes
0 answers
37 views

I want to use a PDAL pipeline to process a directory of .las files via a couple stages. My pseudocode / general workflow is this: Filter to ground and canopy classifications (specifically a custom-...
NW_Photo_Laureate's user avatar
3 votes
1 answer
195 views

I have a LAS file which im using PDAL to convert it to a COPC. As part of the process I want to assign both the horizontal and vertical CRS to the output COPC. I can easily assign a horizontal CRS ...
Richard McDonnell's user avatar
2 votes
1 answer
414 views

When I install QGIS 3 on Windows, the Processing Toolbox includes some point cloud routines based on PDAL. When I install the same version of QGIS on Debian, it doesn't—the routines don't even appear ...
Dan Getz's user avatar
  • 422
0 votes
0 answers
281 views

I'm working with point cloud processing and I'm having some issues to manage to merge the point cloud files I have, is something around a billion points in las format. I need to merge them into a ...
Will's user avatar
  • 1
0 votes
0 answers
174 views

I am trying to execute PDAL within a python script for multiple tasks from conversion to filtering, etc. If there is any error with the file, PDAL stops executing and throws an error. But I am unable ...
kamikaze's user avatar
0 votes
1 answer
59 views

I can't get Coplanar = 1 to be accepted in a WHERE condition in PDAL. I can run filters.approximatecoplanar, and I can use Coplanar in a range statement ("limits":"Coplanar[1:1]")....
GeoNeal22's user avatar
1 vote
1 answer
98 views

I just want a confirmation that it is not possible to do the following PDAL pipeline as a one line command : [ "in.ply", { "type" : "filters.ferry", ...
NanBlanc's user avatar
  • 168
1 vote
1 answer
142 views

Encounter following errors while trying to read .las data from LidarBC (dwld data here if needed). I am using pdal=2.7.1 and have libgdal=3.8.5. When i try to translate the linked file with pdal ...
NanBlanc's user avatar
  • 168
1 vote
2 answers
98 views

I'm trying to write a very large (6TB) collection of LAZ files into a collection of COPC files. When viewing these remotely using a webviewer, I'm running into performance issues when the viewer has ...
Thijs van Lankveld's user avatar
0 votes
1 answer
71 views

We are experiencing inconsistent behaviour on access to COPC files from Web clients. Desktop clients (QGIS and PDAL info) work perfectly from our CEPH-based S3 compatible bucket. But https://viewer....
MartinT's user avatar
  • 896

15 30 50 per page
1
2 3 4 5
10