[GRASS-dev] First step by GRASS

2015-11-06 Thread Nunzia Laguardia
I want to create a simple plugin that uses grass. My configuration is: - OS: widows 7 64bit - Python: 2.7.4 (32bit) - Osgeo4W (32bit) with -Qgis: 2.12.0 -Grass: 6.4.4 -Python: 2.7.4 GISBASE=C:/OSGeo4W/apps/grass/grass-6.4.4 GISRC=C:/Users/intema/AppData/Roaming/GRASS6/.grassrc6

[GRASS-dev] [GRASS GIS] #2793: t.rast.univar lacks "output" option to get output in text file

2015-11-06 Thread GRASS GIS
#2793: t.rast.univar lacks "output" option to get output in text file ---+- Reporter: veroandreo | Owner: grass-dev@… Type: enhancement| Status: new Priority: normal | Milestone: 7.1.0 Component: Temporal

Re: [GRASS-dev] [GRASS GIS] #2793: t.rast.univar lacks "output" option to get output in text file

2015-11-06 Thread GRASS GIS
#2793: t.rast.univar lacks "output" option to get output in text file --+- Reporter: veroandreo | Owner: grass-dev@… Type: enhancement | Status: new Priority: normal | Milestone: 7.0.2 Component: Temporal

Re: [GRASS-dev] [GRASS GIS] #2793: t.rast.univar lacks "output" option to get output in text file

2015-11-06 Thread GRASS GIS
#2793: t.rast.univar lacks "output" option to get output in text file --+- Reporter: veroandreo | Owner: grass-dev@… Type: enhancement | Status: new Priority: normal | Milestone: 7.0.2 Component: Temporal

Re: [GRASS-dev] [GRASS GIS] #2793: t.rast.univar lacks "output" option to get output in text file

2015-11-06 Thread GRASS GIS
#2793: t.rast.univar lacks "output" option to get output in text file --+- Reporter: veroandreo | Owner: grass-dev@… Type: enhancement | Status: new Priority: normal | Milestone: 7.0.3 Component: Temporal

[GRASS-dev] Return value from g.copy is one when --overwrite - bug or feature?

2015-11-06 Thread Rainer M Krug
When copying via g.copy and specifying --overwrite and the target object already exists, the return value is 1 but no error message is returned: , | simASM:grassAnalysis> g.copy --overwrite region=region1,region2 | simASM:grassAnalysis> echo $? | 1 | simASM:grassAnalysis> g.version | GRASS

Re: [GRASS-dev] Return value from g.copy is one when --overwrite - bug or feature?

2015-11-06 Thread Huidae Cho
Rainer, I cannot seem to replicate your issue: G srorg6630/tmp ~> g.version GRASS 7.1.svn (2015) G srorg6630/tmp ~> g.list region tmp tmp.d.rast.edit.6753 tmp1 G srorg6630/tmp ~> g.copy region=tmp,tmp1 --overwrite Copy region definition to current mapset as G srorg6630/tmp ~> echo