Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Add endpoint for fetching dataframes needed for history matching #214

Open
ManInFez opened this issue Mar 21, 2022 · 0 comments
Open

Add endpoint for fetching dataframes needed for history matching #214

ManInFez opened this issue Mar 21, 2022 · 0 comments

Comments

@ManInFez
Copy link
Contributor

ManInFez commented Mar 21, 2022

In order to prevent transferring more than needed, ert-storage should offer data required for performing history matching.

Given a response vector V and D which have observations at V[1] and V[3] and D[4], it result in a dataframe like:

   rel. 0, rel. 1 ...
V1 [ 0.5,   0.6,  ... ] 
V3 [ 1.3,   1.6,  ... ] 
D4 [ 3.5,   4.6,  ... ] 
.. [ ... ,  ...,  ... ]   

parameters should result in a dataframe like:

   rel. 0, rel. 1 ...
P1 [ 0.5,   0.6,  ... ] 
P2 [ 1.3,   1.6,  ... ] 
P3 [ 3.5,   4.6,  ... ] 
.. [ ... ,  ...,  ... ]   

The endpoint should support queries, i.e. give me responses for these particular observations.

@sondreso sondreso changed the title Add endpoint for fetching dataframes needed for history matchins Add endpoint for fetching dataframes needed for history matching Mar 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant