<div dir="ltr"><div>Hi,</div><div><br></div><div>I am new to pdal (using Docker's pdal/pdal:1.8, specifically pdal/pdal@sha256:12d0b90af6d2056467cff77509ba44878661a12217819c8af1eb91b3fda490e2).
 I've tried a very simple pipeline (attached) which, from my reading of 
the documentation, should support streaming: it reads from a .PLY file, 
uses the decimation filter with a "step" of 8, and writes to another 
.PLY file.</div><div><br></div><div><a href="https://pdal.io/stages/readers.ply.html" target="_blank">https://pdal.io/stages/readers.ply.html</a></div><div><a href="https://pdal.io/stages/writers.ply.html" target="_blank">https://pdal.io/stages/writers.ply.html</a></div><div><a href="https://pdal.io/stages/filters.decimation.html" target="_blank">https://pdal.io/stages/filters.decimation.html</a></div><div><br></div><div>All three stages say they support streaming operations.<br></div><div><br></div><div>However, when I run the pipeline, the process runs out of memory, and validating the pipeline shows it is not streaming:</div><div><br></div><div>{<br>   "error_detail" : "",<br>   "streamable" : false,<br>   "valid" : true<br>}</div><div><br></div>What am I missing? Is there a way to further debug this (e.g. identify which part of the pipeline inhibits streaming)? Would anyone care to enlighten me?<br><div><br></div><div>Thank you,</div><div><br></div><div>Tom<br></div></div>