Skip to content
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

Graceful handling of saturated values in MODIS data #499

Closed
mraspaud opened this issue Nov 12, 2018 · 1 comment
Closed

Graceful handling of saturated values in MODIS data #499

mraspaud opened this issue Nov 12, 2018 · 1 comment
Labels
component:compositors enhancement code enhancements, features, improvements

Comments

@mraspaud
Copy link
Member

mraspaud commented Nov 12, 2018

Is your feature request related to a problem? Please describe.
MODIS level 1B data has quite a few channels prone to saturation, leading to composites with gaps of invalid data.

Describe the solution you'd like
As discussed in #492, a solution would be to implement a modifier that would allow to perform the gap filling on the channels that need it.

Describe any changes to existing user workflow
One raised concern is how to let the users easily generate filled single-channels composites. Another thing to add is a DQF dataset to the hdfeos_reader so that the modifier would know which pixels to fill.

Additional python or other dependencies
Not as far as I can see atm.

@mraspaud mraspaud added enhancement code enhancements, features, improvements component:compositors labels Nov 18, 2022
@mraspaud
Copy link
Member Author

This has been implemented since then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:compositors enhancement code enhancements, features, improvements
Projects
None yet
Development

No branches or pull requests

1 participant