equinor / ert-storage

This is the permanent storage solution for the ERT project
GNU General Public License v3.0
1 stars 12 forks source link

Add a ert storage endpoint for CSV_EXPORT #168

Open frode-aarstad opened 2 years ago

frode-aarstad commented 2 years ago

Add a ert storage endpoint for extracting the data needed by CSV_EXPORT.

Parameters:

From https://github.com/equinor/semeio/blob/master/semeio/workflows/csv_export2/csv_export2.py

CSV_EXPORT2 will export selected Eclipse summary vectors to a CSV file.
The vector selection is independent of the ``SUMMARY`` keywords in the
ert config file.

The time frequency must be chosen. If ``raw``, the original timesteps from
Eclipse is chosen, and it will be individual pr. realization. If ``daily``,
``weekly``, ``monthly``  or  ``yearly`` is chosen, only data at those dates are
given for all realization. Rate data (e.g.  FOPR) is valid for the given dates,
but can not be summed up to cumulative data when time interpolation. Cumulative
columns (f.ex. FOPT) are time-interpolated linearly.

Columns are selected by a list of strings, where wildcards characters ``?``
(matches exactly one character) and ``*`` (matches zero or more characters) can
be used to select multiple columns.
Column count more than 1000 gives increased probability for problems downstream,
TerryHannant commented 2 years ago

Outstanding issues