GispoCoding / eis_qgis_plugin

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

Fix Create constant raster #92

Closed nmaarnio closed 5 months ago

nmaarnio commented 7 months ago

Create constant raster does not work currently. Should be matched to the toolkit CLI definition.

lehtonenp commented 6 months ago

@nmaarnio, any help with making the target epsg optional and use the project's epsg if it is not chosen? Should I override the processAlgorithm()?

I'm adding on to this comment: Should the CRS be optional in the Plugin?

nmaarnio commented 6 months ago

I think following the logic of QGIS's own Create constant raster layer is a good idea. So CRS is not optional. Overall our algorithm will be quite identical to that one, with the exception that we don't expose number type definition to users.