I'm relatively new to CloudCompare.
I'm running CC 2.13.2 on a MacBook with Apple Silicon M1. Attachment 0 is a screenshot with more exact info on my build.
I've been successfully downloading .laz files from two sites: NOAA and USGS (see links below).
The .laz files from USGS load beautifully into CC but the files from NOAA result in the "Thin Line of Death" (Attachment 1).
There are multiple threads about this issue from others, and it seems from reading other threads that the NOAA files are doing this because of their spherical coordinates when CC wants cartesian coordinates. In Attachment 2 it looks to me like the X and Y are in degrees and Z is a length, which probably confirms the source of the problem.
I've tried a number of ways to convert the NOAA files into something that uses a cartesian CRM -- like converting to UTM in QGIS -- but nothing I've tried has worked.
In Attachment 3 and Attachment 4 I show the results of running two files (one from NOAA and the other from USGS) through LAStools lasinfo, in case that information might be helpful.
I would appreciate any advice on how I might go about fixing this problem?
Thanks,
Ken
USGS Site: https://apps.nationalmap.gov/lidar-explorer/#/
NOAA Site: https://coast.noaa.gov/dataviewer/#/lidar/search/
The "Thin LiDAR Line of DEATH!!!"
Re: The "Thin LiDAR Line of DEATH!!!"
It's probably because the coordinate system is not a Cartesian one. It's probably a geographic CS with X and Y being angles while Z is metric and has a very different scale.
Daniel, CloudCompare admin
Re: The "Thin LiDAR Line of DEATH!!!"
Hi Daniel,
Yes, that appears to be the issue.
Are there workarounds you can suggest?
And given the source (NOAA) isn't this an issue encountered by many users?
I put this in as a "bug" in Github but that may be a mischaracterization if there's an obvious workaround.
Ken
Yes, that appears to be the issue.
Are there workarounds you can suggest?
And given the source (NOAA) isn't this an issue encountered by many users?
I put this in as a "bug" in Github but that may be a mischaracterization if there's an obvious workaround.
Ken
Re: The "Thin LiDAR Line of DEATH!!!"
I guess you can use GDAL to convert the points from one coordinate system to the other? (or any GIS).
Daniel, CloudCompare admin