odc.geo.roi.roi_center

odc.geo.roi.roi_center(roi: Union[slice, int, NormalizedSlice]) float[source]
odc.geo.roi.roi_center(roi: Tuple[Union[slice, int, NormalizedSlice], ...]) Tuple[float, ...]

Return center point of an roi.

Return type

Union[float, Tuple[float, ...]]