weldx.util.get_time_union¶
-
weldx.util.get_time_union(list_of_objects)¶ Generate a merged union of
pandas.DatetimeIndexfrom list of inputs.The functions tries to merge common inputs that are “time-like” or might have time coordinates such as xarray objects,
LocalCoordinateSystemand other time objects. Seeto_pandas_time_indexfor supported input object types.