[GRASS-dev] cache in i.atcorr and background run

2013-06-22 Thread Yann Chemin
Hi, I would like to run i.atcorr on several bands simultaneously. Is the cache privately allocated to each run? Thank you, Yann -- ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #1442: GRASS 7: d.grid layout suboptimal

2013-06-22 Thread GRASS GIS
#1442: GRASS 7: d.grid layout suboptimal -+-- Reporter: neteler | Owner: hamish Type: defect | Status: assigned Priority: normal | Milestone: 7.0.0 Component: Display | Version:

Re: [GRASS-dev] [GRASS GIS] #1410: scalebar displays multiples north arrows

2013-06-22 Thread GRASS GIS
#1410: scalebar displays multiples north arrows -+-- Reporter: cmbarton | Owner: grass-dev@… Type: defect | Status: new

Re: [GRASS-dev] [GRASS GIS] #1618: d.rast.arrow displaying incorrectly in GRASS 7

2013-06-22 Thread GRASS GIS
#1618: d.rast.arrow displaying incorrectly in GRASS 7 --+- Reporter: cmbarton | Owner: grass-dev@… Type: defect| Status: new Priority: normal|

Re: [GRASS-dev] [GRASS GIS] #1324: DebCheck QA: Undefined behaviour- variable is used wrong in call to sprintf or snprintf

2013-06-22 Thread GRASS GIS
#1324: DebCheck QA: Undefined behaviour- variable is used wrong in call to sprintf or snprintf -+ Reporter: hamish

[GRASS-dev] GSOC wk1 checkin

2013-06-22 Thread Tim Bailey
Tim Bailey Horizon Based Interpolation module for GRASS Google Summer of Code Week 1 check in Friday, June 21 2013 Hi everyone, During this first week of coding I have been working on input specifications for the horizon descriptions interpolation module. Several early technical challenges

Re: [GRASS-dev] GSOC wk1 checkin

2013-06-22 Thread Martin Landa
Hi Tim, thanks for your report. Just small reminder that this report should be sent in copy also to `s...@lists.osgeo.org` ML. Martin ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

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

2013-06-22 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] Unexpected EVI range from i.vi

2013-06-22 Thread Markus Metz
On Fri, Jun 21, 2013 at 10:04 PM, Nikos Alexandris n...@nikosalexandris.net wrote: 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

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

2013-06-22 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-22 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-22 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] pyGRASS problem with r.sun

2013-06-22 Thread Yann Chemin
Hi, (svn trunk) r.sun in pyGRASS is somehow confused with data type for time option. Time option does work well as a float input directly in the shell. from pyGRASS it expects an integer. time=10.3321830777 Traceback (most recent call last): File ./python-pygrass.py, line 293, in module