-
Notifications
You must be signed in to change notification settings - Fork 63
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
Getting 'error: X scale and offset combination is insufficient to represent the data' error #2
Comments
Looks like the issue has something to do with your las2las projection. Perhaps you can try to just run the las2las command with your specific spatial reference to debug the issue? |
Hi @shrikant-dm, I ran into the same error when testing my LAS data in @mattshax code. |
And thanks a lot @mattshax ^_^ |
Hi @mattshax , Thanks for the awesome repo. I manage to scale it only between 0.01 and 1, which makes the points where they should be on the map, but just as a pillar of points: (if I zoom in a lot) If I claim a different projection, for example 4326, all of the points are spread across the entire globe, however I can see it is my model, because of the colors. Using the default code, I am getting the same error as above:
Can you please guide me (or everyone) on how to choose the correct parameters? Here is all of the file info using
|
Hi, @AmitMY .I am having the same problem,too. How did you solve your problem? |
I moved from Linux to a mac, which is a different version of LASlib I can't share my script for work reasons, but I am sure you can recreate with what I just said. |
I have a lidar file (file.las) with the following spatial reference:
PROJCS["WGS84 / UTM zone 43N",GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],TOWGS84[0,0,0,0,0,0,0],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9108"]],AUTHORITY["EPSG","4326"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",75],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",500000],PARAMETER["false_northing",0],UNIT["Meter",1],AUTHORITY["EPSG","32643"]]
I am trying to convert .las file into .pint files but getting error: X scale and offset combination is insufficient to represent the data
Here is the stack trace
Can you please help me how can I fix this issues.
The text was updated successfully, but these errors were encountered: