Re: [GRASS-dev] [GRASS-SVN] r61944 - in grass/trunk/lib/python: gunittest imaging pygrass pygrass/modules/interface pygrass/raster pygrass/shell pygrass/vector script

2014-10-09 Thread Luca Delucchi
On 22 September 2014 22:31, Markus Neteler wrote: > Hi Luca, > > concerning the changes in: >grass/trunk/lib/python/imaging/images2gif.py >grass/trunk/lib/python/imaging/images2swf.py > > ... wouldn't it be good to get that upstream fixed in the original files, too? > I don't thins so, th

Re: [GRASS-dev] Error running g.rename from python

2014-10-09 Thread Markus Neteler
Erick, On Fri, Oct 10, 2014 at 8:22 AM, Erick Opiyo wrote: > Dear All, > > Initially I was able to batch rename files in grassdb using the command > listed below > > g.parse_command("g.rename",rast=old_name,new_name) > > But now I keep getting this error: > > SyntaxError: non-keyword arg after ke

[GRASS-dev] Error running g.rename from python

2014-10-09 Thread Erick Opiyo
Dear All, Initially I was able to batch rename files in grassdb using the command listed below g.parse_command("g.rename",rast=old_name,new_name) But now I keep getting this error: SyntaxError: non-keyword arg after keyword arg What could be the issue? Thanks Regards Erick ___

Re: [GRASS-dev] [GRASS GIS] #2437: order parameters in g.remove window

2014-10-09 Thread GRASS GIS
#2437: order parameters in g.remove window --+- Reporter: pvanbosgeo| Owner: grass-dev@… Type: enhancement | Status: new

Re: [GRASS-dev] error v.what.rast

2014-10-09 Thread Markus Neteler
On Wed, Oct 8, 2014 at 9:44 AM, Paulo van Breugel wrote: > On Wed, Oct 8, 2014 at 9:21 AM, Markus Neteler wrote: >> >> On Tue, Oct 7, 2014 at 11:20 PM, Paulo van Breugel >> wrote: >> > I am trying to upload raster values of the raster 'grid' to the >> > attribute >> > table of the gbif vector la

Re: [GRASS-dev] [GRASS GIS] #2445: r.mask -r removal not working in GRASS 7.1 svn r.62210

2014-10-09 Thread GRASS GIS
#2445: r.mask -r removal not working in GRASS 7.1 svn r.62210 -+-- Reporter: baharmon | Owner: grass-dev@… Type: defect | Status: new Priority: normal

Re: [GRASS-dev] [GRASS GIS] #2445: r.mask -r removal not working in GRASS 7.1 svn r.62210

2014-10-09 Thread GRASS GIS
#2445: r.mask -r removal not working in GRASS 7.1 svn r.62210 -+-- Reporter: baharmon | Owner: grass-dev@… Type: defect | Status: new Priority: normal

Re: [GRASS-dev] [GRASS GIS] #2445: r.mask -r removal not working in GRASS 7.1 svn r.62210

2014-10-09 Thread GRASS GIS
#2445: r.mask -r removal not working in GRASS 7.1 svn r.62210 -+-- Reporter: baharmon | Owner: grass-dev@… Type: defect | Status: new Priority: normal

Re: [GRASS-dev] [GRASS GIS] #2445: r.mask -r removal not working in GRASS 7.1 svn r.62210

2014-10-09 Thread GRASS GIS
#2445: r.mask -r removal not working in GRASS 7.1 svn r.62210 -+-- Reporter: baharmon | Owner: grass-dev@… Type: defect | Status: new Priority: normal

Re: [GRASS-dev] python2/3 and GRASS build on Arch

2014-10-09 Thread Maciej Sieczka
W dniu 09.10.2014 o 14:56, Glynn Clements pisze: Maciej Sieczka wrote: Is using a mix of wxPython 2.8 and 3.0 like this going to pose any usage problems in core GRASS or plugins? Probably not. Using different versions in different processes won't matter. And if one module imports another, I b

[GRASS-dev] [GRASS GIS] #2445: r.mask -r removal not working in GRASS 7.1 svn r.62210

2014-10-09 Thread GRASS GIS
#2445: r.mask -r removal not working in GRASS 7.1 svn r.62210 -+-- Reporter: baharmon | Owner: grass-dev@… Type: defect | Status: new Priority: normal

