#131: Tool to assist creation (design) of simple scripts within from the
wxpython-GUI
----------------------------------+-----------------------------------------
Reporter: nikos | Owner: grass-dev@lists.osgeo.org
Type: enhancement | Status: new
Priority: minor | Milestone: 6.4.0
Component: default | Version: unspecified
Keywords: GUI, script creation |
----------------------------------+-----------------------------------------
I think the title (summary) is precise enough = Would be great for
beginners.
Examples of simple script (or one-line command) to import all *.tif files
from a directory:
for i in *.tif; do r.in.gdal in=$i out=`echo $i | cut -d"." -f1`; done
#131: Tool to assist creation (design) of simple scripts within from the
wxpython-GUI
--------------------------+-------------------------------------------------
Reporter: nikos | Owner: grass-dev@lists.osgeo.org
Type: enhancement | Status: new
Priority: minor | Milestone: 6.4.0
Component: default | Version: unspecified
Resolution: | Keywords: GUI, script creation
Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Changes (by nikos):
* platform: => Unspecified
* cpu: => Unspecified
Comment:
Martin,
is this a ticket that can be closed? I am not following closely the new
achievements with respect to the wxGUI but I think I've spotted something
relevant with this wish.
#131: Tool to assist creation (design) of simple scripts within from the
wxpython-GUI
----------------------------------+-----------------------------------------
Reporter: nikos | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: minor | Milestone: 6.5.0
Component: default | Version: unspecified
Keywords: GUI, script creation | Platform: Unspecified
Cpu: Unspecified |
----------------------------------+-----------------------------------------
Changes (by martinl):
* cc: martinl (added)
* milestone: 6.4.0 => 6.5.0
Comment:
Replying to [comment:2 nikos]:
> Martin,
>
> is this a ticket that can be closed? I am not following closely the new
achievements with respect to the wxGUI but I think I've spotted something
relevant with this wish.
take a look at wxGUI Modeler which allows exporting model to Python
script. Note that development of wxGUI modeler is on the beginning.