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 9c5fa4c commit 6176192
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 @@ -384,7 +384,7 @@ def parse_item(self, item: pystac.Item, **open_params) -> pystac.Item:
f"A{item.properties["orbitNumber"]:06}_{time_end}/IMG_DATA/"
f"R{res_select}m/T{item.properties["tileId"]}_"
f"{id_parts[2]}_{asset_name}_{res_select}m.jp2"
).replace("/eodata/", "/eo/")
)
if float(item.properties["processorVersion"]) >= 4.00:
offset = CDSE_SENITNEL_2_OFFSET_400[asset_name]
else:
Expand Down

0 comments on commit 6176192

Please sign in to comment.