Skip to content

Commit 165629a

Browse files
committed
Removing look for nested directories for SPOT-4/5
1 parent 6dbb850 commit 165629a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eoreader/products/optical/spot45_product.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ def _get_tile_path(self) -> Union[CloudPath, Path]:
807807
Returns:
808808
Union[CloudPath, Path]: DIMAP filepath
809809
"""
810-
return self._get_path("**/IMAGERY", "TIF")
810+
return self._get_path("IMAGERY", "TIF")
811811

812812
def _dn_to_toa_rad(self, dn_arr: xr.DataArray, band: BandNames) -> xr.DataArray:
813813
"""

0 commit comments

Comments
 (0)