Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sampling of TimeSeries #216

Open
davidenke opened this issue Sep 11, 2020 · 0 comments
Open

Sampling of TimeSeries #216

davidenke opened this issue Sep 11, 2020 · 0 comments

Comments

@davidenke
Copy link

davidenke commented Sep 11, 2020

Hello,

is it possible to introduce some kind of sampling to visualize large data sets? We have to show a time series with data points (3 to 5) in a 15 minute interval for about a year which can be zoomed in to a single day. So basically about 35000 data points with 3 to 5 values each.

I've seen some interpolation methods in the TimeSeries class and wanted to implement some kind of sampling myself without success. My idea was to keep the initial TimeSeries and to provide a specific one for the view with sampled data dependent on the current TimeRange. Using quantile helps to sample the data, but I'm losing the timestamp to create a new TimeSeries as it returns only the values.

In short: is there a way to implement some kind of sampling to allow visualizing large data sets?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant