Re: [GRASS-dev] remove layer from vector map

2016-12-06 Thread Moritz Lennert
Le 7 décembre 2016 07:29:16 GMT+01:00, Paulo van Breugel a écrit : >Hi, seems like a basic question, but can't seem to find how to remove >an >attribute layer. There is an option to remove a layer in the attribute >table manager if it is linked to a table (in the remove

[GRASS-dev] remove layer from vector map

2016-12-06 Thread Paulo van Breugel
Hi, seems like a basic question, but can't seem to find how to remove an attribute layer. There is an option to remove a layer in the attribute table manager if it is linked to a table (in the remove layer tab under manage layer). But this only removes the attribute table it seems. When I query a

Re: [GRASS-dev] GRASS 7.2RC2 problem

2016-12-06 Thread Michael Barton
I'm at home and can't check until tomorrow. Previously, the python make section that generated the xml files failed. IIRC, with some other similar issues in the past, the error (which might be in the make.log) suggested it was looking for 64bit python when I'm compiling with 32bit python

Re: [GRASS-dev] GRASS 7.2RC2 problem

2016-12-06 Thread Vaclav Petras
On Tue, Dec 6, 2016 at 7:03 PM, Michael Barton wrote: > Here is what I had to do before. > What happens when you do it now? Or you already did that now? > > Compile normally (my steps 1-5) > > 5.1. Do NOT create binary distribution yet (do not run make bindist) > 5.2.

Re: [GRASS-dev] GRASS 7.2RC2 problem

2016-12-06 Thread Vaclav Petras
In the log there is: /Applications/Xcode.app/Contents/Developer/usr/bin/make xml/menudata.xml GISRC=... LC_ALL=C python core/toolboxes.py > xml/menudata.xml /Applications/Xcode.app/Contents/Developer/usr/bin/make xml/module_tree_menudata.xml GISRC=... LC_ALL=C python core/toolboxes.py

Re: [GRASS-dev] GRASS 7.2RC2 problem

2016-12-06 Thread Vaclav Petras
I don't know what to think about the log. There should be no "up to date" massages after `make distclean`. make[4]: `/Users/cmbarton/grass_source/grass-7.2.0RC2/dist.x86_64- apple-darwin15.6.0/docs/man/man1/d.rhumbline.1' is up to date. On Tue, Dec 6, 2016 at 5:56 PM, Michael Barton

Re: [GRASS-dev] GRASS 7.2RC2 problem

2016-12-06 Thread Michael Barton
Here is what I had to do before. Compile normally (my steps 1-5) 5.1. Do NOT create binary distribution yet (do not run make bindist) 5.2. Launch GRASS (existing binary, preferably of same version) 5.3. cd to source wxpython folder. e.g., cd

Re: [GRASS-dev] GRASS 7.2RC2 problem

2016-12-06 Thread Anna Petrášová
On Tue, Dec 6, 2016 at 6:45 PM, Michael Barton wrote: > They both have 0 bytes. This is the same problem we had many months back. I > had a clunky workaround but it has not been necessary for some time now. So what happens if you run those commands manually? Such as:

Re: [GRASS-dev] GRASS 7.2RC2 problem

2016-12-06 Thread Michael Barton
They both have 0 bytes. This is the same problem we had many months back. I had a clunky workaround but it has not been necessary for some time now. Michael C. Michael Barton Director, Center for Social Dynamics & Complexity Professor of Anthropology, School of Human

Re: [GRASS-dev] GRASS 7.2RC2 problem

2016-12-06 Thread Anna Petrášová
There is indeed no error in the log. I can see: /usr/bin/install -c -m 644 xml/menudata.xml /Users/cmbarton/grass_source/grass-7.2.0RC2/dist.x86_64-apple-darwin15.6.0/gui/wxpython/xml/menudata.xml /usr/bin/install -c -m 644 xml/module_tree_menudata.xml

Re: [GRASS-dev] [GRASS GIS] #3218: have v.in.ascii read CSV headers

