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

Fix real reflectance products not showing in product list #717

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

djhoese
Copy link
Member

@djhoese djhoese commented Oct 2, 2024

New reflectances had satpy "modifiers" in their DataID identifier object. This made Polar2Grid think they weren't available from the reader, but technically they are. This PR changes it so we check for the modified version and if that doesn't exist in the reader, then we check for a lesser modified version of the dataset, and so on until there is a not modified version of the dataset that still isn't found in the reader.

@djhoese djhoese added bug component:reader reading/loading data labels Oct 2, 2024
@djhoese djhoese self-assigned this Oct 2, 2024
@coveralls
Copy link

Coverage Status

coverage: 84.88% (+0.4%) from 84.503%
when pulling eb81350 on djhoese:bugfix-refl-listproducts
into 9d77405 on ssec:main.

@djhoese djhoese merged commit f59277b into ssec:main Oct 2, 2024
9 checks passed
@djhoese djhoese deleted the bugfix-refl-listproducts branch October 2, 2024 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug component:reader reading/loading data
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants