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

Add ability to filter out based on speed or jump during actel explore, migration, or residency #109

Open
dsmith-unbc opened this issue Oct 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@dsmith-unbc
Copy link
Contributor

Actel currently has a jump.warning / jump.error and speed.warning / speed.error to help clean the data and identify possible issues. I would like to recommend a jump.removal and speed.removal be added.

For example, if speed.removal is set to 2.5m/s, any observation which travels faster than 2.5m/s between one station and the next would be discarded from the data. The same would be said for jump.removal where if this is set to 3, observations which jump 3 stations since the last observation would be discarded instead of throwing an error or requiring user interaction.

This would allow filtering of large datasets to go faster and enable the speed and jump functions of actel to be utilized on high performance computing clusters, such as Compute Canada, where user interaction is not possible once the code has been pushed to the clusters.

Observations filtered out by speed.removal and jump.removal should still be appended to the bottom of the actel report along with a summary of how many observations were removed by the process.

@hugomflavio hugomflavio added the enhancement New feature or request label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants