I need to be able to resample time series both ways : downsampling and upsimpling.
I was able to downsample my time series using both TimeSeries.jl and TimeSeriesResampler.jl
But the later doesn’t support upsampling (mostly using nearest or left or right or linear interpolation).
Has anybody found a solution to that ? Maybe there is a better package for that ?
Any idea ?