weldx.utility.
get_time_union
Generate a merged union of pandas.DatetimeIndex from list of inputs.
pandas.DatetimeIndex
The functions tries to merge common inputs that are “time-like” or might have time coordinates such as xarray objects, LocalCoordinateSystem and other time objects. See to_pandas_time_index for supported input object types.
LocalCoordinateSystem
to_pandas_time_index
list_of_objects (List[Union[DatetimeIndex, TimedeltaIndex]]) – list of input objects to merge
List
Union
DatetimeIndex
TimedeltaIndex
Pandas time index class with merged times
Union[pandas.DatetimeIndex, pandas.TimedeltaIndex]