-
Notifications
You must be signed in to change notification settings - Fork 300
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 CAMEL emissivity datasets. #3023
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 #3023 +/- ##
==========================================
- Coverage 96.10% 96.09% -0.01%
==========================================
Files 377 379 +2
Lines 55163 55277 +114
==========================================
+ Hits 53012 53118 +106
- Misses 2151 2159 +8
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 12544590386Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small comments inline.
Co-authored-by: Panu Lahtinen <[email protected]>
Thanks @pnuu! I've committed some changes that should address your comments. |
This PR adds a reader for the NASA / USGS CAMEL emissivity product, which is a Level 3 global, gridded, dataset of IR emissivity values at 13 spectral tie points.
As well as the emissivity data, this reader also supports the ancillary datasets (ndvi, quality flags, etc).
AUTHORS.md
if not there already