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

Streamline how resampling over DST transitions is handled for non-instantaneous sensor data #124

Open
Flix6x opened this issue Nov 22, 2022 · 0 comments
Labels
Resampling Dealing with downsampling and/or upsampling

Comments

@Flix6x
Copy link
Collaborator

Flix6x commented Nov 22, 2022

Since #118 we have a nice function to resample events for instantaneous data. This util function doesn't check for a specific sensor resolution, yet though. It may work well for non-instantaneous sensor data, too. We should find out, and either expand the test cases if it works, or assert that the sensor resolution is zero.

Specifically, I expect this work would touch:

  • The fast-track downsampling logic, under downsample_beliefs_data_frame
  • The fast-track upsampling logic, involving a reindex
  • The logic for resampling instantaneous sensor data, under resample_instantaneous_events
@Flix6x Flix6x added the Resampling Dealing with downsampling and/or upsampling label Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resampling Dealing with downsampling and/or upsampling
Projects
None yet
Development

No branches or pull requests

1 participant