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 f0ae425 commit 48ade6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xcube_stac/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,9 @@ def __init__(
client_kwargs=dict(endpoint_url=CDSE_S3_ENDPOINT),
),
)
import pdb

pdb.set_trace()
if creodias_vm:
self._helper = HelperCdseCreodiasVM()
else:
Expand Down
3 changes: 3 additions & 0 deletions xcube_stac/store_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,9 @@ def build_dataset_from_item(
**open_params_asset,
)
elif params["protocol"] == "file":
import pdb

pdb.set_trace()
opener = self._get_file_accessor(params)
ds_asset = opener.open_data(
params,
Expand Down

0 comments on commit 48ade6b

Please sign in to comment.