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

UI supported quali plan creation step 1: create Excel configuration file #1290

Open
Yuri05 opened this issue Jan 28, 2025 · 2 comments
Open

Comments

@Yuri05
Copy link
Member

Yuri05 commented Jan 28, 2025

Script inputs are:

  • List of project snapshots given by their URL or relative path
  • List of observed data sets (which are not included into the projects) given by their URL or relative path
  • Default excel template (only captions and lookup tables)
  • Optional: existing qualification plan. If not given: at least 1 project must be included into the projects list above
    • Optional: projects to remove?
    • Optional: observed data sets to remove?

▶ If no qualification plan was passed: fill the default template with the information extracted from snapshots, e.g.

  • List of projects
  • List of {project, simulation, output path}
  • List of {project, simulation, observed data set}
  • List of {project, building block type, building block name}

▶ If qualification plan was passed:

  • Set "List of Projects" = "Projects passed to the script" union "Projects from the qualification plan" minus "Projects to remove"
  • Set "List of Observed Data Sets" = "Observed Data Sets passed to the script" union "Observed Data Sets from the qualification plan" minus "Observed data sets to remove"
  • Reverse engineer the qualification plan into the Excel template (EVERYTHING)
  • Add all NEW combinations of projects/simulations/outputs/observed data/… and highlight them as NEW (via cell background color)
  • Highlight all previously available combinations of projects/simulations/outputs/observed data/… which are not available anymore as DELETED (via cell background color)
@Yuri05
Copy link
Member Author

Yuri05 commented Jan 28, 2025

@Yuri05
Copy link
Member Author

Yuri05 commented Jan 28, 2025

Open questions:

  1. Is it possible to create Lookup-Tables in Excel dynamically via R script?

    Lookup Table

    If not: we could prefill the input excel template

    Prefill for large number of projects etc.
  2. Do we need IDs for outputs?

@Yuri05 Yuri05 changed the title UI supported quali plan creation step1: create Excel configuration file UI supported quali plan creation step 1: create Excel configuration file Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant