Skip to content

Commit

Permalink
nit changes done.
Browse files Browse the repository at this point in the history
  • Loading branch information
dabhicusp committed Jan 11, 2024
1 parent 9759d0f commit 14da6de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xee/ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 14da6de

Please sign in to comment.