Description:
Implement Step 5: Compute the median value per pixel and per band across all available Sentinel-2 scenes within the month to reduce measurement noise and cloud contamination.
Tasks:
Acceptance Criteria:
- One median composite image per band (B03, B11)
- Cloud-contaminated pixels are properly handled
- Output has same spatial extent as candidate cell
- Visual inspection confirms cloud reduction
Description:
Implement Step 5: Compute the median value per pixel and per band across all available Sentinel-2 scenes within the month to reduce measurement noise and cloud contamination.
Tasks:
xarray.DataArray.median(dim='time')Acceptance Criteria: