CoordinateSystemManager.
transform_data
Transform spatial data from one coordinate system to another.
data (Union[DataArray, ndarray, List]) – Point cloud input as array-like with cartesian x,y,z-data stored in the last dimension. When using xarray objects, the vector dimension is expected to be named “c” and have coordinates “x”,”y”,”z”
Union
DataArray
ndarray
List
source_coordinate_system_name (str) – Name of the coordinate system the data is defined in
str
target_coordinate_system_name (str) – Name of the coordinate system the data should be transformed to
Transformed data
numpy.ndarray