-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add reader for L1C data from the MSI instrument aboard EarthCARE #2803
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2803 +/- ##
==========================================
+ Coverage 95.95% 95.96% +0.01%
==========================================
Files 379 381 +2
Lines 53888 54026 +138
==========================================
+ Hits 51708 51846 +138
Misses 2180 2180
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Pull Request Test Coverage Report for Build 9191585206Details
💛 - Coveralls |
If you change the sensor name you may also need to make the relative changes on pyspectral/zenodo rsr files. Otherwise there'll be an inconsistent warning. |
This PR adds support for Level 1C (regridded) data produced by the MultiSpectral Imager (MSI) aboard the ESA/JAXA EarthCARE mission.
Currently, the pre-launch test data is supported and it's likely that some small changes will be required once the satellite is operational. For now, all existing MSI data works with the reader.
IMPORTANT NOTE: Both the Sentinel-2 and EarthCARE missions have sensors named 'MSI'. Therefore, I've also made some small changes to the S2/MSI reader in this PR in order to delineate between the two mission sensors.