Open qgib opened 14 years ago
Author Name: Markus Neteler (Markus Neteler)
The reason for the different behaviour is that the command style is different:
r.mapcalculator [-eo] [amap=string] [bmap=string] [cmap=string]
[dmap=string] [emap=string] [fmap=string] formula=string
outfile=string ...
but
r.buffer [-zq] input=name output=name distances=value[,value,...] ...
The distances parameter is a 1..n list while in r.mapcalculator the parameters are separate.
Suggestion: modify r.mapcalculator in QGIS to require input=string[,string,...] since this cannot be changed in the GRASS 6 series for compatibility.
Author Name: Giovanni Manghi (@gioman)
Author Name: Paolo Cavallini (@pcav)
Author Name: Giovanni Manghi (@gioman)
Author Name: Pirmin Kalberer (Pirmin Kalberer)
Author Name: Giovanni Manghi (@gioman)
Author Name: Paolo Cavallini (@pcav)
Unchanged in QGIS 3
Author Name: Paolo Cavallini (@pcav) Original Redmine Issue: 2577
Redmine category:grass
It would be good to have a variable number of input maps for r.mapcalculator GRASS module. See r.buffer as an example (this approach cannot be used directly, as the underlying GRASS commands are different).