<div dir="ltr">Looks like your paths don't map to your volumes properly.  If your data is at D:\DEV\PDAL\TEST, then you'll need to map that volume as well.  Try changing your "filename" in your JSON pipeline to "/test/CC10_000000.txt", and then use the invocation:<div><br></div><div>docker run -v /d/DEV/PDAL/PIPELINES:/pipelines -v /d/DEV/PDAL/TEST:/test pdal/pdal:1.4 pdal pipeline /pipelines/Sample_pipeline.json</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 2, 2017 at 11:05 AM, Florent Poux <span dir="ltr"><<a href="mailto:fpoux@ulg.ac.be" target="_blank">fpoux@ulg.ac.be</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear all,<br>
I face a pipeline problem on which I struggle (and you may have a quick answer to it).<br>
<br>
Here is my command line (using docker):<br>
>>> docker run -v /d/DEV/PDAL/PIPELINES:/data pdal/pdal:1.4 pdal pipeline /data/Sample_pipeline.json<br>
result >>> PDAL: readers.text: Unable to open text file 'C10_000000.txt'.<br>
<br>
And here is the problematic part of my json pipeline :<br>
{<br>
  "pipeline":[<br>
    {<br>
      "type":"readers.text",<br>
      "filename":"CC10_000000.txt"<br>
    },<br>
    {<br>
      "type":"filters.chipper",<br>
      "capacity":800<br>
    },<br>
<br>
Is that a path problem (I tried ../TEST/CC10_000000.txt but didn't work either) ? Or a size limit on txt file (env. 600 Mo) ? Other ?<br>
<br>
My data location : D:\DEV\PDAL\TEST<br>
My json pipelines locations : D:\DEV\PDAL\PIPELINES<br>
<br>
Thanks in advance !<br>
Kind regards,<br>
<br>
F. Poux<br>
______________________________<wbr>_________________<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/mailma<wbr>n/listinfo/pdal</a></blockquote></div><br></div>