Description:
Implement Step 4 of the algorithm: Load Sentinel-2 L2A data from STAC items using xarray with the eopf-zarr engine to exploit cloud-native chunking.
Tasks:
Acceptance Criteria:
- Zarr datasets are successfully opened for all STAC items
- Only chunks overlapping the candidate cell are loaded
- B03 and B11 bands are accessible as xarray DataArrays
- Memory usage is minimal (chunked loading verified)
Description:
Implement Step 4 of the algorithm: Load Sentinel-2 L2A data from STAC items using xarray with the eopf-zarr engine to exploit cloud-native chunking.
Tasks:
xarray.open_datatree()withengine="eopf-zarr"op_mode="native"for optimal performanceAcceptance Criteria: