Open roche-emmanuel opened 3 months ago
Alright, so I see from the workflows above that there are some failures due to the formatting of the file, I should maybe start with this before moving forward with the remaining code changes 😉.
Attention: Patch coverage is 98.36735%
with 8 lines
in your changes missing coverage. Please review.
Project coverage is 96.11%. Comparing base (
a4b8c8d
) to head (1a7b8f6
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
satpy/readers/iasi_ng_l2_nc.py | 96.35% | 7 Missing :warning: |
satpy/tests/reader_tests/test_iasi_ng_l2_nc.py | 99.66% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
satpy/tests/reader_tests/test_iasi_ng_l2_nc.py | 298 | 299 | 99.67% | ||
satpy/readers/iasi_ng_l2_nc.py | 186 | 193 | 96.37% | ||
<!-- | Total: | 484 | 492 | 98.37% | --> |
Totals | |
---|---|
Change from base Build 11485792071: | 0.02% |
Covered Lines: | 53652 |
Relevant Lines: | 55759 |
Hi everyone,
We now think that this MR is ready for a review by the Satpy team, so please let me know if you have any feedback on it. Thanks 😉!
This PR introduces the initial implementation of the IASI-NG reader for Satpy.
The changes provided here are self-contained in three files:
satpy/readers/iasi_ng_l2_nc.py
: The implementation file for the reader.satpy/etc/readers/iasi_ng_l2_nc.yaml
: The YAML configuration file for the reader.satpy/tests/reader_tests/test_iasi_ng_l2_nc.py
: The unit tests for the reader.There are still a few points I need to address (this list may be extended progressively):
print(...)
statements).AUTHORS.md
file.The idea here is to start this PR early in the development phase to get early feedback and review notes from you, ensuring we are on the right track for eventual PR acceptance.
If you have any feedback on this PR already, please let me know 😊! In the meantime, I will continue working on the points mentioned above and will provide additional details on the changes as they are made on the feature branch.
Thanks for your help 🙏!