Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
konstntokas committed Nov 26, 2024
1 parent d814647 commit 9c5fa4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcube_stac/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def get_data_access_params(self, item: pystac.Item, **open_params) -> dict:
protocol = "file"
href_components = item.assets[asset_name].href.split("/")
root = ""
instrument = href_components[4]
instrument = href_components[2]
format_id = MAP_CDSE_COLLECTION_FORMAT[instrument]
fs_path = "/".join(href_components)
storage_options = {}
Expand Down

0 comments on commit 9c5fa4c

Please sign in to comment.