-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Description
Comparing
pdal info --summary autzen.laz | jq .
against
import pdal
r = pdal.Reader(filename="autzen.laz")
p = r.pipeline()
p.quickinfoThe python output is missing metadata, e.g. offsets and scales.
The difference is due to the info kernel here
https://github.com/PDAL/PDAL/blob/master/kernels/InfoKernel.cpp#L182
and calling inspect here
https://github.com/PDAL/PDAL/blob/master/io/LasReader.cpp#L254
Metadata
Metadata
Assignees
Labels
No labels