EnMAP-Box / enmap-box

EnMAP-Box source code repository. See https://enmap-box.readthedocs.io for documentation
GNU General Public License v3.0
37 stars 16 forks source link

implement an interactive app for Raster Masking #460

Open janzandr opened 1 year ago

janzandr commented 1 year ago

Discussed with @jakimowb and @thielfab.

Raster Masking includes 2 main steps: a) Build Mask and b) Apply Mask.

Different usecases for building a mask should be supported:

The mask building process should be interactive, so that after selecting a new threshold or a category, the updated mask is visualized inside a map view.

Optionally, instead of visualizing the mask, the user can select a raster to automatically apply the mask.

aloboa commented 1 year ago

Actually, Raster Data Plotting is very close to an ideal solution. Just

  1. Add the option of saving the polygons that are drawn over the image whenever a polygon is drawn in the bivariate spectral plot.
  2. For the univariate case (1 single band), display the histogram and let the user select segments on it.