CoordinateSystemManager.
time_union
Get the time union of all or selected local coordinate systems.
If neither the CoordinateSystemManager nor its attached LocalCoordinateSystem instances possess a reference time, the function returns a pandas.TimedeltaIndex. Otherwise, a pandas.DatetimeIndex is returned. The following table gives an overview of all possible reference time combinations and the corresponding return type:
CoordinateSystemManager
LocalCoordinateSystem
pandas.TimedeltaIndex
pandas.DatetimeIndex
CSM reference time
LCS reference times
Return type
True
all/mixed/none
False
all
none
list_of_edges (Optional[List]) – If not None, the union is only calculated from the specified edges.
Optional
List
None
Time union
pandas.DatetimeIndex or pandas.TimedeltaIndex