podpac.coordinates.merge_dims
- podpac.coordinates.merge_dims(coords_list, validate_crs=True)[source]
Merge the coordinates.
- Parameters:
coords_list (list) – List of
Coordinates
with unique dimensions.validate_crs (bool, optional) – Default is True. If False, the coordinates will not be checked for a common crs, and the crs of the first item in the list will be used.
- Returns:
coords – Coordinates with merged dimensions.
- Return type:
- Raises:
ValueError – If dimensions are duplicated.