flownet.utils.observations module

flownet.utils.observations._read_ert_obs(ert_obs_file_name: pathlib.Path) dict

This function reads the content of a ERT observation file and returns the information in a dictionary.

Parameters

ert_obs_file_name – path to the ERT observation file

Returns

dictionary that contains the information in a ERT observation file

Return type

ert_obs

flownet.utils.observations._read_yaml_obs(yaml_obs_file_name: pathlib.Path) dict

This function reads the content of a YAML observation file and returns the information in a dictionary.

Parameters

yaml_obs_file_name – path to the YAML observation file

Returns

dictionary that contains the information in a YAML observation file