From 48ade6bb9e84a62167979155905a8ae9ad806592 Mon Sep 17 00:00:00 2001 From: konstntokas Date: Tue, 26 Nov 2024 09:26:30 +0100 Subject: [PATCH] debug --- xcube_stac/store.py | 3 +++ xcube_stac/store_mode.py | 3 +++ 2 files changed, 6 insertions(+) diff --git a/xcube_stac/store.py b/xcube_stac/store.py index 8cdb7b8..3af932c 100644 --- a/xcube_stac/store.py +++ b/xcube_stac/store.py @@ -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: diff --git a/xcube_stac/store_mode.py b/xcube_stac/store_mode.py index 00616f8..6c3ccd7 100644 --- a/xcube_stac/store_mode.py +++ b/xcube_stac/store_mode.py @@ -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,