[GRASS-dev] g.proj not found

2013-06-21 Thread Luca Delucchi
Hi devs, just update grass7 and the gui doesn't start, the problem seems related to missing module g.proj, but I think probably is related to find_program. find_program('r.proj','help') and also find_program('r.proj') return false instead find_program('ls') return true the error is GRASS module

Re: [GRASS-dev] [GRASS GIS] #2008: grass.script's find_program() can't find modules

2013-06-21 Thread GRASS GIS
#2008: grass.script's find_program() can't find modules ---+ Reporter: hamish| Owner: grass-dev@… Type: defect| Status: reopened Priority: critical |

Re: [GRASS-dev] module input (multiple type) in pyGRASS

2013-06-21 Thread Pietro Zambelli
Hi Yann, On Friday 21 Jun 2013 10:48:14 Yann Chemin wrote: Hi, I am having trouble with multiple input in pyGRASS: Example: - b_in=[b1,b2,b3,b4,b5,b7] i.albedo(input=b_in, output=b_albedo, flags=lc, overwrite=OVR) input has a multiple raster band names requirement (6

Re: [GRASS-dev] g.proj not found

2013-06-21 Thread Markus Metz
On Fri, Jun 21, 2013 at 9:58 AM, Luca Delucchi lucadel...@gmail.com wrote: Hi devs, just update grass7 and the gui doesn't start, the problem seems related to missing module g.proj, but I think probably is related to find_program. find_program('r.proj','help') and also find_program('r.proj')

Re: [GRASS-dev] module input (multiple type) in pyGRASS

2013-06-21 Thread Yann Chemin
Hi Pietro, here is the summary of what I want to do... OVR=True pref='LE71340442011084PFS00_B' b1=pref[:-2]+.surf.1 b2=pref[:-2]+.surf.2 b3=pref[:-2]+.surf.3 b4=pref[:-2]+.surf.4 b5=pref[:-2]+.surf.5 b7=pref[:-2]+.surf.7 b_in=[b1,b2,b3,b4,b5,b7] b_albedo=pref[:-2]+.surf.albedo print

[GRASS-dev] pyGRASS send job to background

2013-06-21 Thread Yann Chemin
Hi, I have several jobs that can be run together, in BASH we can add at the end of the module command, is there a pyGRASS option we can throw to the same effect? Cheers, Yann -- ___ grass-dev mailing list grass-dev@lists.osgeo.org

Re: [GRASS-dev] pyGRASS send job to background

2013-06-21 Thread Pietro Zambelli
On Friday 21 Jun 2013 16:20:00 Yann Chemin wrote: I have several jobs that can be run together, in BASH we can add at the end of the module command, is there a pyGRASS option we can throw to the same effect? yes, the parameter is: finish_=False, in this way python will not wait the end of

Re: [GRASS-dev] module input (multiple type) in pyGRASS

2013-06-21 Thread Yann Chemin
i.albedo flag -c is generating a segfault on this, not anything to do with pyGRASS On 21 June 2013 16:13, Yann Chemin yche...@gmail.com wrote: Hi Pietro, here is the summary of what I want to do... OVR=True pref='LE71340442011084PFS00_B' b1=pref[:-2]+.surf.1 b2=pref[:-2]+.surf.2

Re: [GRASS-dev] pyGRASS send job to background

2013-06-21 Thread Pietro Zambelli
On Friday 21 Jun 2013 13:08:48 Pietro Zambelli wrote: Sorry I have to add this in the documentation... False, it was already in the code... I forgot to activate the foot with the special parameters... :-) Now if you ask for the doc in an interactive shell with: {{{ i.albedo? }}} You get:

Re: [GRASS-dev] pyGRASS send job to background

2013-06-21 Thread Hamish
Yann wrote: I have several jobs that can be run together, in BASH we can add at the end of the module command, is there a pyGRASS option we can throw to the same effect? fwiw the import grass.script way to do it is demonstrated in scripts/r3.in.xyz.py and i.landsat.rgb.py scripts. see also

Re: [GRASS-dev] g.proj not found

2013-06-21 Thread Hamish
Luca wrote: just update grass7 and the gui doesn't start, the problem seems related to missing module g.proj, but I think probably is related to find_program. find_program('r.proj','help') and also find_program('r.proj') return false instead find_program('ls') return true the error is

[GRASS-dev] [GRASS GIS] #2014: r.sun using EPSG:3031 projection gives strange results

