[pdal] Pipeline problem
Connor Manning
connor at hobu.co
Thu Mar 2 09:14:07 PST 2017
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:
docker run -v /d/DEV/PDAL/PIPELINES:/pipelines -v /d/DEV/PDAL/TEST:/test
pdal/pdal:1.4 pdal pipeline /pipelines/Sample_pipeline.json
On Thu, Mar 2, 2017 at 11:05 AM, Florent Poux <fpoux at ulg.ac.be> wrote:
> Dear all,
> I face a pipeline problem on which I struggle (and you may have a quick
> answer to it).
>
> Here is my command line (using docker):
> >>> docker run -v /d/DEV/PDAL/PIPELINES:/data pdal/pdal:1.4 pdal pipeline
> /data/Sample_pipeline.json
> result >>> PDAL: readers.text: Unable to open text file 'C10_000000.txt'.
>
> And here is the problematic part of my json pipeline :
> {
> "pipeline":[
> {
> "type":"readers.text",
> "filename":"CC10_000000.txt"
> },
> {
> "type":"filters.chipper",
> "capacity":800
> },
>
> 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 ?
>
> My data location : D:\DEV\PDAL\TEST
> My json pipelines locations : D:\DEV\PDAL\PIPELINES
>
> Thanks in advance !
> Kind regards,
>
> F. Poux
> _______________________________________________
> pdal mailing list
> pdal at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/pdal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/pdal/attachments/20170302/a385b294/attachment.html>
More information about the pdal
mailing list