Add "Create Unified CSV Report" context menu to ensemble Parameters folder#904
Draft
Add "Create Unified CSV Report" context menu to ensemble Parameters folder#904
Conversation
Agent-Logs-Url: https://github.com/magnesj/ResInsight/sessions/cf4d9ebf-820a-47f5-83a0-31333cb669e1 Co-authored-by: magnesj <1793152+magnesj@users.noreply.github.com>
…case Agent-Logs-Url: https://github.com/magnesj/ResInsight/sessions/cf4d9ebf-820a-47f5-83a0-31333cb669e1 Co-authored-by: magnesj <1793152+magnesj@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
magnesj
April 15, 2026 12:36
View session
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.
The Parameters folder in a summary ensemble had no way to export the realization parameter values in a unified tabular format.
Changes
New command
RicCreateEnsembleParameterCsvReportFeature: generates a space-delimited parameter report and displays it via the existingRicShowPlotDataFeature::showTextWindow. Parameter names are aggregated across all cases to handle heterogeneous ensembles.Context menu hook:
RimSummaryEnsembleParameterCollection::appendMenuItemsregisters the new command on right-click of the Parameters folder.Output format
Realization numbers are zero-padded to 5 digits. Both numeric and text parameter values are supported.