Split Tree according to value limits

Hi,

I am trying to split a list according to some limit values, like this:

so “group” all values in the same range. I tried different ways but they became rather complex, slow and didn’t work :upside_down_face:
splitList.gh (9.1 KB)
Many thanks!

Hi

Here’s two ways you can do it. First one is a bit tougher, but could prove to be faster. You need pufferfish and impala for it.

splitList_edit.gh (22.4 KB)

1 Like

Thank you very much! :pray:

treefrog/human is also required

1 Like

Here are two alternate approaches, without using plugins. One of the methods uses Python.

splitList_V2.gh (14.6 KB)

3 Likes