Closed
Description
Hello,
When I build data from LAZ files, I do not have the OriginId
dimension added (or I do not find it).
Reading the documentation, I understand that this dimension should be added by default (we can only disabled this).
For example: (entwine 2.2.0)
entwine build -i https://data.entwine.io/red-rocks.laz -o red-rocks
No "OriginId" in red-rocks/ept.json
schema neither than in the LAZ files:
pdal info red-rocks/ept-data/0-0-0-0.laz -p 0,0,0
{
"file_size": 83192,
"filename": "red-rocks/ept-data/0-0-0-0.laz",
"now": "2022-02-17T14:49:28+0100",
"pdal_version": "2.3.0 (git-version: bc9604)",
"points":
{
"point":
{
"Blue": 150,
"Classification": 0,
"EdgeOfFlightLine": 0,
"GpsTime": 0,
"Green": 170,
"Intensity": 0,
"NumberOfReturns": 1,
"PointId": 0,
"PointSourceId": 0,
"Red": 179,
"ReturnNumber": 1,
"ScanAngleRank": 0,
"ScanDirectionFlag": 0,
"UserData": 0,
"X": 482311.78,
"Y": 4391069,
"Z": 1948.34
}
},
"reader": "readers.las"
}
Should I explicitly ask to have this information or is that a bug?
Metadata
Assignees
Labels
No labels
Activity
Various fixes, optimizations, and updates.
connormanning commentedon Aug 29, 2023
Closed by #308.
Prepare for 3.0 (#308)