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

Avoid assuming inplace units + support descriptions of any column. #389

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

asnyv
Copy link
Collaborator

@asnyv asnyv commented Jul 15, 2020

Resolves #388

This is a proposed solution, not sure if it is the best way to do it, but all units should at least by moved out of the default volume_terminology.json.
The proposed solution also supports descriptions for other column labels than those in the current volume_terminology.json,
and any input description will be prioritized if the column label exist in both input and the default group.
Easy to expand from the current description and unit if additional metadata options are needed in the future.

A similar solution can e.g. be used for UDQ descriptions in #321, and maybe also to allow metadata for the Eclipse vectors in ReservoirSimulationTimeseries, ReservoirSimulationTimeseriesOneByOne and ReservoirSimulationTimeseriesRegional while using aggregated/csv-exported data (not directly from UNSMRY).

All of them are basically dependent on whether we think a dictionary stored in a json-file is the way to go for such metadata, think we should be fairly consistent once we have decided on something.

Also see: equinor/webviz-subsurface-testdata#47 for data and setup.

@asnyv asnyv added the blocked ⏳ Blocked by some other software label Aug 12, 2020
@asnyv
Copy link
Collaborator Author

asnyv commented Aug 12, 2020

blocked by equinor/webviz-config#199

VincentNevermore pushed a commit to VincentNevermore/webviz-subsurface that referenced this pull request Jul 19, 2022
* Add hook for updating state through patches
* Update python example to hold the map state
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked ⏳ Blocked by some other software
Projects
Status: On Hold
Development

Successfully merging this pull request may close these issues.

Avoid assuming units for inplace volumes
1 participant