[pdal] Pipeline problem

Florent Poux fpoux at ulg.ac.be
Fri Mar 3 06:24:32 PST 2017


perfect, problem resolved. thank you for your guidance !

Kind regards,

Florent

Le 02/03/2017 à 18:14, Connor Manning a écrit :
> 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 
> <mailto: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 <mailto:pdal at lists.osgeo.org>
>     https://lists.osgeo.org/mailman/listinfo/pdal
>     <https://lists.osgeo.org/mailman/listinfo/pdal>
>
>



More information about the pdal mailing list