2016-12-06 Thread GRASS GIS
#3218: have v.in.ascii read CSV headers --+ Reporter: cmbarton | Owner: grass-dev@… Type: enhancement | Status: new Priority: normal | Milestone: 7.2.1 Component: Vector |Version: unspecified

[GRASS-dev] [GRASS GIS] #3218: have v.in.ascii read CSV headers

2016-12-06 Thread GRASS GIS
#3218: have v.in.ascii read CSV headers -+- Reporter: cmbarton | Owner: grass-dev@… Type: enhancement | Status: new Priority: normal | Milestone: 7.2.0 Component: Default |Version: unspecified Keywords:

Re: [GRASS-dev] GRASS 7.2RC2 problem

2016-12-06 Thread Martin Landa
2016-12-06 23:45 GMT+01:00 Michael Barton : > It is. We don't know what the problem is. I have a guess on this though. It > may be a problem with generating the xml code for the addons menu. We had > this problem awhile back. without full log (run make distclean before

Re: [GRASS-dev] GRASS 7.2RC2 problem

2016-12-06 Thread Michael Barton
It is. We don't know what the problem is. I have a guess on this though. It may be a problem with generating the xml code for the addons menu. We had this problem awhile back. Michael C. Michael Barton Director, Center for Social Dynamics & Complexity Professor of

Re: [GRASS-dev] GRASS 7.2RC2 blocker

2016-12-06 Thread Anna Petrášová
On Tue, Dec 6, 2016 at 5:32 PM, Michael Barton wrote: > Anna and others. I'm attaching the make log I just ran. It might get bumped > from the list but you'll get it. > Please first make distclean and then run make. Thank you, Anna > Michael > > >

Re: [GRASS-dev] GRASS 7.2RC2 problem

2016-12-06 Thread Markus Neteler
On Nov 29, 2016 10:13 PM, "Michael Barton" wrote: > > Yesterday I compiled GRASS 7.2 RC2 with no errors. Today I tried to test it before posting and got the following error: > > GRASS 7.2.0RC2 (Global_latlon):~ > Traceback (most recent call last): > File

Re: [GRASS-dev] t.rast.out.xyz not exporting all cells in the computational region

2016-12-06 Thread Martin Landa
Hi, 2016-12-06 23:06 GMT+01:00 Markus Neteler : > I have submitted a new -i flag to include no data values (r70017). > This can be used for t.rast.out.xyz and backported for 7.2.1. recorded at [1]. Does it mean that we can go ahead and release 7.2.0? Ma [1]

Re: [GRASS-dev] t.rast.out.xyz not exporting all cells in the computational region

2016-12-06 Thread Markus Neteler
On Tue, Dec 6, 2016 at 9:15 PM, Markus Neteler wrote: > On Tue, Dec 6, 2016 at 7:34 PM, Vaclav Petras wrote: >> On Tue, Dec 6, 2016 at 12:34 PM, Moritz Lennert > ... >>> Why not make the flag mean the contrary, i.e. include null values ? Then >>> it

Re: [GRASS-dev] v.cluster

2016-12-06 Thread Paulo van Breugel
On 06-12-16 20:01, Anna Petrášová wrote: On Tue, Dec 6, 2016 at 7:40 AM, Paulo van Breugel wrote: Hi devs, I am running GRASS 7.3 (R69890), and it seems the module v.cluster is not available from the menu nor the Modules tab. Typing v.cluster on the command line or in

Re: [GRASS-dev] t.rast.out.xyz not exporting all cells in the computational region

2016-12-06 Thread Markus Neteler
On Tue, Dec 6, 2016 at 7:34 PM, Vaclav Petras wrote: > On Tue, Dec 6, 2016 at 12:34 PM, Moritz Lennert ... >> Why not make the flag mean the contrary, i.e. include null values ? Then >> it wouldn't break anything... >> >> I'm pretty sure that most people exporting data via

Re: [GRASS-dev] [GRASS GIS] #3142: Implementing SLIC image segmentation

2016-12-06 Thread GRASS GIS
#3142: Implementing SLIC image segmentation ---+- Reporter: SCrommelinck | Owner: grass-dev@… Type: enhancement | Status: new Priority: normal| Milestone: 7.2.0 Component: Imagery |Version:

