Combine a list of footprints into one or more combined footprints using a Shapely union.
footprints (list of np.ndarray) – List of footprints, where each footprint is a 2-D array of shape (N, 2).
List of combined footprints, where each footprint is a 2-D array of shape (M, 2).
list of np.ndarray