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 ed962cd commit f0ae425
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 @@ -350,7 +350,7 @@ def parse_item(self, item: pystac.Item, **open_params) -> pystac.Item:
"asset_names", CDSE_SENITNEL_2_BANDS[processing_level]
)
href_base = item.assets["PRODUCT"].extra_fields["alternate"]["s3"]["href"][1:]
href_base = href_base.replace("eodata", "~/eo")
href_base = href_base.replace("eodata", "/home/eouser/eo")
res_want = open_params.get("spatial_res", CDSE_SENTINEL_2_MIN_RESOLUTIONS)
if "crs" in open_params:
target_crs = normalize_crs(open_params["crs"])
Expand Down

0 comments on commit f0ae425

Please sign in to comment.