Re: [GRASS-dev] port of v.points.cog to python

2015-04-18 Thread Moritz Lennert
On 01/03/15 17:01, Patrice Dumas wrote: Hello, Here is a rewrite of the v.points.cog module in python. I tried translating code only, keeping the code organization, variables names as it was previously to help those who would want to review the differences with the shell script. I also did the

Re: [GRASS-dev] port of v.points.cog to python

2015-03-11 Thread Markus Neteler
On Mar 7, 2015 2:07 PM, "Anna Petrášová" wrote: > > > > On Sat, Mar 7, 2015 at 4:43 AM, Markus Metz wrote: >> >> On Sun, Mar 1, 2015 at 5:01 PM, Patrice Dumas wrote: >> > Hello, >> > >> > Here is a rewrite of the v.points.cog module in python. >> >> I think v.points.cog is superseded by v.center

Re: [GRASS-dev] port of v.points.cog to python

2015-03-07 Thread Anna Petrášová
On Sat, Mar 7, 2015 at 4:43 AM, Markus Metz wrote: > On Sun, Mar 1, 2015 at 5:01 PM, Patrice Dumas wrote: > > Hello, > > > > Here is a rewrite of the v.points.cog module in python. > > I think v.points.cog is superseded by v.centerpoint which offers cog > as well as other kinds of centerpoints.

Re: [GRASS-dev] port of v.points.cog to python

2015-03-07 Thread Patrice Dumas
On Sat, Mar 07, 2015 at 11:16:21AM +0100, Moritz Lennert wrote: > Am 07.03.2015 10:43 schrieb Markus Metz: > >On Sun, Mar 1, 2015 at 5:01 PM, Patrice Dumas wrote: > >>Hello, > >> > >>Here is a rewrite of the v.points.cog module in python. > > > >I think v.points.cog is superseded by v.centerpoint

Re: [GRASS-dev] port of v.points.cog to python

2015-03-07 Thread Markus Metz
On Sun, Mar 1, 2015 at 5:01 PM, Patrice Dumas wrote: > Hello, > > Here is a rewrite of the v.points.cog module in python. I think v.points.cog is superseded by v.centerpoint which offers cog as well as other kinds of centerpoints. Markus M > I tried > translating code only, keeping the code or

Re: [GRASS-dev] port of v.points.cog to python

2015-03-06 Thread Markus Neteler
Hello Patrice, On Sun, Mar 1, 2015 at 5:01 PM, Patrice Dumas wrote: > Hello, > > Here is a rewrite of the v.points.cog module in python. I tried > translating code only, keeping the code organization, variables names as it > was previously to help those who would want to review the differences >