diff --git a/odc/geo/_xr_interop.py b/odc/geo/_xr_interop.py index 0e8b6ecb..41d1daca 100644 --- a/odc/geo/_xr_interop.py +++ b/odc/geo/_xr_interop.py @@ -740,7 +740,7 @@ def map_bounds(self) -> Tuple[Tuple[float, float], Tuple[float, float]]: raise ValueError("Not geo registered") return gbox.map_bounds() - + crop = _wrap_op(crop)