Why is not possible to downsample into the future? Currently even if you give until parameter to downsample with a future time, it downsamples only until the current time. And you have to use _time_offset to really get it to be downsampled. I think we should allow user to "freeze" the datapoints also into the future. This might be useful when importing.
Why is not possible to downsample into the future? Currently even if you give
untilparameter todownsamplewith a future time, it downsamples only until the current time. And you have to use_time_offsetto really get it to be downsampled. I think we should allow user to "freeze" the datapoints also into the future. This might be useful when importing.