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 phase_similarity raster, add water masking to recommended_mask #166

Merged
merged 5 commits into from
Oct 14, 2024

Conversation

scottstanie
Copy link
Contributor

@scottstanie scottstanie commented Oct 14, 2024

  • The current recommended mask is
    bad_pixel_mask = is_water | bad_conncomp | (bad_temporal_coherence & bad_similarity)
    # Note: An alternate way to view this:
    # good_conncomp & is_no_water & (good_temporal_coherence | good_similarity)
  • A more aggressive water mask is used on the browse images now. Still keeping a 1 km buffer for land water: I'm assuming lakes/rivers may change more significantly than ocean boundary

@scottstanie scottstanie merged commit 0e15efd into opera-adt:main Oct 14, 2024
4 checks passed
@scottstanie scottstanie deleted the add-similarity-raster branch October 14, 2024 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant