Re: [GRASS-dev] r.hydrodem addon fails on very big rasters (150, 000 x 120, 000 pixels)

2014-02-10 Thread Markus Metz
On Thu, Feb 6, 2014 at 5:57 PM, Markus Neteler nete...@osgeo.org wrote: On Thu, Feb 6, 2014 at 1:14 PM, Blumentrath, Stefan stefan.blumentr...@nina.no wrote: Dear all, I am testing, trying, learning GRASS 7`s hydrology moduls at the moment. And I am very, very satisfied with the available

Re: [GRASS-dev] [GRASS GIS] #2192: v.centerpoint: line centers get all cat values from 1 to respective line

2014-02-10 Thread GRASS GIS
#2192: v.centerpoint: line centers get all cat values from 1 to respective line -+-- Reporter: mlennert | Owner: grass-dev@… Type: defect | Status: new

Re: [GRASS-dev] Handling of Python scripts on MS Windows

2014-02-10 Thread Markus Metz
Glynn Clements wrote: Markus Metz wrote: Other projects such as gimp or libreoffice are AFAICT reasonably bundled with Python, without a Python installer. They aren't attempting to support Python scripts as stand-alone programs (i.e. something which can be run from the command prompt,

Re: [GRASS-dev] Handling of Python scripts on MS Windows

2014-02-10 Thread Moritz Lennert
On 10/02/14 09:57, Markus Metz wrote: Glynn Clements wrote: This is my entire point. But that cannot be achieved if you're relying upon hard-coded special treatment for Python scripts. If Python scripts cannot simply be executed (via system() or subprocess.Popen() or whatever) in the same

Re: [GRASS-dev] Handling of Python scripts on MS Windows

2014-02-10 Thread Helmut Kudrnovsky
Therefore we need hard-coded special treatment for shell and Python scripts in order to make sure that the correct interpreter is used. Just for my understanding: When you say hard-coded special treatment for shell scripts, are you speaking about the .bat files ? I think yes. - best

[GRASS-dev] Change/update Python requirements for grass70?

2014-02-10 Thread Pietro
Dear developers, Reading the GRASS7 requirements: http://grass.osgeo.org/grass70/source/snapshot/REQUIREMENTS.html In theory, we are still supporting python 2.4. What do you think if we abandon the support for: - python 2.4 (last release: December 19, 2008), - python 2.5 (last release: May

Re: [GRASS-dev] [GRASS GIS] #2192: v.centerpoint: line centers get all cat values from 1 to respective line

2014-02-10 Thread GRASS GIS
#2192: v.centerpoint: line centers get all cat values from 1 to respective line --+- Reporter: mlennert | Owner: grass-dev@… Type: defect | Status: closed

Re: [GRASS-dev] Change/update Python requirements for grass70?

2014-02-10 Thread Martin Landa
Hi, 2014-02-10 11:39 GMT+01:00 Pietro peter.z...@gmail.com: So are you agree to change the requirements for grass70 from Python = 2.4 to Python = 2.7 or Python = 2.6? personally I would keep support for Python 2.6 at this point if possible. Martin -- Martin Landa landa.martin gmail.com *

Re: [GRASS-dev] [GRASS GIS] #2192: v.centerpoint: line centers get all cat values from 1 to respective line

2014-02-10 Thread GRASS GIS
#2192: v.centerpoint: line centers get all cat values from 1 to respective line --+- Reporter: mlennert | Owner: grass-dev@… Type: defect | Status: closed

Re: [GRASS-dev] Handling of Python scripts on MS Windows

2014-02-10 Thread Markus Metz
On Mon, Feb 10, 2014 at 11:26 AM, Helmut Kudrnovsky hel...@web.de wrote: Therefore we need hard-coded special treatment for shell and Python scripts in order to make sure that the correct interpreter is used. Just for my understanding: When you say hard-coded special treatment for shell

Re: [GRASS-dev] Change/update Python requirements for grass70?

2014-02-10 Thread Pietro
On Mon, Feb 10, 2014 at 10:43 AM, Martin Landa landa.mar...@gmail.com wrote: 2014-02-10 11:39 GMT+01:00 Pietro peter.z...@gmail.com: So are you agree to change the requirements for grass70 from Python = 2.4 to Python = 2.7 or Python = 2.6? personally I would keep support for Python 2.6 at

Re: [GRASS-dev] Handling of Python scripts on MS Windows

2014-02-10 Thread Moritz Lennert
On 10/02/14 11:46, Markus Metz wrote: On Mon, Feb 10, 2014 at 11:26 AM, Helmut Kudrnovsky hel...@web.de wrote: Therefore we need hard-coded special treatment for shell and Python scripts in order to make sure that the correct interpreter is used. Just for my understanding: When you say

Re: [GRASS-dev] Change/update Python requirements for grass70?

2014-02-10 Thread Volker Fröhlich
On 02/10/2014 11:52 AM, Pietro wrote: On Mon, Feb 10, 2014 at 10:43 AM, Martin Landa landa.mar...@gmail.com wrote: 2014-02-10 11:39 GMT+01:00 Pietro peter.z...@gmail.com: So are you agree to change the requirements for grass70 from Python = 2.4 to Python = 2.7 or Python = 2.6? personally I

Re: [GRASS-dev] Handling of Python scripts on MS Windows

2014-02-10 Thread Markus Metz
On Mon, Feb 10, 2014 at 12:04 PM, Moritz Lennert mlenn...@club.worldonline.be wrote: On 10/02/14 11:46, Markus Metz wrote: On Mon, Feb 10, 2014 at 11:26 AM, Helmut Kudrnovsky hel...@web.de wrote: Therefore we need hard-coded special treatment for shell and Python scripts in order to make

[GRASS-dev] wxGUI: Search modules tab is lacking import/export

2014-02-10 Thread Markus Neteler
Hi, (surprisingly) the Search modules tab does not have any content from the File menu, i.e it is lacking import/export etc. Is there a reason for that? It is a bit misleading... Markus ___ grass-dev mailing list grass-dev@lists.osgeo.org

Re: [GRASS-dev] Handling of Python scripts on MS Windows

2014-02-10 Thread Vaclav Petras
On Mon, Feb 10, 2014 at 8:41 AM, Markus Metz markus.metz.gisw...@gmail.comwrote: On Mon, Feb 10, 2014 at 12:04 PM, Moritz Lennert mlenn...@club.worldonline.be wrote: On 10/02/14 11:46, Markus Metz wrote: On Mon, Feb 10, 2014 at 11:26 AM, Helmut Kudrnovsky hel...@web.de wrote:

Re: [GRASS-dev] Handling of Python scripts on MS Windows

2014-02-10 Thread Helmut Kudrnovsky
GRASS Python scripts are currently executed using the system-wide installed Python if it exists. No attempt has been made to explicitly use GRASS_PYTHON, therefore it is not possible to say if the system's Python would really be completely ignored. it is (partly) implemented ( and tested on Win7

Re: [GRASS-dev] wxGUI: Search modules tab is lacking import/export

2014-02-10 Thread Vaclav Petras
On Mon, Feb 10, 2014 at 12:33 PM, Markus Neteler nete...@osgeo.org wrote: Hi, (surprisingly) the Search modules tab does not have any content from the File menu, i.e it is lacking import/export etc. Is there a reason for that? It is a bit misleading... Hi, this is known issue [1]. The

Re: [GRASS-dev] Handling of Python scripts on MS Windows

2014-02-10 Thread Helmut Kudrnovsky
wenzeslaus wrote If I remember correctly, Python scripts were not working from Python scripts, they were working from command line. And we were not able to explain why the right Python (or Python DLL) is used at one point but not the other. If there wouldn't be shell=True [1], I would say that

[GRASS-dev] wxGUI: add color selector drop-down list to Settings?

2014-02-10 Thread Markus Neteler
Hi, in wxGUI - Settings - Preferences - Layer tab there is the Default color table text color list, could this be switched to the nice graphical one as used/generated here: case G_OPT_M_COLR: Opt-key = color; Opt-key_desc = style; Opt-type = TYPE_STRING;

Re: [GRASS-dev] problem bundling GRASS 6.5 and 6.4 RB

2014-02-10 Thread Michael Barton
Something else has come up. I compiled GRASS 7 on one computer Friday. It DID bundle OK (but maybe better now?). But when I went to run it on a different computer with the same OS, Python, and wxPython, I hit the following error at startup. Either of you know what this may be? I don't know if

Re: [GRASS-dev] wxGUI command line: changed into @ while typing

2014-02-10 Thread Markus Metz
On Mon, Feb 10, 2014 at 7:53 PM, Vaclav Petras wenzesl...@gmail.com wrote: On Mon, Feb 10, 2014 at 1:19 PM, Markus Neteler nete...@osgeo.org wrote: Hi, I noticed on Linux that while type v.extract input=lakes out=anything where=@ and a map name list pops up... Is this happening to

Re: [GRASS-dev] Handling of Python scripts on MS Windows

2014-02-10 Thread Vaclav Petras
On Mon, Feb 10, 2014 at 2:17 PM, Markus Metz markus.metz.gisw...@gmail.comwrote: On Mon, Feb 10, 2014 at 6:44 PM, Vaclav Petras wenzesl...@gmail.com wrote: On Mon, Feb 10, 2014 at 8:41 AM, Markus Metz markus.metz.gisw...@gmail.com wrote: On Mon, Feb 10, 2014 at 12:04 PM, Moritz

Re: [GRASS-dev] Change/update Python requirements for grass70?

2014-02-10 Thread Markus Metz
On Mon, Feb 10, 2014 at 12:55 PM, Volker Fröhlich volke...@gmx.at wrote: On 02/10/2014 11:52 AM, Pietro wrote: On Mon, Feb 10, 2014 at 10:43 AM, Martin Landa landa.mar...@gmail.com wrote: 2014-02-10 11:39 GMT+01:00 Pietro peter.z...@gmail.com: So are you agree to change the requirements for

Re: [GRASS-dev] Handling of Python scripts on MS Windows

2014-02-10 Thread Markus Metz
On Mon, Feb 10, 2014 at 8:29 PM, Vaclav Petras wenzesl...@gmail.com wrote: On Mon, Feb 10, 2014 at 2:17 PM, Markus Metz markus.metz.gisw...@gmail.com wrote: On Mon, Feb 10, 2014 at 6:44 PM, Vaclav Petras wenzesl...@gmail.com wrote: On Mon, Feb 10, 2014 at 8:41 AM, Markus Metz

Re: [GRASS-dev] wxGUI command line: changed into @ while typing

2014-02-10 Thread Anna Petrášová
On Mon, Feb 10, 2014 at 2:28 PM, Markus Metz markus.metz.gisw...@gmail.comwrote: On Mon, Feb 10, 2014 at 7:53 PM, Vaclav Petras wenzesl...@gmail.com wrote: On Mon, Feb 10, 2014 at 1:19 PM, Markus Neteler nete...@osgeo.org wrote: Hi, I noticed on Linux that while type

Re: [GRASS-dev] problem bundling GRASS 6.5 and 6.4 RB

2014-02-10 Thread Michael Barton
I did my normal make distclean followed by svn up. I can delete it all and have it add it all back in if you think that will help. One thing is that it works fine on the machine I compile on, but bombs on a different machine. Michael __ C. Michael Barton Director,

Re: [GRASS-dev] Change/update Python requirements for grass70?

2014-02-10 Thread Michael Barton
1+ for me too. 2.6 was the standard for the last several Mac versions and it switched to 2.7 in the version before the current one. Michael __ C. Michael Barton Director, Center for Social Dynamics Complexity Professor of Anthropology, School of Human Evolution

Re: [GRASS-dev] wxGUI command line: changed into @ while typing

2014-02-10 Thread Anna Petrášová
On Mon, Feb 10, 2014 at 3:25 PM, Anna Petrášová kratocha...@gmail.comwrote: On Mon, Feb 10, 2014 at 2:28 PM, Markus Metz markus.metz.gisw...@gmail.com wrote: On Mon, Feb 10, 2014 at 7:53 PM, Vaclav Petras wenzesl...@gmail.com wrote: On Mon, Feb 10, 2014 at 1:19 PM, Markus Neteler

Re: [GRASS-dev] problem bundling GRASS 6.5 and 6.4 RB

2014-02-10 Thread Vaclav Petras
On Mon, Feb 10, 2014 at 4:08 PM, Michael Barton michael.bar...@asu.eduwrote: I did my normal make distclean followed by svn up. I can delete it all and have it add it all back in if you think that will help. One thing is that it works fine on the machine I compile on, but bombs on a

Re: [GRASS-dev] wxGUI: add color selector drop-down list to Settings?

2014-02-10 Thread Anna Petrášová
Hi, On Mon, Feb 10, 2014 at 12:56 PM, Markus Neteler nete...@osgeo.org wrote: Hi, in wxGUI - Settings - Preferences - Layer tab there is the Default color table text color list, could this be switched to the nice graphical one as used/generated here: case G_OPT_M_COLR:

Re: [GRASS-dev] wxGUI: add color selector drop-down list to Settings?

2014-02-10 Thread Markus Neteler
On Mon, Feb 10, 2014 at 10:56 PM, Anna Petrášová kratocha...@gmail.com wrote: Hi, On Mon, Feb 10, 2014 at 12:56 PM, Markus Neteler nete...@osgeo.org wrote: in wxGUI - Settings - Preferences - Layer tab there is the Default color table text color list, could this be switched to the nice

Re: [GRASS-dev] wxGUI command line: changed into @ while typing

2014-02-10 Thread Markus Neteler
On Mon, Feb 10, 2014 at 10:49 PM, Anna Petrášová kratocha...@gmail.com wrote: On Mon, Feb 10, 2014 at 3:25 PM, Anna Petrášová kratocha...@gmail.com wrote: On Mon, Feb 10, 2014 at 2:28 PM, Markus Metz markus.metz.gisw...@gmail.com wrote: On Mon, Feb 10, 2014 at 7:53 PM, Vaclav Petras

[GRASS-dev] A new error in GRASS 6.4 release branch

2014-02-10 Thread Michael Barton
I just tried to compile GRASS 6.4 a few minutes ago. A new error has cropped up over the weekend. I’m compiling with a completely new copy of the source code. It is missing a PNG file GRASS GIS compilation log - Started compilation: Mon Feb 10 14:46:41 MST 2014 -- Errors

Re: [GRASS-dev] A new error in GRASS 6.4 release branch

2014-02-10 Thread Markus Neteler
On Mon, Feb 10, 2014 at 11:16 PM, Michael Barton michael.bar...@asu.edu wrote: I just tried to compile GRASS 6.4 a few minutes ago. A new error has cropped up over the weekend. I'm compiling with a completely new copy of the source code. It is missing a PNG file Did it get deleted on your

Re: [GRASS-dev] problem bundling GRASS 6.5 and 6.4 RB

2014-02-10 Thread Michael Barton
I’m starting from a clean update of GRASS 7 source from the SVN. I’ll let you know. Michael __ C. Michael Barton Director, Center for Social Dynamics Complexity Professor of Anthropology, School of Human Evolution Social Change Head, Graduate Faculty in Complex

Re: [GRASS-dev] A new error in GRASS 6.4 release branch

2014-02-10 Thread Michael Barton
I deleted everything and did an svn up to restore it all—and only restore things in the current svn. Where should it live in the source code? Michael __ C. Michael Barton Director, Center for Social Dynamics Complexity Professor of Anthropology, School of Human

Re: [GRASS-dev] A new error in GRASS 6.4 release branch

2014-02-10 Thread Markus Neteler
On Mon, Feb 10, 2014 at 11:32 PM, Michael Barton michael.bar...@asu.edu wrote: I deleted everything and did an svn up to restore it all--and only restore things in the current svn. Where should it live in the source code? It should be here: general/g.parser/g_parser_test.png Markus

Re: [GRASS-dev] A new error in GRASS 6.4 release branch

2014-02-10 Thread Michael Barton
It is in GRASS 7 but not in GRASS 6.4 release branch Michael __ C. Michael Barton Director, Center for Social Dynamics Complexity Professor of Anthropology, School of Human Evolution Social Change Head, Graduate Faculty in Complex Adaptive Systems Science Arizona

Re: [GRASS-dev] wxGUI command line: changed into @ while typing

2014-02-10 Thread Anna Petrášová
On Mon, Feb 10, 2014 at 5:07 PM, Markus Neteler nete...@osgeo.org wrote: On Mon, Feb 10, 2014 at 10:49 PM, Anna Petrášová kratocha...@gmail.com wrote: On Mon, Feb 10, 2014 at 3:25 PM, Anna Petrášová kratocha...@gmail.com wrote: On Mon, Feb 10, 2014 at 2:28 PM, Markus Metz