Skip to content

OriginId dimension no added to the data #277

Closed
@VSasyan

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?

Activity

changed the title OriginId dimension non added to the data OriginId dimension no added to the data on Sep 1, 2022
connormanning

connormanning commented on Aug 29, 2023

@connormanning
Owner

Closed by #308.

added a commit that references this issue on Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      OriginId dimension no added to the data · Issue #277 · connormanning/entwine