read_wells_to_unstruct

subsurface.reader.wells.wells_api.read_wells_to_unstruct(reader_wells_helper: subsurface.reader.readers_data.ReaderWellsHelper, backend='welly', n_vertex_per_well=80, table: Optional[List[striplog.component.Component]] = None)subsurface.structs.base_structures.unstructured_data.UnstructuredData[source]

Read from csv files (or excel) to subsurface.Unstructured object.

Parameters
  • backend (string) – Which library use for reading and processing of data. So far: welly

  • table (List[Striplog.Component]) – List of components to map lithologies to value.

  • n_vertex_per_well (int) – Number of vertex used to describe the geometry of the well.

Returns

if return_welly also the

welly object

Return type

subsurface.UnstructuredData