[GRASS-dev] [GRASS GIS] #2444: Lat/lon compatibility for r.water.outlet (GRASS 7.1) with code fix

2014-10-09 Thread GRASS GIS
#2444: Lat/lon compatibility for r.water.outlet (GRASS 7.1) with code fix --+- Reporter: awickert | Owner: grass-dev@… Type: defect| Status: new Priority: normal

Re: [GRASS-dev] [GRASS GIS] #1397: Lat/lon compatibility for r.water.outlet

2014-10-09 Thread GRASS GIS
#1397: Lat/lon compatibility for r.water.outlet +--- Reporter: awickert| Owner: grass-dev@… Type: defect | Status: new Priority: major | Mi

Re: [GRASS-dev] [GRASS GIS] #2404: winGRASS: G_calloc error in v.to.rast

2014-10-09 Thread GRASS GIS
#2404: winGRASS: G_calloc error in v.to.rast --+- Reporter: neteler | Owner: grass-dev@… Type: defect | Status: closed Priority: normal | Milestone:

Re: [GRASS-dev] [GRASS GIS] #2437: order parameters in g.remove window

2014-10-09 Thread GRASS GIS
#2437: order parameters in g.remove window -+-- Reporter: pvanbosgeo | Owner: grass-dev@… Type: enhancement | Status: new Priority: normal | Milestone: 7.1.

[GRASS-dev] [GRASS GIS] #2443: r.in.srtm.region add-on updates for 7.1svn

2014-10-09 Thread GRASS GIS
#2443: r.in.srtm.region add-on updates for 7.1svn -+-- Reporter: awickert | Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone

Re: [GRASS-dev] python2/3 and GRASS build on Arch

2014-10-09 Thread Glynn Clements
Maciej Sieczka wrote: > Is using a mix of wxPython 2.8 and 3.0 like this going to pose any usage > problems in core GRASS or plugins? Probably not. Using different versions in different processes won't matter. And if one module imports another, I believe that the module which actually loads wx

Re: [GRASS-dev] casting row buffer in memory

2014-10-09 Thread Glynn Clements
Pietro wrote: > > Looking at the code for grass.pygrass.raster.RasterRow.open(), the > > overall structure is rather flawed. It primarily considers whether the > > map already exists, then secondarily considers the mode (r/w). > > > > It should be the other way around. > > Right. Thank you for y

Re: [GRASS-dev] [GRASS GIS] #2437: order parameters in g.remove window

2014-10-09 Thread GRASS GIS
#2437: order parameters in g.remove window -+-- Reporter: pvanbosgeo | Owner: grass-dev@… Type: enhancement | Status: new Priority: normal | Milestone: 7.1.

Re: [GRASS-dev] [GRASS GIS] #2437: order parameters in g.remove window

2014-10-09 Thread GRASS GIS
#2437: order parameters in g.remove window -+-- Reporter: pvanbosgeo | Owner: grass-dev@… Type: enhancement | Status: new Priority: normal | Milestone: 7.1.

Re: [GRASS-dev] [GRASS GIS] #2437: order parameters in g.remove window

2014-10-09 Thread GRASS GIS
#2437: order parameters in g.remove window -+-- Reporter: pvanbosgeo | Owner: grass-dev@… Type: enhancement | Status: new Priority: normal | Milestone: 7.1.

Re: [GRASS-dev] [GRASS GIS] #2437: order parameters in g.remove window

2014-10-09 Thread GRASS GIS
#2437: order parameters in g.remove window -+-- Reporter: pvanbosgeo | Owner: grass-dev@… Type: enhancement | Status: new Priority: normal | Milestone: 7.1.

Re: [GRASS-dev] [GRASS GIS] #2437: order parameters in g.remove window

2014-10-09 Thread GRASS GIS
#2437: order parameters in g.remove window -+-- Reporter: pvanbosgeo | Owner: grass-dev@… Type: enhancement | Status: new Priority: normal | Milestone: 7.1.

Re: [GRASS-dev] [GRASS GIS] #2437: order parameters in g.remove window

2014-10-09 Thread GRASS GIS
#2437: order parameters in g.remove window -+-- Reporter: pvanbosgeo | Owner: grass-dev@… Type: enhancement | Status: new Priority: normal | Milestone: 7.1.