spatialdata.transformations.get_transformation_between_coordinate_systems

spatialdata.transformations.get_transformation_between_coordinate_systems#

spatialdata.transformations.get_transformation_between_coordinate_systems(sdata, source_coordinate_system, target_coordinate_system, intermediate_coordinate_systems=None)#

Get the transformation to map a coordinate system (intrinsic or extrinsic) to another one.

Parameters:
  • source_coordinate_system (Union[SpatialImage, MultiscaleSpatialImage, GeoDataFrame, DataFrame, str]) – The source coordinate system. Can be a SpatialElement (intrinsic coordinate system) or a string (extrinsic coordinate system).

  • target_coordinate_system (Union[SpatialImage, MultiscaleSpatialImage, GeoDataFrame, DataFrame, str]) – The target coordinate system. Can be a SpatialElement (intrinsic coordinate system) or a string (extrinsic coordinate system).

Return type:

BaseTransformation

Returns:

: The transformation to map the source coordinate system to the target coordinate system.