[GRASS-dev] [GRASS GIS] #2574: v.surf.icw - not working with the last version of grass7

#2574: v.surf.icw - not working with the last version of grass7
--------------------------+-------------------------
  Reporter: bhlevca | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 7.2.0
Component: Addons | Version: svn-trunk
Resolution: | Keywords: v.surf.icw
       CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------

Comment (by mlennert):

AFAIU, this comes from the r.series calls which use the input parameter
with a list of maps. The solution is to use the file parameter instead,
i.e. to write all map names to a file and to use that as input.

I'm attaching an untested diff which does this for the first r.series
call. It might be necessary to the same for other r.series calls.

Please try with this patch to see if this is the right direction towards a
solution.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2574#comment:9&gt;
GRASS GIS <https://grass.osgeo.org>