Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OriginId dimension no added to the data #277

Closed
VSasyan opened this issue Feb 17, 2022 · 1 comment
Closed

OriginId dimension no added to the data #277

VSasyan opened this issue Feb 17, 2022 · 1 comment

Comments

@VSasyan
Copy link

VSasyan commented Feb 17, 2022

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?

@VSasyan VSasyan changed the title OriginId dimension non added to the data OriginId dimension no added to the data Sep 1, 2022
connormanning added a commit that referenced this issue Aug 24, 2023
- Drastically reduce metadata duplication for subset builds
- Properly handle OriginId dimension, as well as its stats for subset builds (#277)
- Properly compute detailed stats for subset builds rather than disabling them
- Allow EPT to be used as input rather than treating it as an "info" result (#291)
- Handle large amounts of duplicate points which overflow the tree (#250)
- Update arbiter bundle
- Update docs removing outdated info
@connormanning
Copy link
Owner

Closed by #308.

connormanning added a commit that referenced this issue Aug 29, 2023
* Various fixes, optimizations, and updates.

- Drastically reduce metadata duplication for subset builds
- Properly handle OriginId dimension, as well as its stats for subset builds (#277)
- Properly compute detailed stats for subset builds rather than disabling them
- Allow EPT to be used as input rather than treating it as an "info" result (#291)
- Handle large amounts of duplicate points which overflow the tree (#250)
- Update arbiter bundle
- Update docs removing outdated info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants