Re: [GRASS-dev] [GRASS GIS] #2314: output r.out.xyz

2014-05-31 Thread GRASS GIS
#2314: output r.out.xyz -+-- Reporter: pvanbosgeo | Owner: grass-dev@… Type: defect | Status: new Priority: no

Re: [GRASS-dev] [GRASS GIS] #2228: g.mremove: add an option to use 'map name exclusion patterns' like is available in g.mlist

2014-05-31 Thread GRASS GIS
#2228: g.mremove: add an option to use 'map name exclusion patterns' like is available in g.mlist --+- Reporter: pvanbosgeo| Owner: grass-dev@… Type: enhance

Re: [GRASS-dev] [GRASS GIS] #2314: output r.out.xyz

2014-05-31 Thread GRASS GIS
#2314: output r.out.xyz -+-- Reporter: pvanbosgeo | Owner: grass-dev@… Type: defect | Status: new Priority: no

Re: [GRASS-dev] G7: t.* consistency changes for parameters and flags

2014-05-31 Thread Markus Neteler
On Fri, May 30, 2014 at 4:43 PM, Markus Neteler wrote: > On Fri, May 30, 2014 at 3:44 PM, Markus Neteler wrote: >> I have taken liberty to streamline to some extent the parameter and >> flag of the temporal t.+ modules for consistency (trunk r60608; relbr >> r60609; more changes may be needed). T

Re: [GRASS-dev] libLAS on Ubuntu 14.04

2014-05-31 Thread Yann Chemin
More from config.log (thx MarkusM) configure:6198: checking whether to use libLAS configure:6215: checking for liblas-config configure:6272: gcc -o conftest -g -O2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -I/usr/include -I/usr/includ

Re: [GRASS-dev] libLAS on Ubuntu 14.04

2014-05-31 Thread Vaclav Petras
On Sat, May 31, 2014 at 9:23 AM, Yann Chemin wrote: > configure:6266:32: fatal error: liblas/capi/liblas.h: No such file or > directory > #include > Hm, are you sure you have the liblas-c-dev package? And are you sure the file liblas/capi/liblas.h is there (on include path, in case of the libl

Re: [GRASS-dev] libLAS on Ubuntu 14.04

2014-05-31 Thread Yann Chemin
OK it was that thanks Vaclav Summary: sudo apt-get install libboost-thread-dev,libboost-program-options-dev liblas-c-dev in configure options: --with-liblas-config=/usr/bin/liblas-config --with-liblas=yes On 31/05/2014, Vaclav Petras wrote: > On Sat, May 31, 2014 at 9:23 AM, Yann Chemin wrote:

Re: [GRASS-dev] libLAS on Ubuntu 14.04

2014-05-31 Thread Vaclav Petras
On Sat, May 31, 2014 at 9:32 AM, Yann Chemin wrote: > OK it was that thanks Vaclav > > Summary: > sudo apt-get install libboost-thread-dev,libboost-program-options-dev > liblas-c-dev > > in configure options: > --with-liblas-config=/usr/bin/liblas-config > --with-liblas=yes > > I updated the wiki

Re: [GRASS-dev] grass7 - python script - moving window: how to simplify/accelerate r.mapcalc?

