<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Daniel, your las file need to be in your $home.  entwine container look into his /opt/data which point to $home on your host.<div class=""><br class=""></div><div class=""><a href="https://docs.docker.com/engine/reference/run/#/volume-shared-filesystems" class="">https://docs.docker.com/engine/reference/run/#/volume-shared-filesystems</a></div><div class=""><br class=""></div><div class=""><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">-- <br class="">Simon Mercier<br class=""><a href="http://mapgears.com" class="">mapgears.com</a><br class=""></div><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><br class=""></div></div>
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On Dec 8, 2016, at 8:15 PM, Daniel Kastl <<a href="mailto:daniel@georepublic.de" class="">daniel@georepublic.de</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi,<div class=""><br class=""></div><div class="">I'm trying to convert a LAS file and I'm receiving the following error:</div><div class=""><br class=""></div><div class=""><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" class=""><font color="#333333" face="consolas, liberation mono, menlo, courier, monospace" class=""><span style="font-size:13.6px" class="">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 class=""></span></font></pre></div><div class="">The LAS file "/opt/data/JCT01.las" exists in the specified directory.</div><div class=""><br class=""></div><div class="">When I try the LAZ example from the documentation it seems to work.</div><div class=""><br class=""></div><div class=""><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)" class=""><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" class="">docker run -it -v $HOME:/opt/data connormanning/entwine \
    entwine build \
        -i <a href="https://entwine.io/sample-data/red-rocks.laz" class="">https://entwine.io/sample-data/red-rocks.laz</a> \
        -o /opt/data/entwine/red-rocks</code></pre></div><div class=""><br class=""></div><div class="">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 class=""><br class=""></div><div class="">Thanks,</div><div class="">Daniel</div><div class=""><br clear="all" class=""><div class=""><br class=""></div>-- <br class=""><div class="gmail_signature"><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><span style="font-family:arial,sans-serif;font-size:13px;border-collapse:collapse" class="">Georepublic UG & Georepublic Japan<br class="">eMail: <a href="mailto:daniel.kastl@georepublic.de" style="color:rgb(66,99,171)" target="_blank" class="">daniel.kastl@georepublic.de</a><br class="">Web: <a href="https://georepublic.info/" target="_blank" class="">https://georepublic.info</a></span><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div></div></div></div></div>
</div></div>
_______________________________________________<br class="">pdal mailing list<br class=""><a href="mailto:pdal@lists.osgeo.org" class="">pdal@lists.osgeo.org</a><br class="">http://lists.osgeo.org/mailman/listinfo/pdal</div></blockquote></div><br class=""></div></body></html>