[GRASS-dev] python error starting grass70 in ubuntu 12.04

2014-10-30 Thread Javier Martínez-López
Dear all, I am getting this python error when I try to start grass70 in an ubuntu 12-04 'dockerized' virtual machine (see https://registry.hub.docker.com/u/javimarlop/ubuntugis-docker/dockerfile/ for more info and details): A) As root: root@bfc38ad6d394:/# grass70 -text Traceback (most recent

Re: [GRASS-dev] Dead code

2014-10-30 Thread Glynn Clements
Markus Neteler wrote: The following directories contain code but aren't built: display/d.colors -- some updates in r62458 but AFAIR the curses support got dropped, so trash d.colors? Or move to addons? display/d.extract -- likely obsolete. Trash it or move to

Re: [GRASS-dev] selection of subgroup in i.* modules

2014-10-30 Thread Glynn Clements
Moritz Lennert wrote: Before posting a bug report I just wanted to make sure, as I have a vague memory that this has been discussed before: Is it normal that I do not get a dropdown list of subgroups in i.* modules (i.gensig, i.maxlik, i.gensigset, ...) after having selected a group ?

Re: [GRASS-dev] [GRASS GIS] #2053: r.recode: 0.0 or 1.0 as limits do not seem to be taken into account

2014-10-30 Thread GRASS GIS
#2053: r.recode: 0.0 or 1.0 as limits do not seem to be taken into account +--- Reporter: nikosa | Owner: grass-dev@… Type: defect

Re: [GRASS-dev] [GRASS GIS] #2439: g.gui.iclass crashes

2014-10-30 Thread GRASS GIS
#2439: g.gui.iclass crashes ---+ Reporter: madi | Owner: grass-dev@… Type: defect | Status: new

Re: [GRASS-dev] [GRASS GIS] #2465: g.gui.iclass: allow to save the class definitions

2014-10-30 Thread GRASS GIS
#2465: g.gui.iclass: allow to save the class definitions +--- Reporter: mlennert| Owner: grass-dev@… Type: enhancement | Status: new

Re: [GRASS-dev] [GRASS GIS] #2464: g.gui.iclass: show output of signature creation

2014-10-30 Thread GRASS GIS
#2464: g.gui.iclass: show output of signature creation +--- Reporter: mlennert| Owner: grass-dev@… Type: enhancement | Status: new Priority:

[GRASS-dev] python raster_history function broken?

2014-10-30 Thread Luca Delucchi
Hi everybody, The raster_history function on my computer is not working. In [5]: raster.raster_history('elevation') --- KeyError Traceback (most recent call last) ipython-input-5-2ee82b501872

Re: [GRASS-dev] Dead code

2014-10-30 Thread Markus Neteler
On Thu, Oct 30, 2014 at 8:40 AM, Glynn Clements gl...@gclements.plus.com wrote: Markus Neteler wrote: ... I have collected the comments here: http://grasswiki.osgeo.org/wiki/GRASS_7_ideas_collection#Dead_code_cleanup general/g.setproj -- lacking G_ask_datum_name(). Trash it or move

Re: [GRASS-dev] Dead code

2014-10-30 Thread Martin Landa
Hi, 2014-10-30 10:49 GMT+01:00 Markus Neteler nete...@osgeo.org: It is yet lacking the cleanup of documentation references: find . -type f | grep -v 'svn/pristine' | grep -v 'locale' | xargs grep i\.class done in 62487. IMPORTANT: we need to update accordingly

Re: [GRASS-dev] python error starting grass70 in ubuntu 12.04

2014-10-30 Thread Javier Martínez-López
...ok, it is working now creating a new user following the instructions on: http://www.spatial-ecology.net/dokuwiki/doku.php?id=wiki:install_linux Cheers, Javier On Thu, Oct 30, 2014 at 8:13 AM, Javier Martínez-López javi.martinez.lo...@gmail.com wrote: Dear all, I am getting this python

Re: [GRASS-dev] Dead code

2014-10-30 Thread Pietro
On Thu, Oct 30, 2014 at 10:49 AM, Markus Neteler wrote: On Thu, Oct 30, 2014 at 8:40 AM, Glynn Clements wrote: Are the replacements sufficient? g.setproj had a lot of logic for dealing with the relationships between various parameters. Has that been incorporated into the GUI? Is it

Re: [GRASS-dev] Dead code

2014-10-30 Thread Markus Neteler
On Thu, Oct 30, 2014 at 11:38 AM, Pietro peter.z...@gmail.com wrote: On Thu, Oct 30, 2014 at 10:49 AM, Markus Neteler wrote: On Thu, Oct 30, 2014 at 8:40 AM, Glynn Clements wrote: Are the replacements sufficient? g.setproj had a lot of logic for dealing with the relationships between various

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

2014-10-30 Thread Andy Wickert
Thanks, Markus and Markus. I'll write over there to advise closing the ticket. Completely understand not wanting to or being able to do too much while multiple interacting pieces of code are in motion. Andy --- Andrew D. Wickert INSTAAR Geological Sciences, University of Colorado Boulder Now at:

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

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

Re: [GRASS-dev] [GRASS-user] g.gui.animation fails at launching

2014-10-30 Thread Anna Petrášová
On Thu, Oct 30, 2014 at 5:26 AM, Annalisa Minelli annagra...@gmail.com wrote: Hi all, I'm experiencing a problem in launching g.gui.animation.. wich doesn't load and it returns me the following error: Error in atexit._run_exitfuncs ..here the complete output: http://pastebin.com/FwMQa1jF

Re: [GRASS-dev] How to check if a vector map is multi-layer?

2014-10-30 Thread Luca Delucchi
Hi Markus, On 29 October 2014 09:15, Markus Metz markus.metz.gisw...@gmail.com wrote: Please try the attached patch for gui/wxpython/rlisetup. I test your patch and it works. I improved a little bit it (attached the new patch). Do you apply it? Markus M -- ciao Luca

Re: [GRASS-dev] How to check if a vector map is multi-layer?

2014-10-30 Thread Markus Metz
On Thu, Oct 30, 2014 at 2:31 PM, Luca Delucchi lucadel...@gmail.com wrote: Hi Markus, On 29 October 2014 09:15, Markus Metz markus.metz.gisw...@gmail.com wrote: Please try the attached patch for gui/wxpython/rlisetup. I test your patch and it works. I improved a little bit it (attached

Re: [GRASS-dev] How to check if a vector map is multi-layer?

2014-10-30 Thread Luca Delucchi
On 30 October 2014 15:08, Markus Metz markus.metz.gisw...@gmail.com wrote: On Thu, Oct 30, 2014 at 2:31 PM, Luca Delucchi lucadel...@gmail.com wrote: Hi Markus, On 29 October 2014 09:15, Markus Metz markus.metz.gisw...@gmail.com wrote: Please try the attached patch for

Re: [GRASS-dev] [GRASS-user] g.gui.animation fails at launching

2014-10-30 Thread Anna Petrášová
On Thu, Oct 30, 2014 at 8:38 AM, Anna Petrášová kratocha...@gmail.com wrote: On Thu, Oct 30, 2014 at 5:26 AM, Annalisa Minelli annagra...@gmail.com wrote: Hi all, I'm experiencing a problem in launching g.gui.animation.. wich doesn't load and it returns me the following error: Error in

[GRASS-dev] wxpython 3 and errors in grass

2014-10-30 Thread Moritz Lennert
Hi, I've recently started to see errors when trying to run gui tools such as the interactive color definition or when I try to add a legend to the map composer, and the windows do not open. The traceback is below. I imagine that this is linked to the fact that I have now wx 3 installed next

Re: [GRASS-dev] wxpython 3 and errors in grass

2014-10-30 Thread Michael Barton
At least for me, it is possible to have multiple versions of wx installed. The important thing is which you use when you compile GRASS—determined by the path to wx_config Michael __ C. Michael Barton Director, Center for Social Dynamics Complexity Professor of

[GRASS-dev] Is not it possible to use GRASS-GIS through command line access?

2014-10-30 Thread Artur Bercik
Dear GRASS-GIS developers: I wanted to use GRASS-GIS through command line access in my Windows PC. So, I have installed GRASS GIS 7.0.0beta3 in drive C of my PC. But, when I enter the following command in the windows command prompt: C:\Program Files (x86)\GRASS GIS 7.0.0beta3\bin\i.cluster.exe

Re: [GRASS-dev] python raster_history function broken?

2014-10-30 Thread Glynn Clements
Luca Delucchi wrote: The raster_history function on my computer is not working. In [8]: 'CMDLINE' in os.environ.keys() Out[8]: False What should CMDLINE environment variable do? It contains an approximation to the command line used to run the script, as a string It's set by

Re: [GRASS-dev] Dead code

2014-10-30 Thread Glynn Clements
Markus Neteler wrote: If the connection is available ... internet connection is not necessarily available. And even if it is, not everyone wants to send a log of their actions to a third party. -- Glynn Clements gl...@gclements.plus.com ___

Re: [GRASS-dev] wxpython 3 and errors in grass

2014-10-30 Thread Glynn Clements
Michael Barton wrote: At least for me, it is possible to have multiple versions of wx installed. The important thing is which you use when you compile GRASS�determined by the path to wx_config The only module which is affected by wx-config is visualisation/wximgview (which has probably been

Re: [GRASS-dev] wxpython 3 and errors in grass

2014-10-30 Thread Michael Barton
Maybe William has this built into his bundling code. When I compile and then create a Mac binary, I specify which wx I am using by pointing to a specific wx_config. We then bundle all wxPython code into the binary *.app and GRASS uses that, whatever wx is on the user’s system. Perhaps you can’t

Re: [GRASS-dev] wxpython 3 and errors in grass

2014-10-30 Thread William Kyngesburye
There is a GRASS_WXBUNDLED var (set in the OS X grass.sh) that globalvar.py checks for, to avoid the CheckForWx() call, and it's wxversion stuff. I think the problem was that the bundled wxpython would be ignored, even though it was before another installed wxpython in the search path,

Re: [GRASS-dev] wxpython 3 and errors in grass

2014-10-30 Thread Anna Petrášová
On Thu, Oct 30, 2014 at 1:57 PM, Moritz Lennert mlenn...@club.worldonline.be wrote: Hi, I've recently started to see errors when trying to run gui tools such as the interactive color definition or when I try to add a legend to the map composer, and the windows do not open. The traceback is

Re: [GRASS-dev] wxpython 3 and errors in grass

2014-10-30 Thread Anna Petrášová
On Thu, Oct 30, 2014 at 9:34 PM, Anna Petrášová kratocha...@gmail.com wrote: On Thu, Oct 30, 2014 at 1:57 PM, Moritz Lennert mlenn...@club.worldonline.be wrote: Hi, I've recently started to see errors when trying to run gui tools such as the interactive color definition or when I try to

Re: [GRASS-dev] [GRASS GIS] #1788: r.viewshed binary flag (-b) not working correctly

2014-10-30 Thread GRASS GIS
#1788: r.viewshed binary flag (-b) not working correctly --+- Reporter: cmbarton | Owner: grass-dev@… Type: defect | Status: closed Priority: normal |