<br><br><div class="gmail_quote">On Wed, Feb 13, 2013 at 10:50 AM, Margherita Di Leo <span dir="ltr"><<a href="mailto:diregola@gmail.com" target="_blank">diregola@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br><br><div class="gmail_quote"><div><div class="h5">On Wed, Feb 13, 2013 at 10:36 AM, Rebecca Stedham <span dir="ltr"><<a href="mailto:rlstedham@btinternet.com" target="_blank">rlstedham@btinternet.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="font-size:12pt;font-family:garamond,new york,times,serif"><div><span style="font-family:garamond,'new york',times,serif"><span style="display:inline;float:none">Hello, <br><br>I am running i.maxlik in python</span> - attempting to automate a processing chain.<br>

I use the command:<br><br style="padding:0px;margin:0px">grass.run_command('i.maxlik', group= group, subgroup=subgroup, class='classification', sigfile = sigfile, verbose = True)<br style="padding:0px;margin:0px">

<br></span></div><div style="font-style:normal;font-size:16.363636016845703px;background-color:transparent;font-family:garamond,'new york',times,serif"><span style="font-family:garamond,'new york',times,serif">Infuriatingly, however <span style="font-weight:bold">'class'</span> is a python keyword and it doesn't run due to 'invalid syntax'.
  <br></span></div><div style="font-style:normal;font-size:16.363636016845703px;background-color:transparent;font-family:garamond,'new york',times,serif"><span style="font-family:garamond,'new york',times,serif"><br>

</span></div><div style="font-style:normal;font-size:16.363636016845703px;background-color:transparent;font-family:garamond,'new york',times,serif"><span style="font-family:garamond,'new york',times,serif">Would you know a way to work around this?<br>

</span></div></div></div></blockquote><div><br></div></div></div><div>yes there is a workaround, although not recommended, more or less sounds like:</div><div><br></div><div>import os</div><div><br></div><div>...</div><div>
<br></div>
<div>os.system("i.maxlik group=group subgroup=subgroup class'classification' sigfile=sigfile --v") </div><div><br></div><div>BTW I would suggest to report the issue in the trac, in order to prevent the use of reserved python keywords in the modules.</div>

<div><br></div><div>Thanks,</div><div>madi</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-size:12pt;font-family:garamond,new york,times,serif">

<div style="font-style:normal;font-size:16.363636016845703px;background-color:transparent;font-family:garamond,'new york',times,serif"><span style="font-family:garamond,'new york',times,serif"><br>Regards<br>

<br><span>Becky</span></span></div></div></div><br>_______________________________________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org" target="_blank">grass-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div><div><font color="#666666">Margherita DI LEO    </font></div><div><font color="#666666">Postdoctoral Researcher</font></div><div><font color="#666666"><br>

</font></div><div><font color="#666666">European Commission - DG JRC </font></div><div><font color="#666666">Institute for Environment and Sustainability (IES). Unit H03 – FRC</font></div><div><font color="#666666">Via Fermi, 2749</font></div>

<div><font color="#666666">I-21027 Ispra (VA) - Italy - TP 261</font></div><div><font color="#666666">       </font></div><div><font color="#666666">Tel. <a href="tel:%2B39%200332%2078%203600" value="+390332783600" target="_blank">+39 0332 78 3600</a>   </font></div>
<div><font color="#666666"><a href="mailto:margherita.di-leo@jrc.ec.europa.eu" target="_blank">margherita.di-leo@jrc.ec.europa.eu</a></font></div>
<div><font color="#666666"><br></font></div><div><font color="#666666">Disclaimer: The views expressed are purely those of the writer and may not in any circumstance be regarded as stating an official position of the European Commission.</font></div>

</div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div><div><font color="#666666">Margherita DI LEO    </font></div><div><font color="#666666">Postdoctoral Researcher</font></div><div><font color="#666666"><br>
</font></div><div><font color="#666666">European Commission - DG JRC </font></div><div><font color="#666666">Institute for Environment and Sustainability (IES). Unit H03 – FRC</font></div><div><font color="#666666">Via Fermi, 2749</font></div>
<div><font color="#666666">I-21027 Ispra (VA) - Italy - TP 261</font></div><div><font color="#666666">       </font></div><div><font color="#666666">Tel. +39 0332 78 3600   </font></div><div><font color="#666666"><a href="mailto:margherita.di-leo@jrc.ec.europa.eu" target="_blank">margherita.di-leo@jrc.ec.europa.eu</a></font></div>
<div><font color="#666666"><br></font></div><div><font color="#666666">Disclaimer: The views expressed are purely those of the writer and may not in any circumstance be regarded as stating an official position of the European Commission.</font></div>
</div>