2013-06-21 Thread GRASS GIS
#2014: r.sun using EPSG:3031 projection gives strange results ---+ Reporter: pierreroudier | Owner: grass-dev@… Type: defect | Status: new Priority: normal

Re: [GRASS-dev] [GRASS GIS] #2008: grass.script's find_program() can't find modules

2013-06-21 Thread GRASS GIS
#2008: grass.script's find_program() can't find modules ---+ Reporter: hamish| Owner: grass-dev@… Type: defect| Status: reopened Priority: critical |

[GRASS-dev] GSoC - T-Algebra - Weekly report

2013-06-21 Thread Thomas Leppelt
Hi all, the wiki page for my GSoC project now feature an overview, the project plan and the weekly reports. It can be found here: http://grasswiki.osgeo.org/wiki/GRASS_GSoC_2013_Temporal_GIS_Algebra_for_raster_and_vector_data_in_GRASS This week topics: - Extended the v.mapcalc module with a

Re: [GRASS-dev] [GRASS GIS] #2008: grass.script's find_program() can't find modules

2013-06-21 Thread GRASS GIS
#2008: grass.script's find_program() can't find modules ---+ Reporter: hamish| Owner: grass-dev@… Type: defect| Status: reopened Priority: critical |

Re: [GRASS-dev] [GRASS GIS] #2008: grass.script's find_program() can't find modules

2013-06-21 Thread GRASS GIS
#2008: grass.script's find_program() can't find modules ---+ Reporter: hamish| Owner: grass-dev@… Type: defect| Status: reopened Priority: critical |

Re: [GRASS-dev] [GRASS GIS] #2008: grass.script's find_program() can't find modules

2013-06-21 Thread GRASS GIS
#2008: grass.script's find_program() can't find modules ---+ Reporter: hamish| Owner: grass-dev@… Type: defect| Status: reopened Priority: critical |

Re: [GRASS-dev] [GRASS GIS] #1978: module GUIs: or enter values interactively should be opt-in

2013-06-21 Thread GRASS GIS
#1978: module GUIs: or enter values interactively should be opt-in +--- Reporter: hamish | Owner: grass-dev@… Type: defect | Status: new Priority: normal |

Re: [GRASS-dev] [GRASS GIS] #2008: grass.script's find_program() can't find modules

2013-06-21 Thread GRASS GIS
#2008: grass.script's find_program() can't find modules ---+ Reporter: hamish| Owner: grass-dev@… Type: defect| Status: reopened Priority: critical |

Re: [GRASS-dev] [GRASS GIS] #1978: module GUIs: or enter values interactively should be opt-in

2013-06-21 Thread GRASS GIS
#1978: module GUIs: or enter values interactively should be opt-in +--- Reporter: hamish | Owner: grass-dev@… Type: defect | Status: new Priority: normal |

Re: [GRASS-dev] Unexpected EVI range from i.vi

2013-06-21 Thread Nikos Alexandris
Markus Metz wrote: I think I figured it out: The EVI formula in i.vi is for MODIS. Nikos A: That's precise, EVI is MODIS specific. We should clearly describe this in the manual (I will try to alter the respective text). MM: From the literature, I gor the impression that EVI can be

Re: [GRASS-dev] Unexpected EVI range from i.vi

2013-06-21 Thread Nikos Alexandris
Markus, and whom this is of interest, do you care for a small diff for the manual? Like, - replace the reference (as you suggested) - mention that EVI is not consistent across different sensors due to its requirement for a blue-band input [0] Nikos --- [0] Zhangyan Jiang ; Alfredo R. Huete ;

[GRASS-dev] Weekly report #1 - GRASS Interactive Scatter Plot Tool

2013-06-21 Thread Štěpán Turek
Hello all,  1) What do I have completed this week?  I have been working on integration of the scatter plot tool with mapwindow. This week I was able to fully focus on my GSoC project for just first 2 days, than I had to deal with the last subject, which I have to finish this semester. 2)

Re: [GRASS-dev] [GRASS GIS] #2014: r.sun using EPSG:3031 projection gives strange results

2013-06-21 Thread GRASS GIS
#2014: r.sun using EPSG:3031 projection gives strange results ---+ Reporter: pierreroudier | Owner: grass-dev@… Type: defect | Status: new Priority: normal

Re: [GRASS-dev] [GRASS GIS] #1978: module GUIs: or enter values interactively should be opt-in

2013-06-21 Thread GRASS GIS
#1978: module GUIs: or enter values interactively should be opt-in +--- Reporter: hamish | Owner: grass-dev@… Type: defect | Status: new Priority: normal |