[GRASS-user] help v.lidar.mcc

Moritz Lennert mlennert at club.worldonline.be
Wed Jan 11 00:54:12 PST 2017


On 11/01/17 05:21, Anna Petrášová wrote:
> Hi Rafaela,
>
> this is too big for testing, please make it smaller. You will at least
> see if the problem is related to the size of the dataset. Also, as
> Moritz suggested you, please run the command:
>
> v.outlier --o ew_step=0.5 outlier=outlier filter=positive lambda=2.0
> input=mylasinput threshold=0.4 output=output ns_step=0.5
>
> because this is the command that actually failed and it should report
> some errors.

I see this in v.lidar.mcc:

grass.run_command('v.outlier',
	input=nc_points, output=temp_ncout, outlier=temp_ng,
         ew_step=xs_s, ns_step=ys_s, lambda_=f, threshold=t,
         filter='positive',
         overwrite=True, quiet=True, stderr=nuldev)


I guess the stderr=nuldev is the reason why no error message appears.

Maybe this call should be in a try-except check ?

Moritz


More information about the grass-user mailing list