Skip to content

feat: delete cloud from land use image #407

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

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

JinIgarashi
Copy link
Contributor

closes #291

  • download stac item for each item ID other than downloading by UTM grid
  • predict cloud mask from sentinel bands (cloud_mask.tif)
  • predict land use (landuse_prediction.tif.tmp)
  • remove cloud from landuse_prediction.tif.tmp by cloud_mask.tif. output file is landuse_prediction.tif
  • optimise searching strategy. Check the coverage of each STAC item and the project area. If more than 10 percent is covering project area, it will be downloaded. otherwise, it will be skipped to download.

@JinIgarashi JinIgarashi self-assigned this May 28, 2025
@JinIgarashi JinIgarashi added the enhancement New feature or request label May 28, 2025
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

Successfully merging this pull request may close these issues.

cloud / shadow mask for landuse prediction
1 participant