<div dir="ltr">Hi,<div><br></div><div>I'm trying to convert a LAS file and I'm receiving the following error:</div><div><br></div><div><pre style="box-sizing:border-box;margin-top:0px;margin-bottom:16px;font-stretch:normal;line-height:1.45;word-wrap:normal;padding:16px;overflow:auto;background-color:rgb(247,247,247);border-radius:3px"><font color="#333333" face="consolas, liberation mono, menlo, courier, monospace"><span style="font-size:13.6px">docker run -it -v $HOME:/opt/data connormanning/entwine \
    entwine build \
        -i /opt/data/JCT01.las 
        -o /opt/data/entwine/JCT

Performing dataset inference...
1 / 1: /opt/data/JCT01.las
Exception caught in pool task: Unable to open stream for '/opt/data/JCT01.las' with error 'No such file or directory'
Encountered an error: Zero points found
Exiting.<br></span></font></pre></div><div>The LAS file "/opt/data/JCT01.las" exists in the specified directory.</div><div><br></div><div>When I try the LAZ example from the documentation it seems to work.</div><div><br></div><div><pre style="box-sizing:border-box;font-family:consolas,"liberation mono",menlo,courier,monospace;font-size:13.6px;margin-top:0px;margin-bottom:16px;font-stretch:normal;line-height:1.45;word-wrap:normal;padding:16px;overflow:auto;background-color:rgb(247,247,247);border-radius:3px;color:rgb(51,51,51)"><code style="box-sizing:border-box;font-family:consolas,"liberation mono",menlo,courier,monospace;font-size:13.6px;padding:0px;margin:0px;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial;background-color:transparent;border-radius:3px;word-break:normal;border:0px;display:inline;overflow:visible;line-height:inherit;word-wrap:normal">docker run -it -v $HOME:/opt/data connormanning/entwine \
    entwine build \
        -i <a href="https://entwine.io/sample-data/red-rocks.laz">https://entwine.io/sample-data/red-rocks.laz</a> \
        -o /opt/data/entwine/red-rocks</code></pre></div><div><br></div><div>Now I would like to ask, if the problem is, that LAS format isn't supported or if I need to search for another reason.</div><div><br></div><div>Thanks,</div><div>Daniel</div><div><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px;border-collapse:collapse">Georepublic UG & Georepublic Japan<br>eMail: <a href="mailto:daniel.kastl@georepublic.de" style="color:rgb(66,99,171)" target="_blank">daniel.kastl@georepublic.de</a><br>Web: <a href="https://georepublic.info" target="_blank">https://georepublic.info</a></span><div><br></div><div><br></div><div><br></div></div></div></div></div>
</div></div>