I noticed that the new entwine build version provides the option to export ept files as LAZ 1.4, but it does not work for me.
When running entwine build --laz_14 true -i file.laz -o ent_14/ it gives error Encountered an error: Error handling argument '--laz_14' with value "true": [json.exception.type_error.302] type must be number, but is boolean.
This error suggests that it might have to be run as entwine build --laz_14 1 -i file.laz -o ent_14/, but this also does not work as created files are of format LAS 1.2, point format 3.
Using entwine 3.0.0 (installed version, reported version is 2.3.0) and pdal 2.6.0.
I noticed that the new entwine build version provides the option to export ept files as LAZ 1.4, but it does not work for me.
When running
entwine build --laz_14 true -i file.laz -o ent_14/
it gives errorEncountered an error: Error handling argument '--laz_14' with value "true": [json.exception.type_error.302] type must be number, but is boolean
.This error suggests that it might have to be run as
entwine build --laz_14 1 -i file.laz -o ent_14/
, but this also does not work as created files are of format LAS 1.2, point format 3.Using entwine 3.0.0 (installed version, reported version is 2.3.0) and pdal 2.6.0.