Re: [GRASS-dev] [GRASS GIS] #3737: Testsuite gunittest/multirunner.py: TypeError: str expected, not bytes

2019-01-27 Thread GRASS GIS
#3737: Testsuite gunittest/multirunner.py: TypeError: str expected, not bytes --+ Reporter: AnikaBettge | Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone: 7.8.0 Component:

Re: [GRASS-dev] [GRASS GIS] #3677: v.surf.idw does not respect mask

2019-01-27 Thread GRASS GIS
#3677: v.surf.idw does not respect mask --+- Reporter: dnix | Owner: grass-dev@… Type: defect | Status: new Priority: major| Milestone: Component: Vector |Version: 7.4.1 Resolution:

Re: [GRASS-dev] [GRASS GIS] #3722: migrate grass svn repositories to git

2019-01-27 Thread GRASS GIS
#3722: migrate grass svn repositories to git --+- Reporter: martinl | Owner: grass-dev@… Type: task | Status: new Priority: major| Milestone: Component: Default |Version: unspecified

Re: [GRASS-dev] [GRASS GIS] #3722: migrate grass svn repositories to git

2019-01-27 Thread GRASS GIS
#3722: migrate grass svn repositories to git --+- Reporter: martinl | Owner: grass-dev@… Type: task | Status: new Priority: major| Milestone: Component: Default |Version: unspecified

Re: [GRASS-dev] Testsuite: script for easier use of test framework

2019-01-27 Thread Panagiotis Mavrogiorgos
Since the testsuite script and its configuration file are committed, I think it would be a good idea to also change the (hardcoded) default value of GRASSSRC from: # source code directory as full path: > GRASSSRC="$HOME/software/grass77" To something like: GRASSSRC="$(cd ../../; pwd)" >

Re: [GRASS-dev] [GRASS GIS] #3728: change libname to major.minor

2019-01-27 Thread GRASS GIS
#3728: change libname to major.minor --+- Reporter: martinl | Owner: grass-dev@… Type: task | Status: new Priority: normal | Milestone: 7.6.1 Component: Compiling|Version: svn-trunk Resolution:

[GRASS-dev] [GRASS GIS] #3738: Make python version configurable on compilation time

2019-01-27 Thread GRASS GIS
#3738: Make python version configurable on compilation time -+- Reporter: pmav99 | Owner: grass-dev@… Type: enhancement | Status: new Priority: normal | Milestone: Component: Compiling|Version: unspecified

Re: [GRASS-dev] [GRASS GIS] #3732: wingrass: change instalation target

2019-01-27 Thread GRASS GIS
#3732: wingrass: change instalation target ---+- Reporter: martinl | Owner: grass-dev@… Type: task | Status: new Priority: normal| Milestone: 7.6.1 Component: Installation |Version: unspecified

Re: [GRASS-dev] Migration to git, use addons as test case?

2019-01-27 Thread Stefan Blumentrath
Hi again, Having browsed some of the historical discussion and arguments made, moving to gitlab.com seems like a natural choice to me personally nowadays (with github beeing bought by Microsoft). If we (and equally important also OSGeo) see a significant advantage of hosting it in OSGeo

Re: [GRASS-dev] [GRASS-SVN] r73995 - grass/trunk/scripts/v.db.addtable

2019-01-27 Thread Markus Metz
On Sat, Jan 26, 2019 at 2:50 PM Huidae Cho wrote: > > Markus, > > If there is a linked table, v.db.addtable stops in line 106. If not, this script doesn't create a unique index and calls v.db.connect. v.db.connect adds a db link in line 317 and creates a unique index (db_create_index2) in line

Re: [GRASS-dev] difference between r.drain and r.path

2019-01-27 Thread Markus Metz
In GRASS 7.6+, r.drain = (r.fill.dir + )r.path, i.e. r.path and r.drain are not the same. Historically, r.drain has been cloned from r.fill.dir and enhanced to extract paths following directions created with the method of r.fill.dir which is included in r.drain. r.drain has been adjusted to also