Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about pdal

Read more about pdal

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - pdal

How do you compute the 90% percentile height (Z) in PDAL?

How can you use filters to compute the height (Z) of the point in a point view that is higher than 90% of the other points using PDAL?
test-img

nickponline

point-cloud-library

point-clouds

pdal

Votes: 0

Answers: 1

Latest Answer

Maybe you can use pdal's filters.python. In the filter use numpy.percentile to filter for the 90% percentile.
test-img

herrwusel

Make use of multiple cores using multiprocessing converting lidar point cloud files to raster

I have many classified lidar point cloud files, which I want to convert to geotiff raster files. For that I wrote a function that creates a json-Pipeline file that is required for conversion with PDAL...
test-img

sfluck

python

gdal

multiprocess

pdal

Votes: 0

Answers: 1

Latest Answer

def select_points_and_raster(input): file, class_nr, resolution = input filename_out = file.split('.')[0]+'_'+ str(do) +'.tif' config = json.dumps([ file, {'type':'fi...
test-img

user18723923

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved