[GRASS-dev] [GRASS GIS] #1724: wxGUI interface to g.mlist
GRASS GIS
trac at osgeo.org
Wed Sep 5 03:18:14 PDT 2012
#1724: wxGUI interface to g.mlist
-------------------------+--------------------------------------------------
Reporter: neteler | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Keywords: g.mlist | Platform: All
Cpu: Unspecified |
-------------------------+--------------------------------------------------
Feeding the output of g.mlist to r.series or i.group is fairly
tedious on MS-Windows in the MSYS shell (back-ticks, suboptimal
copy-pasting etc.). Example:
{{{
r.series in=`g.mlist rast pattern="precip_monthly_sums.*" sep=","` \
out=precip_annual.sum method=sum
}}}
Wish: develop a wxGUI interface, perhaps using code from
g.mapsets -s as well as the pattern matching code for the
extensions in the importer tool.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1724>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list