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

Extract the water extent before flood event #50

Open
kleok opened this issue Feb 1, 2023 · 0 comments
Open

Extract the water extent before flood event #50

kleok opened this issue Feb 1, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@kleok
Copy link
Owner

kleok commented Feb 1, 2023

The pre-flood water extent will be extracted by Sentinel-1 imagery and Sentinel-2 images before the flood.

  • For Sentinel-1 acquisitions (@kleok )
  • We select only recent (last month) Sentinel-1 acquisitions that are not related to "big" precipitations events.
  • We calculate the median backscatter coefficient over time.
  • We download a third-party dataset for water extent (e.g. JRC)
  • We create a buffer zone of the water extent
  • We calculate threshold (e.g. Otsu) and apply at median backscatter coefficient
  • For Sentinel-2 acquisitions (@alekfal)
  • We select only recent (last month) Sentinel-2 acquisitions with low cloud coverage (< 10%)
  • We calculated MNDWI and apply cloud masks
  • We calculate the median MNDWI values over time.
  • We calculate a suitable MNDWI threshold at the buffer zone. We can have a look here.
  • We apply thresholding at median MNDWI values.
  • Combination of Sentinel-1 and Sentinel-2 water masks (@kleok, @alekfal)
  • The final map is calculated as the union of Sentinel-1 and Sentinel-2 water masks
@kleok kleok added the enhancement New feature or request label Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants