Re: [GRASS-dev] g.gui.metadata and wxgui addons in GRASS 7.1

2015-08-24 Thread Matej Krejci
Hi Stephan, 2015-08-21 22:08 GMT+02:00 Blumentrath, Stefan : > Hi Matej, > > > > I just checked out your new revision. Now I get on sudo make > MODULE_TOPDIR=/usr/local/grass-7.1.svn/: > > > > make[1]: Entering directory > `/data/src/grass7_addons/gui/wxpython/wx.metadata/g.gui.metadata' > > if [

Re: [GRASS-dev] [GRASS-SVN] r65981 - grass-addons/grass7/raster/r.wateroutlet.lessmem

2015-08-24 Thread Huidae Cho
Markus, Yes, it does work. I had to do the following: svn propset svn:keywords "Date" r.wateroutlet.lessmem.html Thanks. Huidae On Mon, Aug 24, 2015 at 6:22 PM, Markus Neteler wrote: > Just FYI > > On Fri, Aug 21, 2015 at 9:04 AM, wrote: > > Author: hcho > > Date: 2015-08-21 00:04:44 -0700

Re: [GRASS-dev] C syntax and the use of underscore ('_')

2015-08-24 Thread Rob Parsons
Ok. I am getting smarter. Forget what I said about using the -std=c99 option to get Eclipse to recognize the _() macro. The syntax error being reported by the Eclipse editor (CDT parser) is caused be the definition of PACKAGE on the gcc command line. -DPACKAGE=\""grassmods"\" Eclipse invokes th

Re: [GRASS-dev] New Mac binaries uploaded

2015-08-24 Thread Michael Barton
That would be wonderful. I sort of got that impression too. But will the GRASS lidar tools be able to use LASlib instead of Liblas? Michael C. Michael Barton Director, Center for Social Dynamics & Complexity Professor of Anthropology, School of Human Evolution & Social Chang

Re: [GRASS-dev] New Mac binaries uploaded

2015-08-24 Thread William Kyngesburye
I looked at LAS this spring. From what I found, libLAS is superceded by LASlib, found in LAStools. laslib and some of the tools are still opensource, but other tools are not. Laslib does not have a configure, it's a simple makefile that needs a little tweaking for OS X. And there appears to

[GRASS-dev] G_OPT_V_TYPE cannot be recognized in --interface-description in GRASS GIS

2015-08-24 Thread Vaclav Petras
Was: [Qgis-developer] QGIS GRASS plugin - modules upgrade On Mon, Aug 24, 2015 at 2:42 PM, Radim Blazek wrote: > On Tue, Aug 18, 2015 at 9:39 PM, Vaclav Petras > wrote: > >> > I wonder why UI is not generated on the fly or during compilation? To > >> > maintain manually UI in QGIS is complicat

Re: [GRASS-dev] [GRASS GIS] #2724: gdal-grass: Wrong return type in ogrgrass.h

2015-08-24 Thread GRASS GIS
#2724: gdal-grass: Wrong return type in ogrgrass.h --+- Reporter: mkrapp | Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone: 7.0.1 Component: Default |Version: unspecifi

Re: [GRASS-dev] [GRASS GIS] #513: g.rename extremely slow, speed improvement

2015-08-24 Thread GRASS GIS
#513: g.rename extremely slow, speed improvement --+ Reporter: gisboa | Owner: grass-dev@… Type: enhancement | Status: new Priority: minor| Milestone: 6.4.0 Component: Vector |Version:

Re: [GRASS-dev] [GRASS-SVN] r65981 - grass-addons/grass7/raster/r.wateroutlet.lessmem

2015-08-24 Thread Markus Neteler
Just FYI On Fri, Aug 21, 2015 at 9:04 AM, wrote: > Author: hcho > Date: 2015-08-21 00:04:44 -0700 (Fri, 21 Aug 2015) > New Revision: 65981 > > Modified: >grass-addons/grass7/raster/r.wateroutlet.lessmem/r.wateroutlet.lessmem.html > Log: > r.wateroutlet.lessmem: Reformat author; Date tag not

Re: [GRASS-dev] New Mac binaries uploaded

2015-08-24 Thread Michael Barton
For LASlib compliing, I managed to get past the GEOTIFF problem with the following: cmake -G "Unix Makefiles" -D CMAKE_OSX_ARCHITECTURES="i386;x86_64” \ -D CMAKE_OSX_SYSROOT="/Developer/SDKs/MacOSX10.7.sdk” \ -D GDAL_CONFIG=/Library/Frameworks/GDAL.framework/Programs/gdal-config \ -D GEOTIFF_I

Re: [GRASS-dev] New Mac binaries uploaded

2015-08-24 Thread Michael Barton
I’ve started trying to recompile liblas using the notes from last time (I think William provided considerable help on this). So far it is not working. 1 Recompiling boost 1.5.4 cd /Users/Shared/grass_dev/boost_1_54_0 ##note that I did not do anything to clean up my original compilation. Should

Re: [GRASS-dev] New Mac binaries uploaded

2015-08-24 Thread Vaclav Petras
On Mon, Aug 24, 2015 at 1:40 PM, Michael Barton wrote: > If I am understanding the compiling instructions correctly, it installs > binaries of the open source LAStools and Liblas too. But I may > misunderstand. The GRASS LAS tool set needs both I believe. > GRASS GIS is fine just with the librar

Re: [GRASS-dev] New Mac binaries uploaded

2015-08-24 Thread Michael Barton
If I am understanding the compiling instructions correctly, it installs binaries of the open source LAStools and Liblas too. But I may misunderstand. The GRASS LAS tool set needs both I believe. Michael C. Michael Barton Director, Center for Social Dynamics & Complexity Prof

Re: [GRASS-dev] New Mac binaries uploaded

2015-08-24 Thread Newcomb, Doug
Liblas or LASTools? Doug On Mon, Aug 24, 2015 at 1:08 PM, Michael Barton wrote: > Yes. The LAS tools are compiled for GDAL 1.10. They were a royal pain to > compile. The instructions to the newest LAStools source code makes it sound > like it is much easier now. Does anyone have any experience

Re: [GRASS-dev] New Mac binaries uploaded

2015-08-24 Thread Michael Barton
Yes. The LAS tools are compiled for GDAL 1.10. They were a royal pain to compile. The instructions to the newest LAStools source code makes it sound like it is much easier now. Does anyone have any experience with the current version? I was going to try it but wanted to make sure I had a GRASS v

Re: [GRASS-dev] New Mac binaries uploaded

2015-08-24 Thread William Kyngesburye
Michael, you may need to recompile your las tools to use the current GDAL, this is separate from GRASS compilation. On Aug 24, 2015, at 10:31 AM, Michael Barton wrote: > Anna, > > These work for me and at least some of my students here. So we need to find > out why they don't work for you. I'

Re: [GRASS-dev] New Mac binaries uploaded

2015-08-24 Thread Michael Barton
Anna, These work for me and at least some of my students here. So we need to find out why they don't work for you. I'm teaching spatial tech this fall and want to make sure others don't run into trouble. 7.0.1 was a completely fresh checkout and 7.1 was compiled after a make distclean. Do you

Re: [GRASS-dev] New Mac binaries uploaded

2015-08-24 Thread Anna Petrášová
On Mon, Aug 24, 2015 at 11:31 AM, Michael Barton wrote: > Anna, > > These work for me and at least some of my students here. So we need to > find out why they don't work for you. I'm teaching spatial tech this fall > and want to make sure others don't run into trouble. 7.0.1 was a completely > fr

Re: [GRASS-dev] New Mac binaries uploaded

2015-08-24 Thread Anna Petrášová
Hi Michael, sorry to report but the new binaries (70 and 71) don't work, the gui doesn't open with this error. I already saw this error multiple times and it might be enough just to make distclean and recompile or fresh svn checkout. GRASS 7.1.svn (loc_ncarolina_spm_base0.3.1):~ > Traceback (mos

Re: [GRASS-dev] r.agent testing

2015-08-24 Thread Moritz Lennert
On 20/08/15 16:13, Annalisa Minelli wrote: Dear all, after my recents modifications on Makefile [0] of the r.agent addon, Michael and me were trying to build correctly the module. In fact, even if on my debian machine it compiles and builds up well using g.extension, it seems that, sometimes (on

Re: [GRASS-dev] [GRASS GIS] #516: v.extract slow on large datasets

2015-08-24 Thread GRASS GIS
#516: v.extract slow on large datasets --+- Reporter: gisboa | Owner: grass-dev@… Type: enhancement | Status: new Priority: minor| Milestone: 6.4.0 Component: Vector |Version: unspecified Resolutio

Re: [GRASS-dev] [GRASS GIS] #513: g.rename extremely slow, speed improvement

2015-08-24 Thread GRASS GIS
#513: g.rename extremely slow, speed improvement --+ Reporter: gisboa | Owner: grass-dev@… Type: enhancement | Status: new Priority: minor| Milestone: 6.4.0 Component: Vector |Version:

Re: [GRASS-dev] [GRASS GIS] #2587: copying attribute tables very inefficient if tables are in same database

2015-08-24 Thread GRASS GIS
#2587: copying attribute tables very inefficient if tables are in same database --+-- Reporter: mlennert | Owner: grass-dev@… Type: enhancement | Status: new Priority: normal | Milestone: 7.1.0 Component: Dat

Re: [GRASS-dev] r.agent testing

2015-08-24 Thread Luca Delucchi
On 20 August 2015 at 16:13, Annalisa Minelli wrote: > Dear all, Dear Annalisa, > after my recents modifications on Makefile [0] of the r.agent addon, Michael > and me were trying to build correctly the module. > In fact, even if on my debian machine it compiles and builds up well using > g.exten