Skip to content

Conversation

@konstntokas
Copy link
Collaborator

  • Added support for sentinel-3-slstr-l1-rbt: Level-1 radiances and brightness
    temperatures (RBT) derived from SLSTR instrument

@konstntokas konstntokas requested review from TonioF and forman November 24, 2025 08:49
Copy link

@TonioF TonioF left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Just a minor comment.

Comment on lines +105 to +112
xarray_open_params = dict(
resolution=open_params["spatial_res"],
crs=open_params["crs"],
bbox=open_params["bbox"],
interp_methods=open_params.get("interp_methods"),
agg_methods=open_params.get("agg_methods"),
variables=open_params.get("variables"),
)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you not use "get" with the first three parameters?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"time_range", "bbox", "spatial_res" is required in JsonObjectSchema, which is checked in open_data in store.py.

@codecov-commenter
Copy link

Codecov Report

❌ Patch coverage is 98.59155% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
xcube_eopf/prodhandlers/sentinel3.py 98.30% 1 Missing ⚠️
Files with missing lines Coverage Δ
xcube_eopf/prodhandlers/sentinel2.py 99.42% <100.00%> (-0.03%) ⬇️
xcube_eopf/store.py 100.00% <100.00%> (ø)
xcube_eopf/utils.py 100.00% <100.00%> (ø)
xcube_eopf/version.py 100.00% <100.00%> (ø)
xcube_eopf/prodhandlers/sentinel3.py 99.11% <98.30%> (-0.89%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@konstntokas konstntokas merged commit 70497b1 into main Nov 27, 2025
1 check passed
@konstntokas konstntokas deleted the konstntokas-xxx-sen3_slstr_rbt branch November 27, 2025 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants