<div dir="ltr">I'm comparing the results of ground isolation:<div><br></div><div><div>msr@msr-laptop ~/dev/scratch-michaelr/pdalworkflow $ pdal delta --candidate samp11-utm-ground.laz  --source ~/data/AzimetrySamples/Sithole_Vosselman/terrain/samp11-utm-ground.pcd  </div><div>PDAL: kernels.delta: Missing value for positional argument 'output'.</div></div><div><br></div><div><br></div><div>OK, so it wants me to include a '--output switch' (though documentation says this defaults to stdout).  However, when I do add the --output switch it seems to get ignored.  Am I doing it wrong?</div><div><br></div><div><div>msr@msr-laptop ~/dev/scratch-michaelr/pdalworkflow $ pdal delta --candidate samp11-utm-ground.laz  --source ~/data/AzimetrySamples/Sithole_Vosselman/terrain/samp11-utm-ground.pcd  --output samp11-delta.txt</div><div>Failed to find match for field 'intensity'.</div><div>Failed to find match for field 'rgba'.</div><div>{</div><div>  "X":</div></div><div> ... as expected but to stdout and no file called "samp11-delta.txt" is created.</div><div><br></div><div><br></div><div><br></div></div>