bordado.check_coordinates

bordado.check_coordinates#

bordado.check_coordinates(coordinates)[source]#

Check that coordinate arrays all have the same shape.

Parameters:
coordinatestuple = (easting, northing, …)

Tuple of arrays with the coordinates of each point. Arrays can be Python lists.

Returns:
coordinatestuple = (easting, northing, …)

Tuple of coordinate arrays, converted to numpy arrays if necessary.

Raises:
ValueError

If the coordinates don’t have the same shape.