I am analysing the results of a thermal simulation with a timestep of 12 (5-minute intervals), and I want to extract results from a specific segment of the day, starting at minute 55 of each hour instead of 00.
Since the “Apply Analysis Period” function doesn’t allow filtering by minutes, I tried using the filter_by_hoys
function found here in the ladybug documentation.
However, when applying the corrected hoys starting at minute 55, the output of filter_by_hoys
doesn’t change. I am wondering if this is an error in the filter_by_hoys
function, or if it is only intended for use with hourly data collections (and not sub-hourly).
If this is the case, do you see other methods I could use without having to work with the deconstructed data (which are much heavier)?
Thanks,
Matteo