<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Mar 20, 2015 at 4:41 PM, Nikos Alexandris <span dir="ltr"><<a href="mailto:nik@nikosalexandris.net" target="_blank">nik@nikosalexandris.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">On 20.03.2015 22:27, Vaclav Petras wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Hi Nikos,<br>
<br>
On Fri, Mar 20, 2015 at 4:07 PM, Nikos Alexandris <<a href="mailto:nik@nikosalexandris.net" target="_blank">nik@nikosalexandris.net</a>><br>
wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Hi list, @Anna, @Vaclac<br>
<br>
is there interest to add support for the Linke Turbidity (as an input) to<br>
the r.sun.daily script?<br>
<br>
there certainly is interest is that (although not from me :-). I just<br>
</blockquote>
don't have time to do it. You might be able to add it there. I can do the<br>
code review then.<br>
</blockquote>
<br></span>
On-sight, looks as easy as adding another parameter update along with the necessary additions which an update like this will require to the rest of the script.<br>
<br></blockquote><div>There is some simple test (pre-dating testing framework), so you can also try to update that. At least add there the new option combinations you will add.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
If I retouch the script, may I replace globally, wherever applicable, the "%s" % var stuff with '{s}'.format(s=var} ?<span class=""><font color="#888888"><br>
<br></font></span></blockquote><div>Yes please! My approach (usually) is to use %s when there is one item and  format() for more items. But generally, format() seems the best choice.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class=""><font color="#888888">
Nikos<br>
</font></span></blockquote></div><br></div></div>