resqpy.rq_import.add_ab_properties
- resqpy.rq_import.add_ab_properties(epc_file, grid_uuid=None, ext_uuid=None, ab_property_list=None)
Import a list of pure binary property array files as grid properties.
- Parameters:
epc_file (
str) – path of existing resqml epc to be added togrid_uuid (
uuid, optional) – the uuid of the grid to receive the properties; required if more than one grid presentext_uuid (
uuid, optional) – the uuid of the hdf5 extension part to use for the arrays; recommended to leave as Noneab_property_list (
listoftuples) – each entry contains: (file_name, keyword, property_kind, facet_type, facet, uom, time_index, null_value, discrete, realization)
- Returns:
Model, with the new properties added, with hdf5 and epc fully updated