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

Import of summary data from CSV #9773

Closed
magnesj opened this issue Jan 31, 2023 · 0 comments
Closed

Import of summary data from CSV #9773

magnesj opened this issue Jan 31, 2023 · 0 comments
Assignees
Labels
Enhancement An addition that can be observed by the user

Comments

@magnesj
Copy link
Member

magnesj commented Jan 31, 2023

Add support for import of single summary data and ensemble data from CSV files.

  • add RimCsvSummaryCase derived from RimSummaryCase
  • import data from Reveal, Stimplan and FMU summary files in CSV format
  • support import into summary case using file dialog and ensemble dialog
  • support import using Python Import CSV ensemble from Python #10106
  • extend Imported category to allow optionally extra levels before summary data is available. This can be used to represent folders in a data structure
  • complete the display of vector in Summary Data Sources to ensure that all vectors are available for drag/drop
  • consider using a template concept to identify parts of path to be represented in the level definitions
  • add handling of text header before data rows
    • reveal: header lines, table data, new header, table data, new header, table data, ....
    • stimplan: first line: title, second line: column names, third line units

Other tasks

  • adjust import of observed data to support import of time with unknown start date. Add optional specification of simulation start

Related issues
#5154

Testdata is located at "\CeeSol All\Projects\maintenance\CsvSummaryCase"

Example file layout for StimPlan
image

@magnesj magnesj added the Enhancement An addition that can be observed by the user label Jan 31, 2023
@magnesj magnesj added this to the Reveal 2023 Sprint 01 milestone Jan 31, 2023
kriben added a commit that referenced this issue Mar 17, 2023
kriben added a commit that referenced this issue Apr 19, 2023
magnesj added a commit that referenced this issue Apr 20, 2023
* #9773 Refactor ensemble import dialog.
* #9773 Add support for ensemble import of StimPlan/Reveal summary data.
* #9773 Add method for finding min and max time steps.
* #9773 Add option for resampling to hour intervals.
* #9773 Add option for resampling to minute intervals.
* #9773 Ensemble statistics: determine sub-sampling period dynamically.
* Use RiaWeightedMeanCalculator for curve resampling.
* Add HOUR and MINUTE to date time app enum.
* #9773 Generate better ensembles for StimPlan summaries.
* #9773 Fix parameters.txt lookup for StimPlan summaries
* Refactor: Improve interface of RicImportSummaryCasesFreature::createSummaryCasesFromFiles

Co-authored-by: Magne Sjaastad <[email protected]>
@kriben kriben closed this as completed Sep 27, 2023
@github-actions github-actions bot added the PendingRelease Issues is fixed and will be available in next release label Sep 27, 2023
@magnesj magnesj removed the PendingRelease Issues is fixed and will be available in next release label Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement An addition that can be observed by the user
Projects
None yet
Development

No branches or pull requests

2 participants