Closed pierotofy closed 7 years ago
"X": {
"max": -90.96873434,
"min": -90.97300214
},"Y":{
"max": 46.6097259,
"min": 46.6022752
},"Z":{
"max": 244.868,
"min": 195.739
}
The extremely small range of your x and y coordinates compared to the range of your z coordinates indicates that x and y are likely in lat/long/angles and only the z coordinate is in meters. I don't know how exactly but if you can transform the data set so that all your coordinates are in meters, you'll get the expected result.
Transform it to UTM, then try. Ive seen the same thing from "Cloud Compare"
W Wright
“In theory, theory and practice are the same. In practice, they are not.” -Albert Einstein
Cell: 443-783-3319 Fax: 603-994-8796
On Mon, Feb 27, 2017 at 10:25 AM, Markus Schütz notifications@github.com wrote:
"max": -90.96873434, "min": -90.97300214
The extremely small range of your x and y coordinates compared to the range of your z coordinates indicates that x and y are likely in lat/long/angles and only the z coordinate is in meters. I don't know how exactly but if you can transform the data set so that all your coordinates are in meters, you'll get the expected result.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/verma/plasio/issues/58#issuecomment-282751445, or mute the thread https://github.com/notifications/unsubscribe-auth/AGFrTdlSLXCWnZFSLUIlPYtK7FrtqC2Bks5rgurrgaJpZM4MNL48 .
Thank you both! Once converted to UTM the data displayed properly (which makes sense, since UTM usually uses meters for its planar coordinates).
Cheers!
Hello,
I was wondering if somebody could help me understand why some data is not displaying properly on plas.io, I'm thinking it's probably something funky with the dataset, but I just can't figure out what, or how to fix it.
I downloaded some datasets from coast.noaa.gov: https://coast.noaa.gov/htdata/lidar1_z/geoid12a/data/2507/
Taking as an example the first two files from the list of Point Cloud Data Files:
When I load them to plas.io I get a long line of points:
Other things I noticed:
pdal translate 20090825_pt000542.laz uncompressed.las
and loaduncompressed.las
into http://lidarview.com I get the same long line.laszip -i 20090825_pt000542.laz -o uncompressed2.las
using LASTools and loaduncompressed2.las
into http://lidarview.com I get:PDAL returns the following with the info summary command:
If this is not the right place to ask this question, please let me know. Thank you!