From 14da6de31fdc5d2f4e42c90b71988f70cfa6f4e8 Mon Sep 17 00:00:00 2001 From: dabhicusp Date: Thu, 11 Jan 2024 04:27:23 +0000 Subject: [PATCH] nit changes done. --- xee/ext.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xee/ext.py b/xee/ext.py index e675ca0..df39284 100644 --- a/xee/ext.py +++ b/xee/ext.py @@ -541,8 +541,8 @@ def _get_primary_coordinates(self) -> List[Any]: return primary_coords def _get_tile_from_ee( - self, tile_and_band: List[Tuple[int, int, int], str] - ) -> Tuple[int, np.ndarray]: + self, tile_and_band: Tuple[Tuple[int, int, int], str] + ) -> Tuple[int, np.ndarray[Any, np.dtype]]: """Get a numpy array from EE for a specific bounding box (a 'tile').""" (tile_index, tile_coords_start, tile_coords_end), band_id = tile_and_band bbox = self.project(