bordado.check_coordinates#
- bordado.check_coordinates(coordinates)[source]#
Check that coordinate arrays all have the same shape.
- Parameters:
- coordinates
tuple
= (easting
,northing
, …) Tuple of arrays with the coordinates of each point. Arrays can be Python lists.
- coordinates
- Returns:
- coordinates
tuple
= (easting
,northing
, …) Tuple of coordinate arrays, converted to numpy arrays if necessary.
- coordinates
- Raises:
ValueError
If the coordinates don’t have the same shape.