DVector.concat_list#

classmethod DVector.concat_list(dvecs, new_segmentation)[source]#

Concatenate a list of DVectors.

This should be to combine dvectors containing subsets of a segment.

Parameters:
  • dvecs (list[DVector]) – A list of DVectors to concatenate. These must have the same zoning_system and contain the same segments (although segment order can be different).

  • new_segmentation (Segmentation) – The segmentation of the returned DVector. This must match input dvecs.

Return type:

DVector