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 5d2520e commit cfec1e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xcube_stac/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,9 @@ def __init__(self):
self.file_accessor = Sentinel2DataAccessor

def parse_item(self, item: pystac.Item, **open_params) -> pystac.Item:
import pdb

pdb.set_trace()
processing_level = open_params.pop("processing_level", "L2A")
open_params["asset_names"] = open_params.get(
"asset_names", CDSE_SENITNEL_2_BANDS[processing_level]
Expand Down

0 comments on commit cfec1e8

Please sign in to comment.