GispoCoding / eis_qgis_plugin

A QGIS plugin for mineral prospectivity mapping
https://eis-he.eu/
8 stars 1 forks source link

Fix/modify Fuzzy overlay processing algs #91

Closed nmaarnio closed 6 months ago

nmaarnio commented 7 months ago

Make Fuzzy overlay processing algorithms match the definitions in the toolkit CLI. This means all overlay methods should be separate algorithms, and all overlays take multiple rasters in and spit one out.

nmaarnio commented 6 months ago

Update: This is now done as part of PR #72 . The UI is still one algorithm with the overlay method parameterized – choosing the correct CLI overlay function to call is handled with custom logic in the processing alg.