You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should at least be an option to conveniently align the feature windows when there is an equal stride (or multiples of the minimal stride).
This issue persists when the windows have different length (e.g., "3 min" and "5min") and have an equal stride (e.g., "2min"). The user would want to have the features aligned on the same index (e.g., after 5 min), and not misaligned (as it is right now) after 3min and 5 min.
I guess we could introduce a keyword argument in the FeatureCollection.calculate for this.
Disclaimer: issue was originally highlighted by @emield12
The text was updated successfully, but these errors were encountered:
There should at least be an option to conveniently align the feature windows when there is an equal stride (or multiples of the minimal stride).
This issue persists when the windows have different length (e.g., "3 min" and "5min") and have an equal stride (e.g., "2min"). The user would want to have the features aligned on the same index (e.g., after 5 min), and not misaligned (as it is right now) after 3min and 5 min.
I guess we could introduce a keyword argument in the
FeatureCollection.calculate
for this.Disclaimer: issue was originally highlighted by @emield12
The text was updated successfully, but these errors were encountered: