Skip to content

Add support for (some) SLSTR L2 data types#3419

Draft
simon-sat wants to merge 3 commits into
pytroll:mainfrom
simon-sat:slstr_l2
Draft

Add support for (some) SLSTR L2 data types#3419
simon-sat wants to merge 3 commits into
pytroll:mainfrom
simon-sat:slstr_l2

Conversation

@simon-sat

Copy link
Copy Markdown
Member

Currently only L1b data from Sen3/SLSTR is supported. This PR adds support for L2 products also.
Initially, only the LST product is supported, but I have made this PR in a flexible way so that others can be added in the future.

In addition, to reduce code duplication I have moved many of the L1b reader functions into a new common library file that can be called by both the L1 and L2 readers.

  • Closes #xxxx
  • Tests added
  • Fully documented

@codecov

codecov Bot commented Jun 26, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 98.14815% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.34%. Comparing base (1adb2fa) to head (d1c75b0).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
satpy/readers/core/slstr.py 96.96% 4 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3419   +/-   ##
=======================================
  Coverage   96.33%   96.34%           
=======================================
  Files         467      469    +2     
  Lines       59138    59193   +55     
=======================================
+ Hits        56973    57027   +54     
- Misses       2165     2166    +1     
Flag Coverage Δ
behaviourtests 3.58% <0.00%> (-0.01%) ⬇️
unittests 96.43% <98.14%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant