PDAL / PDAL

PDAL is Point Data Abstraction Library. GDAL for point cloud data.

Home Page:https://pdal.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cant

imincik opened this issue · comments

Describe the bug
A clear and concise description of what the bug is, including steps to reproduce the behavior. This typically means providing the PDAL commands you are using (e.g., pdal translate ...) and if applicable the contents of any PDAL pipelines you are running.

$ pdal translate in.las out.las
{
  "pipeline":[
    "in.las",
    "out.las"
  ]
}

Expected behavior
A clear and concise description of what you expected to happen.

System/installation information:
Please provide information on your PDAL version (pdal --version) and system (e.g., uname -a or ver).

$ uname -a
$ pdal --version

If installed via Conda, you may be asked to paste the output of conda list and conda info as well.

$ conda list
$ conda info