Re: [GRASS-dev] [GRASS GIS] #2409: last call for options keys consolidation

2014-12-01 Thread Nikos Alexandris
* Martin Landa landa.mar...@gmail.com [2014-11-25 00:34:59 +0100]: Ciao Niko, 2014-11-24 20:09 GMT+01:00 Nikos Alexandris n...@nikosalexandris.net: can I ask for the script, or the way, you extracted the flags and options per module? sure,

Re: [GRASS-dev] addons dependencies

2014-12-01 Thread Moritz Lennert
On 28/11/14 23:41, Martin Landa wrote: Hi, 2014-11-07 13:33 GMT+01:00 Moritz Lennert mlenn...@club.worldonline.be: [...] And I just tried v.in.wfs2: g.extension does not give an error message during installation, but it only installs the v.in.wfs2.py file, not the other files and so when I

Re: [GRASS-dev] [GRASS GIS] #2503: wxdigit: wrong undo redo

2014-12-01 Thread GRASS GIS
#2503: wxdigit: wrong undo redo -+-- Reporter: mlennert | Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone: 7.0.0

Re: [GRASS-dev] [GRASS-SVN] r63227 - in grass/trunk/scripts: d.correlate d.out.file d.rast.leg d.redraw d.shadedmap d.to.rast d.vect.thematic d.what.rast d.what.vect

2014-12-01 Thread Glynn Clements
Vaclav Petras wrote: +env = grass.gisenv() +mon = env.get('MONITOR', None) +if not mon: +grass.fatal(_(No graphics device selected. Use d.mon to select graphics device.)) Is this correct? Not even remotely. I've removed the MONITOR checks from scripts in

Re: [GRASS-dev] [GRASS-SVN] r63227 - in grass/trunk/scripts: d.correlate d.out.file d.rast.leg d.redraw d.shadedmap d.to.rast d.vect.thematic d.what.rast d.what.vect

2014-12-01 Thread Markus Neteler
On Mon, Dec 1, 2014 at 5:45 PM, Glynn Clements gl...@gclements.plus.com wrote: Vaclav Petras wrote: +env = grass.gisenv() +mon = env.get('MONITOR', None) +if not mon: +grass.fatal(_(No graphics device selected. Use d.mon to select graphics device.)) Is this

Re: [GRASS-dev] check on GRASS revision number

2014-12-01 Thread Glynn Clements
Markus Metz wrote: Markus explained that this is for libgis only. That seems OK to me. My concern (based on the error message generated) is that this would block any module built against any version older than the current one being run. That seemed an unnecessarily strong check, but

Re: [GRASS-dev] addons dependencies

2014-12-01 Thread Markus Neteler
On Mon, Dec 1, 2014 at 4:18 PM, Moritz Lennert mlenn...@club.worldonline.be wrote: On 28/11/14 23:41, Martin Landa wrote: ... please try out r63275. Martin v.in.wfs2 now runs (although it bails out because of the recent change in parameters (v.in.ogr dsn - input). I thought that this would

Re: [GRASS-dev] [GRASS GIS] #2409: last call for options keys consolidation

2014-12-01 Thread GRASS GIS
#2409: last call for options keys consolidation --+- Reporter: martinl | Owner: grass-dev@… Type: task | Status: new Priority: blocker

Re: [GRASS-dev] [GRASS-SVN] r63227 - in grass/trunk/scripts: d.correlate d.out.file d.rast.leg d.redraw d.shadedmap d.to.rast d.vect.thematic d.what.rast d.what.vect

2014-12-01 Thread Vaclav Petras
On Mon, Dec 1, 2014 at 12:00 PM, Markus Neteler nete...@osgeo.org wrote: On Mon, Dec 1, 2014 at 5:45 PM, Glynn Clements gl...@gclements.plus.com wrote: Vaclav Petras wrote: +env = grass.gisenv() +mon = env.get('MONITOR', None) +if not mon: +grass.fatal(_(No

Re: [GRASS-dev] [GRASS-SVN] r63227 - in grass/trunk/scripts: d.correlate d.out.file d.rast.leg d.redraw d.shadedmap d.to.rast d.vect.thematic d.what.rast d.what.vect

2014-12-01 Thread Vaclav Petras
On Mon, Dec 1, 2014 at 11:45 AM, Glynn Clements gl...@gclements.plus.com wrote: (except for the ones which are wxGUI commands pretending to be display commands; we still need to decide on a suitable prefix for those). We should proceed with this. I still don't understand which options are

Re: [GRASS-dev] v.what.rast in a python script causes grass.exceptions.CalledModuleError

2014-12-01 Thread Helmut Kudrnovsky
Thanks for finding this, we were adjusting the scripts to the new python error handling and we made a mistake in errorcode, fixed in r63302 and backported. thanks for the fix. - best regards Helmut -- View this message in context:

[GRASS-dev] [GRASS GIS] #2505: v.build.polylines options aren't working

2014-12-01 Thread GRASS GIS
#2505: v.build.polylines options aren't working ---+ Reporter: hellik | Owner: grass-dev@… Type: defect | Status: new Priority: critical

Re: [GRASS-dev] small interface inconsistency in r.to.vect in GRASS 7

2014-12-01 Thread Markus Neteler
On Sat, Nov 29, 2014 at 6:20 PM, Michael Barton michael.bar...@asu.edu wrote: I just ran into this last night. The description for the “type” argument for r.to.vect calls it “Input feature type”, but actually it should be “Output feature type”. I'm not sure. The raster input defines also the

Re: [GRASS-dev] small interface inconsistency in r.to.vect in GRASS 7

2014-12-01 Thread Michael Barton
In r.to.vect, this argument ONLY refers to the output vector feature. There are not any different feature types for the 2D raster maps that are input to this module. I assume that while the nature of the raster map affects the vector feature type to some extent, this argument can force it to

Re: [GRASS-dev] [GRASS GIS] #2409: last call for options keys consolidation

2014-12-01 Thread GRASS GIS
#2409: last call for options keys consolidation --+- Reporter: martinl | Owner: grass-dev@… Type: task | Status: new Priority: blocker

Re: [GRASS-dev] small interface inconsistency in r.to.vect in GRASS 7

2014-12-01 Thread Anna Petrášová
On Mon, Dec 1, 2014 at 6:21 PM, Michael Barton michael.bar...@asu.edu wrote: In r.to.vect, this argument ONLY refers to the output vector feature. There are not any different feature types for the 2D raster maps that are input to this module. I assume that while the nature of the raster map

Re: [GRASS-dev] small interface inconsistency in r.to.vect in GRASS 7

2014-12-01 Thread Michael Barton
On Dec 1, 2014, at 9:31 PM, Anna Petrášová kratocha...@gmail.commailto:kratocha...@gmail.com wrote: On Mon, Dec 1, 2014 at 6:21 PM, Michael Barton michael.bar...@asu.edumailto:michael.bar...@asu.edu wrote: In r.to.vect, this argument ONLY refers to the output vector feature. There are not

Re: [GRASS-dev] [GRASS GIS] #2503: wxdigit: wrong undo redo

2014-12-01 Thread GRASS GIS
#2503: wxdigit: wrong undo redo -+-- Reporter: mlennert | Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone: 7.0.0