We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18bf7ab + 3d77baa commit 9094172Copy full SHA for 9094172
CHANGELOG.md
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
9
### Fixed
10
11
-- type str/list for `datacube` `mask_with`kwarg.
+- type str/list for `datacube` `mask_with` kwarg.
12
13
### Added
14
earthdaily/earthdatastore/__init__.py
@@ -646,7 +646,7 @@ def datacube(
646
msg=f"Specified mask '{mask_with}' is not available. Currently available masks provider are : {mask._available_masks}",
647
)
648
649
- if mask_with == "ag_cloud_mask":
+ elif mask_with == "ag_cloud_mask":
650
search_kwargs = self._update_search_kwargs_for_ag_cloud_mask(
651
search_kwargs, collections[0]
652
0 commit comments