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 pertu...@free.fr wrote: Hello, Here is a rewrite of the v.points.cog module in python. I think v.points.cog is superseded by v.centerpoint

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

2015-03-01 Thread Patrice Dumas
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 few changes required for changes in

Re: [GRASS-dev] [GRASS-user] minimal wxPython version

2013-03-19 Thread Patrice Dumas
On Tue, Mar 19, 2013 at 02:39:33PM +0100, Anna Kratochvílová wrote: Hi all, I would like to change minimal required version of wxPython [1]. Currently we support (theoretically) version 2.8.1.1 (released 2007). I suggest to change it to 2.8.10.1 (2009), for example 2.8.10.1 was shipped with

Re: [GRASS-dev] Integrate XDR lib into GRASS?

2012-03-21 Thread Patrice Dumas
On Wed, Mar 21, 2012 at 02:42:27PM +0100, Markus Neteler wrote: Hi, here at the FOSSGIS.de conference we tried to compile GRASS for Android. A major obstacle was XDR (e.g., https://svn.r-project.org/R/trunk/src/extra/xdr). Since it is only 4 files (or perhaps less used), why not

Re: [GRASS-dev] Integrate XDR lib into GRASS?

2012-03-21 Thread Patrice Dumas
On Wed, Mar 21, 2012 at 04:24:11PM +0100, Markus Neteler wrote: On Wed, Mar 21, 2012 at 3:18 PM, Patrice Dumas pertu...@free.fr wrote: On Wed, Mar 21, 2012 at 02:42:27PM +0100, Markus Neteler wrote: ... Since it is only 4 files (or perhaps less used), why not incorporating these files

Re: [GRASS-dev] in trunk png/cairo d.vect overwrites previous images?

2012-01-31 Thread Patrice Dumas
On Tue, Jan 31, 2012 at 10:36:01AM +0100, Moritz Lennert wrote: This behaviour is controlled by the GRASS_PNG_READ environment variable. If you set it to TRUE, then GRASS will lay the new d.vect on top of the already drawn vectors, otherwise it overwrites with the new. See

Re: [GRASS-dev] in trunk png/cairo d.vect overwrites previous images?

2012-01-31 Thread Patrice Dumas
On Tue, Jan 31, 2012 at 11:15:47AM +0100, Moritz Lennert wrote: otherwise it doesn't really make sense as the elevation raster will not appear on map.png. Here's what I see as example on the page: export GRASS_RENDER_IMMEDIATE=cairo export GRASS_PNGFILE=nc_spm.png export GRASS_WIDTH=800

Re: [GRASS-dev] patch for grass_trunk d.vect.thematic

2012-01-31 Thread Patrice Dumas
On Tue, Jan 31, 2012 at 11:36:51AM +0100, Moritz Lennert wrote: On 31/01/12 11:24, Moritz Lennert wrote: On 30/01/12 23:10, Patrice Dumas wrote: Hello, A little patch for d.vect.thematic.py in trunk. It shows up if you use d.vect.thematic themetype=graduated_points It fixes 2 things

[GRASS-dev] patch for grass_trunk d.vect.thematic

2012-01-30 Thread Patrice Dumas
Hello, A little patch for d.vect.thematic.py in trunk. It shows up if you use d.vect.thematic themetype=graduated_points It fixes 2 things. An unquoted string graduated_lines. f_psmap not being initialized although it is used line 1049. I moved the f_psmap initialization before. -- Pat

[GRASS-dev] in trunk png/cairo d.vect overwrites previous images?

2012-01-30 Thread Patrice Dumas
Hello, I ask here first before because this seems a bit weird that nobody else reported it, but maybe I missed a bug report or something changed in grass 7? When doing more than one d.vect after a d.mon start=png (or cairo) the last one overwrite completly the previous one. With wx0 or 6.4 the

Re: [GRASS-dev] projection of vectors accros wrapping map boundaries

2011-12-30 Thread Patrice Dumas
On Thu, Dec 29, 2011 at 05:52:16PM +0100, Markus Neteler wrote: Yes, for both 6.4 and 7 cases would be ideal. That increases tremendously the motivation to try and fix it :) For 7, I have filled http://trac.osgeo.org/grass/ticket/1527 For 6.4, I don't remember exactly the issue, and I don't

[GRASS-dev] projection of vectors accros wrapping map boundaries

2011-12-29 Thread Patrice Dumas
Hello, With yesterday svn trunk version. I have come accross something that I think is a bug, but before opening a ticket, I'd have preferred to have a confirmation that it is indeed a bug and not a feature, and also I tried to find a mention of this issue on the web, but couldn't find one which