connormanning / entwine

Entwine - point cloud organization for massive datasets
https://entwine.io
Other
441 stars 129 forks source link

OriginId dimension no added to the data #277

Closed VSasyan closed 1 year ago

VSasyan commented 2 years ago

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?

connormanning commented 1 year ago

Closed by #308.