Open romulogoncalves opened 6 years ago
When calling mpc_tilling and we define an negative negative pdal split reports that no value was provided.
pdal split
pdal split -i C_25EZ2.laz -o ./3/C_25EZ2.laz --origin_x -212.6837 --origin_y 99063.1429 --length 2816.85898203 PDAL: kernels.split: Argument 'origin_x' needs a value and none was provided.
To get around we need to use the assignment syntax: --origin_x=-212.6837
Solved by #24
When calling mpc_tilling and we define an negative negative
pdal split
reports that no value was provided.To get around we need to use the assignment syntax: --origin_x=-212.6837