[GRASS-dev] creation of turntable

2013-09-30 Thread Štěpán Turek
Hi, working on integration of turns support into GRASS 7 I see two possibilities how to integrate creation of the turntable.  New module v.net.turntable can be added, which will manage creation of the turntable.  There already exists v.net module which is doing maintenance and

Re: [GRASS-dev] External python modules in scripts

2013-09-30 Thread Vaclav Petras
Hi Nick, you can use 3rd party Python packages/modules. numpy is even a standard GRASS dependency. For extensions (GRASS modules) contributed to GRASS Addons it in best to just write into the code and documentation what is required (and maybe include also suggestion how to install these

Re: [GRASS-dev] [GRASS GIS] #957: v.voronoi has extra lines in output

2013-09-30 Thread GRASS GIS
#957: v.voronoi has extra lines in output ---+ Reporter: helena | Owner: grass-dev@… Type: defect | Status: new Priority: major | Milestone: 6.4.4

[GRASS-dev] Overwrite flag in Grass70 python scripts with grass.script.array array ?

2013-09-30 Thread Johannes Radinger
Hi, when I tried to write a python script (add-on) for GRASS GIS I experienced that there is no overwrite-flag by default in the GUI for that module (generate by g.parser) which is different from GRASS6x. So is there any possibility to create that tick-box also in G70? Furthermore I am using the

Re: [GRASS-dev] creation of turntable

2013-09-30 Thread Moritz Lennert
On 30/09/13 09:45, Štěpán Turek wrote: Hi, working on integration of turns support into GRASS 7 I see two possibilities how to integrate creation of the turntable. New module v.net.turntable can be added,which will manage creation of the turntable. There already exists v.net module which is

[GRASS-dev] GRASS 6.4.svn on AIX based supercomputers

2013-09-30 Thread Markus Neteler
Hi, I backported the relevant things from trunk, now GRASS 6.4.svn (upcoming 6.4.4) compiles on AIX powerpc systems, too! While this is fine: GRASS 6.4.4svn (patUTM32):~/software/grass-6.4.svn g.version -r GRASS 6.4.4svn (2013) Revision: 50937 Date: 2012-02-25 14:14:51 +0100 (Sat, 25 Feb 2012)

Re: [GRASS-dev] Overwrite flag in Grass70 python scripts with grass.script.array array ?

2013-09-30 Thread Luca Delucchi
On 30 September 2013 17:10, Johannes Radinger johannesradin...@gmail.com wrote: Hi, Hi when I tried to write a python script (add-on) for GRASS GIS I experienced that there is no overwrite-flag by default in the GUI for that module (generate by g.parser) which is different from GRASS6x. So