[GRASS-dev] [GRASS GIS] #131: Tool to assist creation (design) of
simple scripts within from the wxpython-GUI
GRASS GIS
trac at osgeo.org
Fri Apr 18 14:59:15 EDT 2008
#131: Tool to assist creation (design) of simple scripts within from the
wxpython-GUI
----------------------------------+-----------------------------------------
Reporter: nikos | Owner: grass-dev at 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
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/131>
GRASS GIS <http://grass.osgeo.org>
GRASS Geographic Information System (GRASS GIS) - http://grass.osgeo.org/
More information about the grass-dev
mailing list