[GRASS-dev] Specify color as #RRGGBB

2016-10-06 Thread Vaclav Petras
Dear all, in r69683 I've added few lines to support colors hexadecimal numbers for colors when prefixed by hash. That's the syntax often used in HTML (CSS) and by other programs and formats. Now instead of d.vect map=hospitals color=80:170:255 you can do this: d.vect map=hospitals

Re: [GRASS-dev] Fwd: Re: Upcoming 7.2.0: review which addons to move to core

2016-10-06 Thread Vaclav Petras
Hi Nikos, On Wed, Oct 5, 2016 at 7:39 PM, Nikos Alexandris wrote: > could you name some good examples (not to the > manual/s), some real modules with integrated tests? I am much in need > for good code. > I'm not sure if they are good, but here are some examples

Re: [GRASS-dev] Upcoming 7.2.0: review which addons to move to core

2016-10-06 Thread Sören Gebbert
2016-10-06 21:26 GMT+02:00 Markus Metz : > On Tue, Oct 4, 2016 at 11:02 PM, Sören Gebbert > wrote: > > > > > > 2016-10-04 22:22 GMT+02:00 Markus Metz : > >> > >> Recently I fixed bugs in r.stream.order,

Re: [GRASS-dev] Fwd: Re: Upcoming 7.2.0: review which addons to move to core

2016-10-06 Thread Vaclav Petras
On Tue, Oct 4, 2016 at 4:55 PM, Anna Petrášová wrote: > [...] > c) test correctness of results. > It just depends how you write them, and yes, for some modules c) is > more difficult to implement than for others. > On Thu, Oct 6, 2016 at 5:00 PM, Anna Petrášová

Re: [GRASS-dev] Fwd: Re: Upcoming 7.2.0: review which addons to move to core

2016-10-06 Thread Anna Petrášová
On Thu, Oct 6, 2016 at 4:08 PM, Markus Metz wrote: > On Thu, Oct 6, 2016 at 12:09 PM, Moritz Lennert > wrote: >> On 06/10/16 01:39, Nikos Alexandris wrote: >>> >>> The question, the way I understand things, is not if and at what extent

Re: [GRASS-dev] Fwd: Re: Upcoming 7.2.0: review which addons to move to core

2016-10-06 Thread Markus Metz
On Thu, Oct 6, 2016 at 12:09 PM, Moritz Lennert wrote: > On 06/10/16 01:39, Nikos Alexandris wrote: >> >> The question, the way I understand things, is not if and at what extent >> we need tests. GRASS-GIS needs them. >> However, no matter the effort, tests will

Re: [GRASS-dev] Upcoming 7.2.0: review which addons to move to core

2016-10-06 Thread Markus Metz
On Tue, Oct 4, 2016 at 11:02 PM, Sören Gebbert wrote: > > > 2016-10-04 22:22 GMT+02:00 Markus Metz : >> >> Recently I fixed bugs in r.stream.order, related to stream length >> calculations which are in turn used to determine stream

Re: [GRASS-dev] [GRASS GIS] #3173: slow raster processing on r.external connected jpeg2000 layers

2016-10-06 Thread GRASS GIS
#3173: slow raster processing on r.external connected jpeg2000 layers ---+- Reporter: dnewcomb | Owner: grass-dev@… Type: defect| Status: new Priority: normal| Milestone: 7.2.0 Component: Raster|

Re: [GRASS-dev] [GRASS GIS] #3173: slow raster processing on r.external connected jpeg2000 layers

2016-10-06 Thread GRASS GIS
#3173: slow raster processing on r.external connected jpeg2000 layers ---+- Reporter: dnewcomb | Owner: grass-dev@… Type: defect| Status: new Priority: normal| Milestone: 7.2.0 Component: Raster|

Re: [GRASS-dev] Working with TGIS without starting GRASS explicitly

2016-10-06 Thread Laurent C.
Hello all, My code is working fine in Linux, but I run into a (related?) problem running in Windows. Running from the Anaconda shell: File "e:\itzi\gis.py", line 24, in import grass.temporal as tgis File "C:\OSGEO4~1\apps\grass\grass-7.0.5\etc\python\grass\temporal\__init__.py", line

Re: [GRASS-dev] g.gui.tplot: AttributeError: 'module' object has no attribute 'EVT_COMBOBOX_CLOSEUP'

2016-10-06 Thread Blumentrath, Stefan
Hei Anna, Thanks for your reply! Seems I have both gtk 2.8 and gtk 3.0 on my system. But I only found libwxgtk2.8-dev and since GRASS is selfcompiled I guess it is build against 2.8... Shall try to build against 3.0. Anyway, ticket opened here: https://trac.osgeo.org/grass/ticket/3175 Cheers

[GRASS-dev] [GRASS GIS] #3175: g.gui.tplot AttributeError: 'module' object has no attribute 'EVT_COMBOBOX_CLOSEUP'

2016-10-06 Thread GRASS GIS
#3175: g.gui.tplot AttributeError: 'module' object has no attribute 'EVT_COMBOBOX_CLOSEUP' -+- Reporter: sbl | Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone: 7.2.0

Re: [GRASS-dev] Fwd: Re: Upcoming 7.2.0: review which addons to move to core

2016-10-06 Thread Sören Gebbert
Hi Nikos, 2016-10-06 1:39 GMT+02:00 Nikos Alexandris : > Apologies for removing all but Soeren's last post. > > * Sören Gebbert: > > > I would like to put the GRASS test framework into perspective, since i >> think that its capabilities are not well known. >> The

Re: [GRASS-dev] Fwd: Re: Upcoming 7.2.0: review which addons to move to core

2016-10-06 Thread Moritz Lennert
On 06/10/16 01:39, Nikos Alexandris wrote: The question, the way I understand things, is not if and at what extent we need tests. GRASS-GIS needs them. However, no matter the effort, tests will almost never be complete.- That's what I was told by computer scientists, and what I can confirm with