[GRASS-dev] [GRASS GIS] #2355: g.mlist add parameter to check region
GRASS GIS
trac at osgeo.org
Fri Jun 27 02:14:46 PDT 2014
#2355: g.mlist add parameter to check region
-------------------------+--------------------------------------------------
Reporter: lucadelu | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 7.1.0
Component: Default | Version: unspecified
Keywords: g.mlist | Platform: All
Cpu: Unspecified |
-------------------------+--------------------------------------------------
Hi devs,
I would like to have a parameter in g.mlist to check if maps (raster,
vector ecc) are inside a region or not. It should work with the other
parameters like pattern and exclude.
The workflow could be something like this
{{{
#user save the computational region
g.region save=mytest
#launch g.mlist with mytest region
g.mlist type=rast patter=mypattern* region=mytest
}}}
In this example all the maps with pattern ''mypattern'' and inside (I
think the GIS operation could be touches, or using different one with
another parameter operator like for v.select) the region ''mytest''
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2355>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list