<div dir="ltr"><div dir="ltr">If you submit this as an issue on Entwine (<a href="https://github.com/connormanning/entwine/issues">https://github.com/connormanning/entwine/issues</a>) and upload samples of the problematic files, or email them to me, I will take a look.</div><div dir="ltr"><br></div><div>- Connor</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Feb 18, 2019 at 12:20 PM Jean-Roc Morreale (ml) <<a href="mailto:jrmorreale_ml@enoreth.net">jrmorreale_ml@enoreth.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Andrew, thank you for your reply.<br>
<br>
Unfortunatly, our Windows system configuration prevents me to setup a<br>
msvc build toolchain so I will wait for the next release on this point.<br>
<br>
About the LAS missing signature, for now entwine build seems to be the<br>
only tool blocked by it as I have been using many pdal tools an others<br>
(lastools, cloudcompare, fme, potreeconverter) in the last past weeks.<br>
My first reaction was to convert the las files to laz using pdal<br>
stating minor_version=4 in the hope it would automagically solves it.<br>
<br>
regards,<br>
jean-roc<br>
<br>
<br>
Le lundi 18 février 2019 à 10:04 -0500, Andrew Bell a écrit :<br>
> The first error (about legacy flags) is due to an issue in the LASzip<br>
> API code. You can see this issue <br>
> <a href="https://github.com/PDAL/PDAL/issues/2320" rel="noreferrer" target="_blank">https://github.com/PDAL/PDAL/issues/2320</a> for details. You can build<br>
> the 1.8-maintenance branch of PDAL to eliminate the error.<br>
> <br>
> The file signature error is what it says. LAS files have a signature<br>
> at the beginning of the file. If the signature isn't found, your LAS<br>
> file is corrupt.<br>
> <br>
> I'm not sure why you'd get a "too many files" open error. I think<br>
> this is an issue in entwine.<br>
> <br>
> On Mon, Feb 18, 2019 at 9:49 AM <a href="mailto:jrmorreale_ml@enoreth.net" target="_blank">jrmorreale_ml@enoreth.net</a> <<br>
> <a href="mailto:jrmorreale_ml@enoreth.net" target="_blank">jrmorreale_ml@enoreth.net</a>> wrote:<br>
> > Hi,<br>
> > <br>
> > I am trying to build an EPT with entwine 2.0 (conda) on a<br>
> > classified lidar cloud (1220 tiles, 22billion points) but I did not<br>
> > succeed in getting a usable result.<br>
> > <br>
> > The command used is :<br>
> > entwine build --srs "EPSG:2154" --threads "4" --dataType "laszip"<br>
> > -i input_dir -o output_dir<br>
> > <br>
> > The errors are<br>
> > * Exception in pool task: writers.las: legacy flags and extended<br>
> > flags are not identical<br>
> > * During input_xx.laz: readers.las: File signature is not 'LASF',<br>
> > is this an LAS/LAZ file?<br>
> > * Unable to open stream for 'input_xx.laz' with error 'Too many<br>
> > open files'<br>
> > <br>
> > The last error is only shown when trying to work on the 1220 files<br>
> > at once. The attempts have been made on the original terrascan<br>
> > tiles and on pdal translated laz tiles, the generated ept-data<br>
> > output is empty laz files.<br>
> > <br>
> > pdal info --all of 1 laz tiles<br>
> > <a href="https://gist.github.com/Jean-Roc/bb045bd1e01edbadf7f49e97df0d2568" rel="noreferrer" target="_blank">https://gist.github.com/Jean-Roc/bb045bd1e01edbadf7f49e97df0d2568</a><br>
> > <br>
> > pdal info all on the same tile but on the original las file from<br>
> > terrascan<br>
> > <a href="https://gist.github.com/Jean-Roc/50145b3b7a0b2b432f0b2956807eb181" rel="noreferrer" target="_blank">https://gist.github.com/Jean-Roc/50145b3b7a0b2b432f0b2956807eb181</a><br>
> > <br>
> > las sample<br>
> > <a href="https://dl.lillemetropole.fr/file.php?h=Rc3bb7eeace8c2923b565e2b7ba7f2370" rel="noreferrer" target="_blank">https://dl.lillemetropole.fr/file.php?h=Rc3bb7eeace8c2923b565e2b7ba7f2370</a><br>
> > <br>
> > laz sample<br>
> > <a href="https://dl.lillemetropole.fr/file.php?h=R9e3f147ea2f928b9f4437697faad3e51" rel="noreferrer" target="_blank">https://dl.lillemetropole.fr/file.php?h=R9e3f147ea2f928b9f4437697faad3e51</a><br>
> > <br>
> > log of entwine build on 5 tiles (run 5)<br>
> > <a href="https://gist.github.com/Jean-Roc/ce231d6770fdaafa5bba307d79c0e992" rel="noreferrer" target="_blank">https://gist.github.com/Jean-Roc/ce231d6770fdaafa5bba307d79c0e992</a><br>
> > <br>
> > log of entwine build with on 1220 tiles<br>
> > <a href="https://gist.github.com/Jean-Roc/29fcffa60886168e73d0e7146e897801" rel="noreferrer" target="_blank">https://gist.github.com/Jean-Roc/29fcffa60886168e73d0e7146e897801</a><br>
> > <br>
> > Could you point to the mistake(s) I've made ? My aim is to publish<br>
> > our data online, the latest usgs example is a great incentive.<br>
> > <br>
> > Regards,<br>
> > Jean-Roc Morreale _______________________________________________<br>
> > pdal mailing list<br>
> > <a href="mailto:pdal@lists.osgeo.org" target="_blank">pdal@lists.osgeo.org</a><br>
> > <a href="https://lists.osgeo.org/mailman/listinfo/pdal" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/pdal</a><br>
> <br>
> <br>
<br>
_______________________________________________<br>
pdal mailing list<br>
<a href="mailto:pdal@lists.osgeo.org" target="_blank">pdal@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/pdal" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/pdal</a></blockquote></div>