On Wed, Feb 13, 2013 at 12:27 PM, Johannes Radinger <[email protected]> wrote: > Hi > > On Wed, Feb 13, 2013 at 10:36 AM, Rebecca Stedham > <[email protected]> wrote: >> Hello, >> >> I am running i.maxlik in python - attempting to automate a processing chain. >> I use the command: >> >> grass.run_command('i.maxlik', group= group, subgroup=subgroup, >> class='classification', sigfile = sigfile, verbose = True) >> >> Infuriatingly, however 'class' is a python keyword and it doesn't run due to >> 'invalid syntax'. > > I had a similar issue with v.distance which uses 'from', another python > keyword. > Here the pythoncode is '_from' which looks like: > grass.run_command("v.distance",_from="xxx",to="xxx",...) > > Maybe there is something similar for class ('_class'?) in i.maxlik.
Here a solution was suggested: http://gis.stackexchange.com/questions/50753/is-there-a-workaround-for-grass-i-maxlik-class-being-a-keyword-in-python Discussion to be continued in the grass-dev list, I have already posted there. Markus _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
