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

Change run scripts that take EPC data as arg to use preprocessed EPC #86

Open
crispy-wonton opened this issue Nov 27, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@crispy-wonton
Copy link
Collaborator

Currently, run scripts need to be run in a certain order with the output of the previous run script acting as input into the next run script. This makes it confusing to know which processed version of EPC is required as an input for each run script.

I suggest we change the pipeline so that each separate script outputs the required data only, and then in calculate_suitability.py all the separate outputs are loaded and merged into one dataset to calculate suitability scores.

@crispy-wonton crispy-wonton added the enhancement New feature or request label Nov 27, 2024
@crispy-wonton crispy-wonton self-assigned this Dec 4, 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

1 participant