SatelliteShorelines / coastsat_package

prototype pypi package for coastsat
https://pypi.org/project/coastsat-package/
GNU General Public License v3.0
6 stars 1 forks source link

Feature Request: Toggle for Cloud Masking #4

Closed 2320sharon closed 1 year ago

2320sharon commented 1 year ago

Feature Request: Toggle for Cloud Masking

Description: Introduce a toggle switch to enable or disable cloud masking. By default, this toggle would be set to "off". If users find that the Landsat's cloud masking algorithm erroneously labels beach pixels as cloud pixels, they can activate this switch to disable all cloud masking.

Proposed Solution:

  1. Add a toggle switch/button in the user interface, preferably in the settings or preferences section.
  2. Link the toggle's state (on/off) to the cloud masking function.
  3. When the toggle is "off", the cloud masking algorithm should be bypassed during image processing.

Benefits:

Drawbacks:

  1. Turning off cloud masking might expose actual cloud-covered areas, potentially affecting the accuracy of shoreline extraction in those regions.

Additional Context:

2320sharon commented 1 year ago