podpac.coordinates.union
- podpac.coordinates.union(coords_list)[source]
Combine the given coordinates by collecting the unique, sorted coordinate values in each dimension.
- Parameters:
coords_list (list) – List of
Coordinates
.- Returns:
coords – Coordinates with unique, sorted coordinate values in each dimension.
- Return type:
See also