[GRASS-dev] SVN trunk issue with g.list and g.remove (and solution)

2014-09-30 Thread Markus Neteler
Hi, likely you will be affected by this recent issue: Tree conflict on 'grass_trunk/general/g.list' local dir unversioned, incoming dir add upon update Select: (r) mark resolved, (p) postpone, (q) quit resolution, (h) help: r Resolved conflicted state of 'grass_trunk/general/g.list' Tree

Re: [GRASS-dev] v.clean meters against feets

2014-09-30 Thread Luca Delucchi
On 22 September 2014 09:04, Markus Metz markus.metz.gisw...@gmail.com wrote: The threshold must always be in meters, also if the location's units are not meters, because G_area_of_polygon() is used to calculate area sizes which always returns square meters. This was wrong in the manual of

[GRASS-dev] g7 addon scripts not working with trunk due to command syntax/option differences

2014-09-30 Thread Helmut Kudrnovsky
hi, all g7 addon scripts which are using e.g. v.to.rast or g.remove are not working due to command syntax differences. e.g. in v.to.rast in trunk: - option 'rows' removed - instead option 'memory' added e.g. in g.remove - g.remove rast=soils (g7) - g.remove -f type=rast pattern=soils (trunk)

Re: [GRASS-dev] g7 addon scripts not working with trunk due to command syntax/option differences

2014-09-30 Thread Moritz Lennert
On 30/09/14 13:54, Helmut Kudrnovsky wrote: hi, all g7 addon scripts which are using e.g. v.to.rast or g.remove are not working due to command syntax differences. e.g. in v.to.rast in trunk: - option 'rows' removed - instead option 'memory' added e.g. in g.remove - g.remove rast=soils (g7)

Re: [GRASS-dev] g7 addon scripts not working with trunk due to command syntax/option differences

2014-09-30 Thread Vaclav Petras
On Tue, Sep 30, 2014 at 8:10 AM, Moritz Lennert mlenn...@club.worldonline.be wrote: On 30/09/14 13:54, Helmut Kudrnovsky wrote: hi, all g7 addon scripts which are using e.g. v.to.rast or g.remove are not working due to command syntax differences. e.g. in v.to.rast in trunk: - option

Re: [GRASS-dev] g7 addon scripts not working with trunk due to command syntax/option differences

2014-09-30 Thread Anna Petrášová
On Tue, Sep 30, 2014 at 10:38 AM, Vaclav Petras wenzesl...@gmail.com wrote: On Tue, Sep 30, 2014 at 8:10 AM, Moritz Lennert mlenn...@club.worldonline.be wrote: On 30/09/14 13:54, Helmut Kudrnovsky wrote: hi, all g7 addon scripts which are using e.g. v.to.rast or g.remove are not

Re: [GRASS-dev] SVN trunk issue with g.list and g.remove (and solution)

2014-09-30 Thread Vaclav Petras
On Tue, Sep 30, 2014 at 3:15 AM, Markus Neteler nete...@osgeo.org wrote: Hi, likely you will be affected by this recent issue: Tree conflict on 'grass_trunk/general/g.list' local dir unversioned, incoming dir add upon update Select: (r) mark resolved, (p) postpone, (q) quit resolution,

Re: [GRASS-dev] What is the status of g.list, g.remove, g.mlist and g.mremove?

2014-09-30 Thread Vaclav Petras
On Fri, Sep 26, 2014 at 6:53 AM, Huidae Cho gras...@gmail.com wrote: Markus, It has to be a single parameter because of commas in a pattern. Multiple map names are handled as a pattern internally e.g. map1,map2 = {map1,map2}. Then of course, PyGRASS has no chance to know that and the recent

Re: [GRASS-dev] [GRASS GIS] #2074: r3.mapcalc neighborhood modifier hash table and tile errors

2014-09-30 Thread GRASS GIS
#2074: r3.mapcalc neighborhood modifier hash table and tile errors -+-- Reporter: wenzeslaus | Owner: grass-dev@… Type: defect | Status: new Priority: normal

Re: [GRASS-dev] SVN trunk issue with g.list and g.remove (and solution)

2014-09-30 Thread Markus Neteler
On Tue, Sep 30, 2014 at 5:25 PM, Vaclav Petras wenzesl...@gmail.com wrote: ... Confirmed, I had to do the same in all copies too some time ago. SVN is not really good at renaming and deleting things, it is always confused and I really don't understand why I need to do revert. As this almost

Re: [GRASS-dev] SVN trunk issue with g.list and g.remove (and solution)

2014-09-30 Thread Vaclav Petras
On Tue, Sep 30, 2014 at 12:02 PM, Markus Neteler nete...@osgeo.org wrote: On Tue, Sep 30, 2014 at 5:25 PM, Vaclav Petras wenzesl...@gmail.com wrote: ... Confirmed, I had to do the same in all copies too some time ago. SVN is not really good at renaming and deleting things, it is always

Re: [GRASS-dev] SVN trunk issue with g.list and g.remove (and solution)

2014-09-30 Thread Huidae Cho
Hmm... I removed g.list/g.remove and renamed g.mlist/g.mremove. Maybe, there is a better way? On Tue, Sep 30, 2014 at 1:19 PM, Vaclav Petras wenzesl...@gmail.com wrote: On Tue, Sep 30, 2014 at 12:02 PM, Markus Neteler nete...@osgeo.org wrote: On Tue, Sep 30, 2014 at 5:25 PM, Vaclav Petras

[GRASS-dev] Heading towards unified dataset

2014-09-30 Thread Vaclav Petras
Hi, at FOSS4G we were talking about the need of unified dataset, a GRASS location in our GRASS case, to enable easy writing of examples and also tests. The location would have maps with unified names such as elevation and these names can be used in the examples and tests so that both examples

Re: [GRASS-dev] What is the status of g.list, g.remove, g.mlist and g.mremove?

2014-09-30 Thread Huidae Cho
cls.runModule('g.remove', flags='f', type='rast3d', pattern=','.join(['map_1', 'map_2', 'map_3', 'map_4', 'map_5', 'test_flowaccum'])) should work. I think now we see a new challenge with separate type and map name options. In GUI, how should we list map names for the pattern option? 1. Select

Re: [GRASS-dev] SVN trunk issue with g.list and g.remove (and solution)

2014-09-30 Thread Markus Neteler
On Tue, Sep 30, 2014 at 8:16 PM, Huidae Cho gras...@gmail.com wrote: Hmm... I removed g.list/g.remove and renamed g.mlist/g.mremove. Maybe, there is a better way? In SVN it seems to be a kind a collision since it appears to maintain the history. Perhaps the way to go would have been (guessing):

Re: [GRASS-dev] [GRASS GIS] #2423: r.series.interp missing in wxGUI menu

2014-09-30 Thread GRASS GIS
#2423: r.series.interp missing in wxGUI menu --+- Reporter: jbrauner | Owner: grass-dev@… Type: defect| Status: new

Re: [GRASS-dev] [GRASS GIS] #2423: r.series.interp missing in wxGUI menu

2014-09-30 Thread GRASS GIS
#2423: r.series.interp missing in wxGUI menu ---+ Reporter: jbrauner | Owner: grass-dev@… Type: defect| Status: closed Priority: normal| Milestone:

Re: [GRASS-dev] [GRASS GIS] #2074: r3.mapcalc neighborhood modifier hash table and tile errors

2014-09-30 Thread GRASS GIS
#2074: r3.mapcalc neighborhood modifier hash table and tile errors -+-- Reporter: wenzeslaus | Owner: grass-dev@… Type: defect | Status: new Priority: normal