Re: [GRASS-dev] [GRASS GIS] #1480: v.outlier - distinguish positive and negative outlier filtering from lidar point clouds

2014-06-20 Thread GRASS GIS
#1480: v.outlier - distinguish positive and negative outlier filtering from lidar point clouds --+- Reporter: sbl | Owner: grass-dev@… Type: enhancement | Status: closed

Re: [GRASS-dev] pyGRASS not finding addons?

2014-06-20 Thread Pietro
Hi Yann, On Fri, Jun 20, 2014 at 7:21 AM, Yann Chemin yche...@gmail.com wrote: line 86, in __init__ self.typedesc = diz['gisprompt']['prompt'] KeyError: u'prompt' Thanks to find out this bug, should be fix in r60881. Let me know. Pietro ___

Re: [GRASS-dev] [GRASS GIS] #2281: t.rast.aggregate unnecessaryly slow with limited number of maps

2014-06-20 Thread GRASS GIS
#2281: t.rast.aggregate unnecessaryly slow with limited number of maps --+- Reporter: sbl | Owner: grass-dev@… Type: defect | Status: closed Priority:

Re: [GRASS-dev] [GRASS GIS] #2266: g.list and g.mlist should be able to handle strds, str3ds, stvds

2014-06-20 Thread GRASS GIS
#2266: g.list and g.mlist should be able to handle strds, str3ds, stvds --+- Reporter: sbl | Owner: grass-dev@… Type: enhancement | Status: closed Priority:

Re: [GRASS-dev] [GRASS GIS] #2294: t.rast.aggregate: Name output rasters based on start-time

2014-06-20 Thread GRASS GIS
#2294: t.rast.aggregate: Name output rasters based on start-time --+- Reporter: sbl | Owner: grass-dev@… Type: enhancement | Status: new Priority:

Re: [GRASS-dev] [GRASS GIS] #2311: PyGRASS points read from map are always 2D although they have z coordinate

2014-06-20 Thread GRASS GIS
#2311: PyGRASS points read from map are always 2D although they have z coordinate -+-- Reporter: annakrat | Owner: grass-dev@… Type: defect | Status: new

Re: [GRASS-dev] [GRASS GIS] #2344: v.rast.stats: manual updates (esp. GRASS 7.1)

2014-06-20 Thread GRASS GIS
#2344: v.rast.stats: manual updates (esp. GRASS 7.1) --+- Reporter: sbl | Owner: grass-dev@… Type: enhancement | Status: new Priority: normal|

Re: [GRASS-dev] [GRASS GIS] #2320: PyGRASS doesn't write 3D vector map

2014-06-20 Thread GRASS GIS
#2320: PyGRASS doesn't write 3D vector map -+-- Reporter: annakrat | Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone:

Re: [GRASS-dev] [GRASS-SVN] r60879 - grass/trunk/lib/gis/colors

2014-06-20 Thread Markus Neteler
On Fri, Jun 20, 2014 at 8:33 AM, svn_gr...@osgeo.org wrote: Author: ychemin Date: 2014-06-19 23:33:17 -0700 (Thu, 19 Jun 2014) New Revision: 60879 Added: grass/trunk/lib/gis/colors/kelvin Log: Added Kelvin palette ... this is incomplete, it lacks the description in lib/gis/colors.desc

[GRASS-dev] r.li.simpson: memory leak in linked list?

2014-06-20 Thread Markus Neteler
Hi, I am trying to understand a potential memory leak in r.li.simpson: NC location, using this amount of raster cells: rows: 1355 cols: 1503 cells: 2036565 (not so many!) I get this valgrind result: ==26597== LEAK SUMMARY: ==26597==definitely lost: 690,677,357 bytes in

Re: [GRASS-dev] [GRASS-SVN] r60879 - grass/trunk/lib/gis/colors

2014-06-20 Thread Yann Chemin
Thank you Markus, updated in r60889 Yann On 20/06/2014, Markus Neteler nete...@osgeo.org wrote: On Fri, Jun 20, 2014 at 8:33 AM, svn_gr...@osgeo.org wrote: Author: ychemin Date: 2014-06-19 23:33:17 -0700 (Thu, 19 Jun 2014) New Revision: 60879 Added: grass/trunk/lib/gis/colors/kelvin

Re: [GRASS-dev] [GRASS-SVN] r60879 - grass/trunk/lib/gis/colors

2014-06-20 Thread Martin Landa
Hi, 2014-06-20 15:07 GMT+02:00 Yann Chemin yche...@gmail.com: candidate for relbr70 backport? Martin -- Martin Landa * http://geo.fsv.cvut.cz/gwiki/Landa ___ grass-dev mailing list grass-dev@lists.osgeo.org

Re: [GRASS-dev] [GRASS-SVN] r60870 - grass/trunk/lib/python/script

2014-06-20 Thread Markus Neteler
Hi Glynn, is this a backport to relbr7 candidate? On Thu, Jun 19, 2014 at 4:35 PM, svn_gr...@osgeo.org wrote: Author: glynn Date: 2014-06-19 07:35:05 -0700 (Thu, 19 Jun 2014) New Revision: 60870 Modified: grass/trunk/lib/python/script/core.py Log: Use subprocess.Popen() directly for

Re: [GRASS-dev] [GRASS-SVN] r60870 - grass/trunk/lib/python/script

2014-06-20 Thread Martin Landa
Hi, 2014-06-20 16:07 GMT+02:00 Markus Neteler nete...@osgeo.org: is this a backport to relbr7 candidate? not really, it's one of many steps which need to be done after disabling shell on Windows [1]. Compilation still fails [2]. Martin [1]

