<html>Hi,<br /><br />I am trying to build an EPT with entwine 2.0 (conda) on a classified lidar cloud (1220 tiles, 22billion points) but I did not succeed in getting a usable result.<br /><br />The command used is :<br />entwine build --srs "EPSG:2154" --threads "4" --dataType "laszip" -i input_dir -o output_dir<br /><br />The errors are<br />* Exception in pool task: writers.las: legacy flags and extended flags are not identical<br />* During input_xx.laz: readers.las: File signature is not 'LASF', is this an LAS/LAZ file?<br />* Unable to open stream for 'input_xx.laz' with error 'Too many open files'<br /><br />The last error is only shown when trying to work on the 1220 files at once. The attempts have been made on the original terrascan tiles and on pdal translated laz tiles, the generated ept-data output is empty laz files.<br /><br />pdal info --all of 1 laz tiles<br />https://gist.github.com/Jean-Roc/bb045bd1e01edbadf7f49e97df0d2568<br /><br />pdal info all on the same tile but on the original las file from terrascan<br />https://gist.github.com/Jean-Roc/50145b3b7a0b2b432f0b2956807eb181<br /><br />las sample<br />https://dl.lillemetropole.fr/file.php?h=Rc3bb7eeace8c2923b565e2b7ba7f2370<br /><br />laz sample<br />https://dl.lillemetropole.fr/file.php?h=R9e3f147ea2f928b9f4437697faad3e51<br /><br />log of entwine build on 5 tiles (run 5)<br />https://gist.github.com/Jean-Roc/ce231d6770fdaafa5bba307d79c0e992<br /><br />log of entwine build with on 1220 tiles<br />https://gist.github.com/Jean-Roc/29fcffa60886168e73d0e7146e897801<br /><br />Could you point to the mistake(s) I've made ? My aim is to publish our data online, the latest usgs example is a great incentive.<br /><br />Regards,<br />Jean-Roc Morreale</html>