Re: [GRASS-dev] v.cluster

2016-12-06 Thread Markus Metz
On Tue, Dec 6, 2016 at 8:01 PM, Anna Petrášová wrote: > > On Tue, Dec 6, 2016 at 7:40 AM, Paulo van Breugel > wrote: > > Hi devs, > > > > I am running GRASS 7.3 (R69890), and it seems the module v.cluster is not > > available from the menu nor the

Re: [GRASS-dev] v.cluster

2016-12-06 Thread Anna Petrášová
On Tue, Dec 6, 2016 at 7:40 AM, Paulo van Breugel wrote: > Hi devs, > > I am running GRASS 7.3 (R69890), and it seems the module v.cluster is not > available from the menu nor the Modules tab. Typing v.cluster on the command > line or in the Console will run the function

Re: [GRASS-dev] t.rast.out.xyz not exporting all cells in the computational region

2016-12-06 Thread Vaclav Petras
On Tue, Dec 6, 2016 at 12:34 PM, Moritz Lennert < mlenn...@club.worldonline.be> wrote: > Le 6 décembre 2016 17:53:48 GMT+01:00, Martin Landa < > landa.mar...@gmail.com> a écrit : > >Hi, > > > >2016-12-06 17:45 GMT+01:00 Markus Neteler : > >> Big question: add to 7.2.0 or not? I

Re: [GRASS-dev] image export of wxgui creates tiff, not png

2016-12-06 Thread Anna Petrášová
On Tue, Dec 6, 2016 at 12:26 PM, Moritz Lennert wrote: > > > Le 6 décembre 2016 18:22:09 GMT+01:00, Martin Landa > a écrit : >>Hi, >> >>2016-12-06 16:58 GMT+01:00 Moritz Lennert >>: >>> I don't know if I missed

Re: [GRASS-dev] [GRASS GIS] #3142: Implementing SLIC image segmentation

2016-12-06 Thread GRASS GIS
#3142: Implementing SLIC image segmentation ---+- Reporter: SCrommelinck | Owner: grass-dev@… Type: enhancement | Status: new Priority: normal| Milestone: 7.2.0 Component: Imagery |Version:

Re: [GRASS-dev] [GRASS GIS] #3142: Implementing SLIC image segmentation

2016-12-06 Thread GRASS GIS
#3142: Implementing SLIC image segmentation ---+- Reporter: SCrommelinck | Owner: grass-dev@… Type: enhancement | Status: new Priority: normal| Milestone: 7.2.0 Component: Imagery |Version:

[GRASS-dev] [GRASS GIS] #3217: v.distance: add where parameter

2016-12-06 Thread GRASS GIS
#3217: v.distance: add where parameter --+- Reporter: mlennert | Owner: grass-dev@… Type: enhancement | Status: new Priority: normal| Milestone: 7.4.0 Component: Vector|Version:

Re: [GRASS-dev] t.rast.out.xyz not exporting all cells in the computational region

2016-12-06 Thread Martin Landa
Hi, 2016-12-06 17:45 GMT+01:00 Markus Neteler : > Big question: add to 7.2.0 or not? I am in favor. +1 Ma -- Martin Landa http://geo.fsv.cvut.cz/gwiki/Landa http://gismentors.cz/mentors/landa ___ grass-dev mailing list

Re: [GRASS-dev] t.rast.out.xyz not exporting all cells in the computational region

2016-12-06 Thread Markus Neteler
On Tue, Dec 6, 2016 at 12:38 PM, Veronica Andreo wrote: > I'm so sorry for the noise!! I forgot to run make :-P Anyway, I just did and > tested again... works as expected!!! Cool!! :)) > > Thank you, Markus, for the patch and Moritz for the follow up!! great, it was a quick

Re: [GRASS-dev] [GRASS GIS] #3142: Implementing SLIC image segmentation

2016-12-06 Thread GRASS GIS
#3142: Implementing SLIC image segmentation ---+- Reporter: SCrommelinck | Owner: grass-dev@… Type: enhancement | Status: new Priority: normal| Milestone: 7.2.0 Component: Imagery |Version:

