[pdal] Pipeline problem
Florent Poux
fpoux at ulg.ac.be
Thu Mar 2 09:05:35 PST 2017
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
More information about the pdal
mailing list