selecting categories from a classification, like implemented in GEE TSE app:
selecting categories from a bitflag band, like implemented in GEE TSE app:
more usecases?
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.
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:
array > 1000
,array <= 1000
,100 < array <= 1000
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.