concat

method of dascore.xarray.index.CoordIndex source

concat(
    indexes ,
    dim ,
    positions = None,
)-> ‘Any’

Concatenate indexes, staying lazy when their coordinates chain.

Parts in ascending (or descending) order with no overlap chain into one range when they continue each other’s grid and into a segmented coordinate otherwise; anything else — a reordering, an overlap, a materialized part, float ranges whose fused labels would be recomputed — comes back as a pandas index over the concatenated labels.