Re: [GRASS-dev] wxPyDeprecationWarning in G76 on MacOSX

2018-10-12 Thread Michael Barton
I already filed a bug report on that awhile back Michael Barton School of Human Evolution Change Center for Social Dynamics & Complexity Arizona State University ...Sent from my iPad > On Oct 12, 2018, at 4:08 PM, Markus Neteler wrote: > > Hi, > > a colleague of used GRASS GIS 7.6 from

[GRASS-dev] wxPyDeprecationWarning in G76 on MacOSX

2018-10-12 Thread Markus Neteler
Hi, a colleague of used GRASS GIS 7.6 from Michael's Website today on MacOSX, at startup we notified this warning: Welcome to GRASS GIS 7.6.svn (r73480M) GRASS GIS homepage: http://grass.osgeo.org This version running through:Bourne Shell (sh) ... Launching GUI

Re: [GRASS-dev] Python assertion error in GRASS GIS script

2018-10-12 Thread Nikos Alexandris
Nikos wrote: The following fragment of code ``` fraction_categories = grass.parse_command('r.category', map=fractions, delimiter='\t') fractions_sum = sum([float(x) if not math.isnan(float(x)) else 0 for x in fraction_categories.values()]) msg =

Re: [GRASS-dev] please help with 7.6 news page

2018-10-12 Thread Martin Landa
Pá 12. 10. 2018 v 22:18 odesílatel Martin Landa napsal: > news page [2,3] needs to be still filled by content (thanks Markus for thanks also Vero and MarkusM (https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures76?action=history :-) -- Martin Landa http://geo.fsv.cvut.cz/gwiki/Landa

Re: [GRASS-dev] please help with 7.6 news page

2018-10-12 Thread Martin Landa
Hi, pá 12. 10. 2018 v 22:18 odesílatel Martin Landa napsal: > svn log -r 1:HEAD --stop-on-copy sorry, it's not right command (it just prints few dozen of commits since 7.6 branch was created). The command bellow prints commits since 2018/01/26 (GRASS 7.4.0 release). svn log -r

Re: [GRASS-dev] Python assertion error in GRASS GIS script

2018-10-12 Thread Markus Metz
On Mon, Oct 8, 2018 at 6:43 PM Nikos Alexandris wrote: > > Dears, > > I try to understand why the following assertion fails to work, as > expected, in a Python GRASS GIS script? > > The following fragment of code > ``` > fraction_categories = grass.parse_command('r.category', >

[GRASS-dev] please help with 7.6 news page

2018-10-12 Thread Martin Landa
Hi all, we are close to 7.6.0 release (RC1 in next days) [1]. Unfortunately news page [2,3] needs to be still filled by content (thanks Markus for initial steps!) It will be extremely difficult since many changes has been done since 7.4.0. It will be also hard to distinguish new modules,

Re: [GRASS-dev] Access to GRASS GIS addons

2018-10-12 Thread Helmut Kudrnovsky
>How do we compile and package a single GRASS GIS Addon >binary to proceed >with testing under Windows? see https://wingrass.fsv.cvut.cz/grass77/x86_64/addons/grass-7.7.svn/ for the precompiled wingrass addons. have a look into one of the zip File how the structure looks like. -

Re: [GRASS-dev] Access to GRASS GIS addons

2018-10-12 Thread Nikos Alexandris
* Stefan Blumentrath [2018-10-12 09:00:07 +]: Dear Nikos and others, First of all, we have to clarify if you: a) want a solution that does not require a GRASS database (meaning a Processing like approach) or b) if an existing GRASS database is acceptable as a requirement to run your addon

Re: [GRASS-dev] Access to GRASS GIS addons

2018-10-12 Thread Nikos Alexandris
* Helmut Kudrnovsky [2018-10-12 01:26:00 -0700]: 3. QGIS GRASS Plugin I think QGIS GRASS Plugin is something different; it's not about using GRASS modules/addons in QGIS I think it is possible to make a(ny) GRASS module available to it, as it is mentioned at

Re: [GRASS-dev] Access to GRASS GIS addons

2018-10-12 Thread Nikos Alexandris
* Helmut Kudrnovsky [2018-10-12 01:18:37 -0700]: 5. Ondřej suggested also another possibility: if an Addon is >installed, maybe then, inside QGIS: GRASS GIS Plugin > GRASS GIS shell > run `r.> --ui` would suffice? Any Windows user possibly to try this last option? What is a GRASS GIS

Re: [GRASS-dev] [GRASS GIS] #3680: [PATCH] r.object.geometry: add output of mean coordinates of objects - difference to r.mapcalc/r.univar output

2018-10-12 Thread GRASS GIS
#3680: [PATCH] r.object.geometry: add output of mean coordinates of objects - difference to r.mapcalc/r.univar output --+ Reporter: mlennert | Owner: grass-dev@… Type: enhancement | Status: closed

Re: [GRASS-dev] Access to GRASS GIS addons

2018-10-12 Thread Stefan Blumentrath
Dear Nikos and others, First of all, we have to clarify if you: a) want a solution that does not require a GRASS database (meaning a Processing like approach) or b) if an existing GRASS database is acceptable as a requirement to run your addon If the answer is a), the Situation (in QGIS 3)

Re: [GRASS-dev] Access to GRASS GIS addons

2018-10-12 Thread Helmut Kudrnovsky
>3. QGIS GRASS Plugin I think QGIS GRASS Plugin is something different; it's not about using GRASS modules/addons in QGIS - best regards Helmut -- Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Dev-f3991897.html ___ grass-dev mailing list

Re: [GRASS-dev] Access to GRASS GIS addons

2018-10-12 Thread Helmut Kudrnovsky
>5. Ondřej suggested also another possibility: if an Addon is >installed, maybe >then, inside QGIS: GRASS GIS Plugin > GRASS GIS shell > run `r.> --ui` >would suffice? > >Any Windows user possibly to try this last option? What is a GRASS GIS shell within the QGIS GRASS plugin? - best