Opened 12 years ago

Closed 10 years ago

#1724 closed enhancement (fixed)

wxGUI interface to g.mlist

Reported by: neteler Owned by: grass-dev@…
Priority: normal Milestone: 7.0.0
Component: wxGUI Version: svn-releasebranch70
Keywords: g.mlist Cc: madi
CPU: Unspecified Platform: All

Description

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.

Attachments (1)

wingrass_wxgui_backticks_problem.jpg (119.6 KB ) - added by neteler 10 years ago.
wxGUI cmd line backticks problem

Download all attachments as: .zip

Change History (2)

by neteler, 10 years ago

wxGUI cmd line backticks problem

comment:1 by neteler, 10 years ago

Cc: madi added
Resolution: fixed
Status: newclosed
Version: svn-trunksvn-releasebranch70

Problem solved in

Note: See TracTickets for help on using tickets.