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

Model Preprocessing #835

Open
jfrost-mo opened this issue Sep 16, 2024 · 1 comment
Open

Model Preprocessing #835

jfrost-mo opened this issue Sep 16, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@jfrost-mo
Copy link
Member

What problem does your feature request solve?

Often times something needs to be applied to all of the model data before it is processed, such as cutting out a region, or fixing something. There is no easy way to do this currently, as modifying a recipe won't allow it to be done per-model.

Describe the solution you'd like

Add a pre-processing step to the workflow that can optionally run a user defined recipe to prepare the data, per model.

Describe alternatives you've considered

Build logic into the recipes, so it can be done conditionally. While powerful this would vastly increase the complexity of the recipes, making them less reliable and harder to reason about.

@jfrost-mo
Copy link
Member Author

Do we want this as a recipe, or an arbitrary python script?

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

1 participant