sdynpy.core.sdynpy_shape.from_unv

from_unv(unv_data_dict, combine=True)

Load ShapeArrays from universal file data from read_unv

Parameters
  • unv_data_dict (dict) – Dictionary containing data from read_unv

  • combine (bool, optional) – If True, return as a single ShapeArray

Raises

ValueError – Raised if an unknown data characteristic is provided

Returns

output_arrays – Shapes read from unv

Return type

ShapeArray