Re: [GRASS-dev] [GRASS-SVN] r60870 - grass/trunk/lib/python/script

2014-06-20 Thread Vaclav Petras
On Thu, Jun 19, 2014 at 10:35 AM, svn_gr...@osgeo.org wrote: Use subprocess.Popen() directly for calling g.parser Glynn, please provide reasoning for this change, especially its first line, since it is not in commit message and the motivation for this change is spread over several threads.

Re: [GRASS-dev] [GRASS GIS] #2320: PyGRASS doesn't write 3D vector map

2014-06-20 Thread GRASS GIS
#2320: PyGRASS doesn't write 3D vector map ---+ Reporter: annakrat | Owner: grass-dev@… Type: defect| Status: closed Priority: normal| Milestone: 7.0.0

Re: [GRASS-dev] g.mlist list multiple types from all mapsets

2014-06-20 Thread Vaclav Petras
On Thu, Jun 19, 2014 at 1:47 PM, Huidae Cho gras...@gmail.com wrote: Hmm... one flag -s (switch default) should be enough, I think. I'm not sure what is the current proposal (I think I've seen something else in some other thread) but flag -s (switch default) seems like a very bad idea as well

Re: [GRASS-dev] [GRASS GIS] #2311: PyGRASS points read from map are always 2D although they have z coordinate

2014-06-20 Thread GRASS GIS
#2311: PyGRASS points read from map are always 2D although they have z coordinate -+-- Reporter: annakrat | Owner: grass-dev@… Type: defect | Status: new

Re: [GRASS-dev] [GRASS GIS] #2346: r.timestamp: support also YYYY-DOY

2014-06-20 Thread GRASS GIS
#2346: r.timestamp: support also -DOY +--- Reporter: neteler | Owner: grass-dev@… Type: enhancement | Status: new

[GRASS-dev] GRASS 7 release planning

2014-06-20 Thread Markus Neteler
Hi devs, ... so, getting out 7.0 seems to be endless... A radical solution might be to change trunk into GRASS GIS 8. Then we do not need to wait in 7 for API stabilization and can release it as is and go ahead with the planned massive improvements. Best Markus

Re: [GRASS-dev] [GRASS GIS] #2346: r.timestamp: support also YYYY-DOY

2014-06-20 Thread GRASS GIS
#2346: r.timestamp: support also -DOY +--- Reporter: neteler | Owner: grass-dev@… Type: enhancement | Status: new

Re: [GRASS-dev] [GRASS-SVN] r60703 - in grass/trunk: display/d.vect general/g.gisenv gui/wxpython/animation lib/python/temporal raster/r.colors raster/r.external raster/r.in.bin raster/r.mapcalc raste

2014-06-20 Thread Glynn Clements
Huidae Cho wrote: I assume G__check_option_rules() is supposed to be called by G_parser(). Then, instead of calling G_fatal_error, it should append errors to st-errors. Okay; I presume that the intent is so that it will report all errors, not just the first. If so... for g.mlist we can

Re: [GRASS-dev] [GRASS-SVN] r60870 - grass/trunk/lib/python/script

2014-06-20 Thread Glynn Clements
Martin Landa wrote: Compilation still fails [2]. [2] http://wingrass.fsv.cvut.cz/grass71/logs/log-r60875-997/package.log Note that there are no longer any compilation failures for the scripts directory, only for temporal and wxGUI. The compilation failures in temporal are a consequence of

Re: [GRASS-dev] g.mlist list multiple types from all mapsets

2014-06-20 Thread Glynn Clements
Huidae Cho wrote: Hmm... one flag -s (switch default) should be enough, I think. I think not. We need a way to specify a particular output format. A switch flag is only useful if you already know which format will be used without that flag, which isn't necessarily straightforward. A similar

Re: [GRASS-dev] [GRASS-SVN] r60703 - in grass/trunk: display/d.vect general/g.gisenv gui/wxpython/animation lib/python/temporal raster/r.colors raster/r.external raster/r.in.bin raster/r.mapcalc raste

2014-06-20 Thread Huidae Cho
G_option_excludes() works for me. On Fri, Jun 20, 2014 at 7:58 PM, Glynn Clements gl...@gclements.plus.com wrote: Huidae Cho wrote: I assume G__check_option_rules() is supposed to be called by G_parser(). Then, instead of calling G_fatal_error, it should append errors to st-errors.

Re: [GRASS-dev] g.mlist list multiple types from all mapsets

2014-06-20 Thread Huidae Cho
I agree that it can be confusing. I think we have the following options: 1. Just don't replace g.list as it is more user friendly and g.mlist is more machine friendly. 2. Replace g.list with the current version of g.mlist and use -p in terminal as needed. 3. Redirect g.mlist output

[GRASS-dev] Week 5: GRASS GIS 3D flowlines

2014-06-20 Thread Anna Petrášová
Hi all, 1. What did you get done this week: I was traveling, so unfortunately not much. I improved the flow accumulation computation by integrating voxel traversal algorithm which I thoroughly tested. The explanation is here [1] and code [2]. Then, with mentors we updated the plans for next few

[GRASS-dev] Weekly report 5: Testing framework for GRASS GIS

2014-06-20 Thread Vaclav Petras
1. What did you get done this week? I worked on the ticket #2326 since I realized that it is hard to test some things when the underlying functions or modules are not failing properly. With my mentor I discussed different ways of comparing map outputs. I was at a conference, so I was not able to