Closed flemmens closed 9 months ago
"output_dir" is for multi-file output. Just specify the output file as an argument:
untwine --files=mydata.las --single_file=true --dims="X, Y, Z" out.copc.laz
I'll try to harden the argument handling.
I forgot that this was correct syntax for the filename. I can't reproduce, so if you have a file that causes this behavior and can post, I can take a look.
Reproduced.
Fixed by #151
Hello,
When I am trying to use the --dims option, I receive a "Segmentation fault" error.
This works fine:
This does not work (Segmentation fault):
Is this the correct way to use the --dims option ? There is not much info in the README. I would like to keep only X,Y,Z values.