From a7e809d9b7c93e11d45b64f0695238a8f8ae4ee3 Mon Sep 17 00:00:00 2001 From: David Montero Date: Mon, 17 Jun 2024 11:31:31 +0200 Subject: [PATCH] DOCS: Fixed docstrings of _central_pixel_bbox --- cubo/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubo/utils.py b/cubo/utils.py index b35e1e4..3332170 100644 --- a/cubo/utils.py +++ b/cubo/utils.py @@ -93,7 +93,7 @@ def _central_pixel_bbox( Returns ------- tuple - BBox in Equi7Grid coordinates, BBox in latlon, and EPSG. + BBox in Equi7Grid or UTM coordinates, BBox in latlon, and EPSG. """ # Get EPSG epsg = _get_epsg(lat, lon, edge_size, resolution, e7g)