Hi @Julioamodia89 ,
Those capabilities still exist and have been embellished on the SDK layer of the software. All that you need to expose them is a line or two of Python code that uses the SDK like so:
Grouping Data by Time Interval.gh (14.0 KB)
I didn’t expose them on a dedicated LBT component because there are just a lot of capabilities like this that have important uses but they are kinda niche and, if we exposed all of them, we would easily double the number of Ladybug components (raising the learning curve for a lot of new users).
So I hope it’s not too much to ask an advanced user like yourself who is able to work with Grasshopper DataTrees to write a couple of lines of Python when you need a capability like this. In particular, I would really encourage you to look through the DataCollection classes since there are a lot of useful operations you can perform with them using the SDK.
I’ll also say that I can be convinced that a certain feature isn’t niche and should have a dedicated component. But my initial thought has been to keep things on the SDK layer until it becomes clear that a dedicated component would save everyone a lot of time.