[GRASS-dev] image export of wxgui creates tiff, not png

2016-12-06 Thread Moritz Lennert
I don't know if I missed a message about this, but is it normal that the wxgui image export function in the Map Display now exports tiff, not png files ? Moritz ___ grass-dev mailing list grass-dev@lists.osgeo.org

Re: [GRASS-dev] python port of r.denoise (testing required)

2016-12-06 Thread Anna Petrášová
On Tue, Dec 6, 2016 at 7:34 AM, Carlos Grohmann wrote: > Thanks for testing it Anna. > > I commited some changes: EPSG code is not required in a projected location > and null values are repected. Great, thank you, I will test later. Anna > > Carlos > > > > On 6 Dec

Re: [GRASS-dev] [GRASS GIS] #3216: Dropdown menu query_column in v.to.db shows columns of wrong table

2016-12-06 Thread GRASS GIS
#3216: Dropdown menu query_column in v.to.db shows columns of wrong table --+- Reporter: pvanbosgeo | Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone: 7.0.6 Component: Default

[GRASS-dev] v.cluster

2016-12-06 Thread Paulo van Breugel
Hi devs, I am running GRASS 7.3 (R69890), and it seems the module v.cluster is not available from the menu nor the Modules tab. Typing v.cluster on the command line or in the Console will run the function fine though. One can still find it on https://grass.osgeo.org/grass73/manuals/vector.html

Re: [GRASS-dev] python port of r.denoise (testing required)

2016-12-06 Thread Carlos Grohmann
Thanks for testing it Anna. I commited some changes: EPSG code is not required in a projected location and null values are repected. Carlos On 6 Dec 2016 02:16 -0200, Anna Petrášová , wrote: > Thank you for rewriting this, here is couple of brief observations. > The

Re: [GRASS-dev] [GRASS GIS] #3216: Dropdown menu query_column in v.to.db shows columns of wrong table

2016-12-06 Thread GRASS GIS
#3216: Dropdown menu query_column in v.to.db shows columns of wrong table --+- Reporter: pvanbosgeo | Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone: 7.0.6 Component: Default

[GRASS-dev] [GRASS GIS] #3216: Dropdown menu query_column in v.to.db shows columns of wrong table

2016-12-06 Thread GRASS GIS
#3216: Dropdown menu query_column in v.to.db shows columns of wrong table -+- Reporter: pvanbosgeo | Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone: 7.0.6 Component: Default |

Re: [GRASS-dev] t.rast.out.xyz not exporting all cells in the computational region

2016-12-06 Thread Veronica Andreo
I'm so sorry for the noise!! I forgot to run make :-P Anyway, I just did and tested again... works as expected!!! Cool!! :)) Thank you, Markus, for the patch and Moritz for the follow up!! Cheers, Vero 2016-12-06 12:31 GMT+01:00 Moritz Lennert : > On 06/12/16

Re: [GRASS-dev] t.rast.out.xyz not exporting all cells in the computational region

2016-12-06 Thread Moritz Lennert
On 06/12/16 10:53, Veronica Andreo wrote: Hello Markus Thanks for the patch :) I applied it in my grass trunk and just tested for a map (146880 cells) that contains no data (45757 cells). I get all the pixels with data (101123), but nothing for the pixels with no data. It seems to be the same

Re: [GRASS-dev] t.rast.out.xyz not exporting all cells in the computational region

2016-12-06 Thread Veronica Andreo
Hello Markus Thanks for the patch :) I applied it in my grass trunk and just tested for a map (146880 cells) that contains no data (45757 cells). I get all the pixels with data (101123), but nothing for the pixels with no data. It seems to be the same as before, no? (It is indeed, the same. I

Re: [GRASS-dev] python port of r.denoise (testing required)

2016-12-06 Thread Helmut Kudrnovsky
>Thank you for rewriting this, here is couple of brief observations. Additionally In https://wingrass.fsv.cvut.cz/grass73/x86_64/addons/grass-7.3.svn/logs/r.denoise.log [...] ERROR: pyproj not found, install it first: pip install pyproj maybe some kind of lazy importing of pyproj is needed that