Edit global shift and scale by command line
Posted: Mon Feb 28, 2022 4:38 pm
Hello everyone
I have many LAS files which are stored in a local system (global shift = 0.0 0.0 0.0). I need to shift them to a global system like UTM32 (global shift = 32512000 5845000 0.0).
Is there a way to edit the global shift in command line mode, like you can do it in CC directly?
https://www.cloudcompare.org/doc/wiki/i ... _and_scale
Maybe like: -SET_GLOBAL_SHIFT -32512000 -5845000 0.0
I tried to use the "-APPLY_TRANS" command. But since the shift is too far, I ran into coordinate accuracy problems because of the internal storage as 32 bit float values for the coordinates.
I have many LAS files which are stored in a local system (global shift = 0.0 0.0 0.0). I need to shift them to a global system like UTM32 (global shift = 32512000 5845000 0.0).
Is there a way to edit the global shift in command line mode, like you can do it in CC directly?
https://www.cloudcompare.org/doc/wiki/i ... _and_scale
Maybe like: -SET_GLOBAL_SHIFT -32512000 -5845000 0.0
I tried to use the "-APPLY_TRANS" command. But since the shift is too far, I ran into coordinate accuracy problems because of the internal storage as 32 bit float values for the coordinates.