You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Entwine and Untwine assume rectilinear coordinates with the units of all dimensions being the same. That's not the case with lng/lat/m data like this. Possible options:
Store the data as ECEF where that assumption is met
Modify Entwine/Untwine to try to do magic when this condition is encountered.
An extent to this issue is that those point clouds may get coordinates in their info VLR's center_x and center_y that are not valid geographic coordinates, causing issues when trying to display them in QGIS
When using untwine with a dataset that has X/Y coordinates in degrees (and Z in meters), the resulting hierarchy is quite suboptimal:
Test file: https://noaa-nos-coastal-lidar-pds.s3.amazonaws.com/laz/geoid18/6209/WakeCoNC/20140208_LA_37_20164901.laz
Related QGIS bug: qgis/QGIS#48311 (QGIS was not allowing nodes with zero points, fix in qgis/QGIS#49834)
Here's a dump of the hierarchy generated by untwine (D X Y Z count):
The text was updated successfully, but these errors were encountered: