pisces.geometry.coordinates.utils.convert_coords_between_systems#

pisces.geometry.coordinates.utils.convert_coords_between_systems(source: CoordinateSystem, target: CoordinateSystem, *coords) tuple[source]#

Convert coordinates from one system to another.

Parameters:
  • source (CoordinateSystem) – The source coordinate system.

  • target (CoordinateSystem) – The target coordinate system.

  • coords (tuple of array-like) – Coordinates in the source system.

Returns:

Coordinates in the target system.

Return type:

tuple of array-like