<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000099">
    Does anybody has an example grass python script that deals with
    multiple layer input? For example with the input option below with
    #% multiple set to yes, I would like to create multiple variables,
    one for each map.<br>
    <br>
    #%option<br>
    #% key: input<br>
    #% type: string<br>
    #% gisprompt: old,cell,raster<br>
    #% required: yes<br>
    #% multiple: yes<br>
    #%end<br>
    <br>
    I am completely new to python, and besides python scripting
    tutorials and text books, for me using examples is a great way to
    accelerate the learning process. I have looked into the addon
    repository and scripts in the GRASS 7 SVN, but haven't found what I
    was looking for. <br>
    <br>
    More in general, does anybody have (simple) shell scripts that have
    now been converted in python scripts? I thought I had seen a page on
    the grass wiki where code snippets in shell and python were
    compared, but I can't find it.<br>
    <br>
    Cheers,<br>
    <br>
    Paulo<br>
  </body>
</html>