spatialdata.transformations.remove_transformations_to_coordinate_system

spatialdata.transformations.remove_transformations_to_coordinate_system#

spatialdata.transformations.remove_transformations_to_coordinate_system(sdata, coordinate_system)#

Remove (inplace) all transformations to a specific coordinate system from all the elements of a SpatialData object.

Parameters:
  • sdata (SpatialData) – The SpatialData object.

  • coordinate_system (str) – The coordinate system to remove the transformations from.

Return type:

None