Re: [GRASS-dev] python: get results of r.stats call into list of lists of numericals instead of list of strings

2016-02-16 Thread Glynn Clements
Moritz Lennert wrote: > I need some help with python scripting. I'm running r.stats on two > raster maps such as this: > > rstats_results = gscript.read_command('r.stats', > input_=[a, b], > flags='n1', >

[GRASS-dev] python: get results of r.stats call into list of lists of numericals instead of list of strings

2016-02-12 Thread Moritz Lennert
Hi, I need some help with python scripting. I'm running r.stats on two raster maps such as this: rstats_results = gscript.read_command('r.stats', input_=[a, b], flags='n1', separator='comma',