[GRASS-dev] [GRASS GIS] #3627: i.group: file= parameter for input desired

GRASS GIS trac at osgeo.org
Thu Aug 23 02:48:33 PDT 2018


#3627: i.group: file= parameter for input desired
-------------------------+-------------------------
 Reporter:  neteler      |      Owner:  grass-dev@…
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  7.6.0
Component:  Imagery      |    Version:  7.4.0
 Keywords:  i.group      |        CPU:  Unspecified
 Platform:  All          |
-------------------------+-------------------------
 To enter the input to i.group can reach a significant number of map names.

 On Unix like systems backticks can be used to feed in g.list output with
 regex/wildcard search. However, this fails on Windows. Here the file
 parameter would be handy:

 {{{
 # r.series example, also works on Windows as no backticks involved
 g.list rast pattern="tmean.1981_2010.*.avg"
 output=list_tmean_1981_2010.csv
 r.series file=list_tmean_1981_2010.csv ...
 }}}

 Wish: add a "file" parameter to i.group is it exists for r.series and
 other commands.

-- 
Ticket URL: <https://trac.osgeo.org/grass/ticket/3627>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list