Group Area's by their status (EnClosed and Redundant)

Hello all,

Who can help me with the following.

I have a list of Enclosed and Redundant areas.
And I want to group these by their status.

Does anyone have any idea how this can be done?

Thank you very much for the help.

@Nick_Boyts perhaps?

Hi @Fernand77 ,

Is this value saved as an (instance) parameter?
If so, you can extract that parameter and feed it, together with the Areas, into a List.GroupByKey node. This will group all your Areas by all the unique parameter-values.

1 Like

@Fernand77 , hi

hahaha … i visualize it here !

Hi Dan,

No, there is no value to group on.
The area and the perimeter of both are 0.

What is different is that a Redudant Area has an Area boundary and a Not Enclosed Area does not.
I’ve been trying to do this as well, but I can’t quite figure it out either.

An Enclosed and Redundant Area both have an area and perimeter of 0. So you can’t group by that.


@Fernand77 ,

maybe you can filter via warnings? look :slight_smile:

2 Likes

Thank you!

I think this should work.

1 Like