<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="">Florent,<div class=""><br class=""></div><div class="">Docker on Windows will not allow you to read data from any directory on your local system without you first telling it where and how to do so. See the note at <a href="https://www.pdal.io/quickstart.html#enable-docker-access-to-your-machine" class="">https://www.pdal.io/quickstart.html#enable-docker-access-to-your-machine</a></div><div class=""><br class=""></div><div class="">Once you have added d:\dev\pdal\pipelines to your docker paths as shown, you will need to modify your pipeline *relative* to the directory name you are mapping to. In your case, that's /data</div><div class=""><br class=""></div><div class=""><blockquote type="cite" class="">docker run -v /d/DEV/PDAL/PIPELINES:data pdal/pdal:1.4 pdal pipeline /data/Sample_pipeline.json</blockquote></div><div class=""><br class=""></div><div class="">Next, make sure to modify your path that points to the data in the pipeline to point relative to the directory name you mapped with the -v argument.</div><div class=""><br class=""></div><div class=""><blockquote type="cite" class=""><div class="">"filename":"/data/CC10_000000.txt"</div><div class=""></div></blockquote></div><div class=""><br class=""></div><div class="">Hope this helps,</div><div class=""><br class=""></div><div class="">Howard</div><div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Mar 2, 2017, at 11:05 AM, Florent Poux <<a href="mailto:fpoux@ulg.ac.be" class="">fpoux@ulg.ac.be</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Dear all,<br class="">I face a pipeline problem on which I struggle (and you may have a quick answer to it).<br class=""><br class="">Here is my command line (using docker):<br class="">>>> docker run -v /d/DEV/PDAL/PIPELINES:/data pdal/pdal:1.4 pdal pipeline /data/Sample_pipeline.json<br class="">result >>> PDAL: readers.text: Unable to open text file 'C10_000000.txt'.<br class=""><br class="">And here is the problematic part of my json pipeline :<br class="">{<br class="">  "pipeline":[<br class="">    {<br class="">      "type":"readers.text",<br class="">      "filename":"CC10_000000.txt"<br class="">    },<br class="">    {<br class="">      "type":"filters.chipper",<br class="">      "capacity":800<br class="">    },<br class=""><br class="">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 class=""><br class="">My data location : D:\DEV\PDAL\TEST<br class="">My json pipelines locations : D:\DEV\PDAL\PIPELINES<br class=""><br class="">Thanks in advance !<br class="">Kind regards,<br class=""><br class="">F. Poux<br class="">_______________________________________________<br class="">pdal mailing list<br class=""><a href="mailto:pdal@lists.osgeo.org" class="">pdal@lists.osgeo.org</a><br class="">https://lists.osgeo.org/mailman/listinfo/pdal</div></div></blockquote></div><br class=""></div></body></html>