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

Add VIIRS EDR AOD quality filter flag #674

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

djhoese
Copy link
Member

@djhoese djhoese commented Jan 10, 2024

Closes #666. Adds a --aod-qc-filter flag to the viirs_edr reader that accepts 0/1/2/3 or "none" to filter AOD data by the QCAll quality flag.

@coveralls
Copy link

Coverage Status

coverage: 85.333% (-0.04%) from 85.374%
when pulling d7db05b on djhoese:feat-viirs-edr-aod-qc
into 9d531a9 on ssec:main.

@djhoese djhoese requested a review from kathys January 10, 2024 04:01
)
group.add_argument(
"--aod-qc-filter",
default=1,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Default is 1 like you mentioned in the related issue @kathys so that should include medium and high quality data. If that sounds good to you then I'll merge this. Oh...except I'll need to make sure the Satpy PR is merged first.

@djhoese djhoese merged commit be6bc9c into ssec:main Jan 10, 2024
7 of 9 checks passed
@djhoese djhoese deleted the feat-viirs-edr-aod-qc branch January 10, 2024 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ability to filter VIIRS AOD product image using Quality Flag
2 participants