|
Just a python comment. (I'm not sure it will make any difference,
but it makes the "run_command" cleaner) See below: On 05/15/2015 05:02 PM, Jake Chila
wrote:
# Set variables for the column names col = bnum+"_median" qcol = "bright"+col It seems to me that the '%s' is unnecessary here. bnum should already be a string variable so "column_prefix = bnum" should be fine.
Here just use: "qcolumm = qcol" (from above) And here "column = col" (from above)
|
_______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