2014-05-31 Thread Helmut Kudrnovsky
>The most straightforward change is to eliminate the if() functions. >Any boolean value (e.g. the result of a comparison) is an integer, >with 1 for true, 0 for false. So "if(a"(a>>import grass.script as grass >>>offsets = [d for j in xrange(1,6+1) for i in [j,-j] for d in [(i,0),(0,i)

Re: [GRASS-dev] grass7 - python script - moving window: how to simplify/accelerate r.mapcalc?

2014-05-31 Thread Helmut Kudrnovsky
grass.mapcalc("%s" % expr) > >or > grass.mapcalc( expr ) [...] >GRASS_INFO_ERROR(8628,3): Kann 'C:\grassdata/nc_spm_08_grass7/user1/cell_misc/\/ >f_format' nicht finden. >GRASS_INFO_END(8628,3) >D2/3: G_file_name(): path = C:\grassdata/nc_spm_08_grass7/user1 > >GRASS_INFO_ERROR(5412,1): An

Re: [GRASS-dev] [GRASS GIS] #2314: output r.out.xyz

2014-05-31 Thread Huidae Cho
Check r60634. ^|& had to be escaped with ^^^. On Sat, May 31, 2014 at 7:19 AM, GRASS GIS wrote: > #2314: output r.out.xyz > > -+-- > Reporter: pvanbosgeo | Owner: grass-dev@ > … > Typ

Re: [GRASS-dev] [GRASS GIS] #2314: output r.out.xyz

2014-05-31 Thread GRASS GIS
#2314: output r.out.xyz -+-- Reporter: pvanbosgeo | Owner: grass-dev@… Type: defect | Status: new Priority: no

Re: [GRASS-dev] [GRASS GIS] #2314: output r.out.xyz

2014-05-31 Thread GRASS GIS
#2314: output r.out.xyz -+-- Reporter: pvanbosgeo | Owner: grass-dev@… Type: defect | Status: new Priority: no

Re: [GRASS-dev] libLAS on Ubuntu 14.04

2014-05-31 Thread Yann Chemin
Looking into the Wiki page I got FFMPEG configured by this: sudo apt-get install libffms2-dev and from wiki page: --with-ffmpeg=yes \ --with-ffmpeg-includes="/usr/include/libavcodec /usr/include/libavformat /usr/include/libswscale /usr/include/libavutil" On 31/05/2014, Vaclav Petras wrote: >

Re: [GRASS-dev] [GRASS GIS] #2314: output r.out.xyz

2014-05-31 Thread GRASS GIS
#2314: output r.out.xyz -+-- Reporter: pvanbosgeo | Owner: grass-dev@… Type: defect | Status: new Priority: no

Re: [GRASS-dev] [GRASS GIS] #2314: output r.out.xyz

2014-05-31 Thread GRASS GIS
#2314: output r.out.xyz -+-- Reporter: pvanbosgeo | Owner: grass-dev@… Type: defect | Status: new Priority: no

Re: [GRASS-dev] grass7 - python script - moving window: how to simplify/accelerate r.mapcalc?

2014-05-31 Thread Helmut Kudrnovsky
grass.mapcalc( expr ) >None > >now the calculation works. for the record, there is now a wiki entry for this. http://grasswiki.osgeo.org/wiki/GRASS_Python_Scripting_Library#r.mapcalc_example:_defining_a_moving_window - best regards Helmut -- View this message in context: http://osgeo

Re: [GRASS-dev] [GRASS GIS] #2314: output r.out.xyz

2014-05-31 Thread GRASS GIS
#2314: output r.out.xyz -+-- Reporter: pvanbosgeo | Owner: grass-dev@… Type: defect | Status: new Priority: no

Re: [GRASS-dev] 6.4.4 planning

2014-05-31 Thread Markus Neteler
On Mon, May 26, 2014 at 12:58 PM, Moritz Lennert wrote: ... > - Real freeze of grass64_release at the end of this week. This means that > any backports from grass6_devel should happen before that moment. But only > non-invasive and well-tested elements should be backported. Seems nothing got back

Re: [GRASS-dev] grass7 - python script - moving window: how to simplify/accelerate r.mapcalc?

2014-05-31 Thread Glynn Clements
Helmut Kudrnovsky wrote: > but then while do > > >>>grass.mapcalc("%s" % expr) > > or > > >>>grass.mapcalc( expr ) > > an error raise up with following message with DEBUG=3 > > GRASS 7.1.svn> D2/3: G_file_name(): path = > C:\grassdata/nc_spm_08_grass7/user1 > D1/3: G_find_raster2(): name=\ m

Re: [GRASS-dev] grass7 - python script - moving window: how to simplify/accelerate r.mapcalc?

2014-05-31 Thread Glynn Clements
Helmut Kudrnovsky wrote: > to answer my own question, new lines are not recognized correctly in the > expression, I should have read your follow-up before sending my reply. But, for future reference, can you test the other two options (using CR+LF, and using write_command())? -- Glynn Clement

Re: [GRASS-dev] [GRASS GIS] #2314: output r.out.xyz

2014-05-31 Thread GRASS GIS
#2314: output r.out.xyz -+-- Reporter: pvanbosgeo | Owner: grass-dev@… Type: defect | Status: new Priority: no

Re: [GRASS-dev] [GRASS GIS] #2314: output r.out.xyz

2014-05-31 Thread GRASS GIS
#2314: output r.out.xyz -+-- Reporter: pvanbosgeo | Owner: grass-dev@… Type: defect | Status: new Priority: no