Refactor the baseline Validation Pipeline to align with GSoC Architecture#4017
Open
ayushman1210 wants to merge 14 commits into
Open
Refactor the baseline Validation Pipeline to align with GSoC Architecture#4017ayushman1210 wants to merge 14 commits into
ayushman1210 wants to merge 14 commits into
Conversation
…rics/plot_time_series, update tests
Member
Please convert this to a dplyr or base R approach. data.table is a good package that lots of people use happily, but it is not widely used in PEcAn and its syntax is confusing to folks who don't know it already. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This issue tracks the follow-up changes required for the dataframe-first validation framework introduced in PR #3892 aligning it with the architecture outlined in my GSoC 2026 workplan
Planned Changes
run_benchmark()entry point into a flexible 4-stage pipeline:Validate -> Align -> Compute -> Plot.data.tableIntegration: Replace the existing naive alignment logic with high-performancedata.tableoperations for spatial and temporal alignment, adopting patterns from PR data prep and post bias correction for NEE and LE #3934.Context
PR #3892 established the baseline dataframe-first concept. The changes tracked in this issue will evolve it into the generalized, high-performance toolkit planned for Phase 2 of my GSoC project.