Skip to content

Commit

Permalink
error found
Browse files Browse the repository at this point in the history
  • Loading branch information
konstntokas committed Nov 28, 2024
1 parent 7fc4024 commit 64c1075
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xcube_stac/store_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ def open_data(
raise NotImplementedError("mldataset not supported in stacking mode")
else:
if self._stack_mode == "odc-stac":
items = [self._helper.parse_item(item, **open_params) for item in items]
bbox = open_params["bbox"]
odc_stac_params = dict(
bands=open_params.get("asset_names"),
Expand Down

0 comments on commit 64c1075

Please sign in to comment.