IMHO for development it is better to have a Linux or Unix environment. so that you can compile from source modify code again recompile and follow the chain. In windows you have msys shell but you need to do a lot to setup an environment.<div>

<br></div><div>so switch to *NIX and come back. please dont start os or distro wars. dont ask the list to recommend an OS or linux distro. please...<br><br><div class="gmail_quote">On Tue, Nov 15, 2011 at 12:23 PM, Sandip Maity <span dir="ltr">&lt;<a href="mailto:sandip.stesalit@gmail.com">sandip.stesalit@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div>Dear frnd,</div>
<div> </div>
<div>Thanks for your reply.</div>
<div> </div>
<div>But i am using grass 6.5 -wxpython in windows. I cant able to run r.watershed.</div>
<div> </div>
<div>Please tell me &quot;how can i get grass shell?&quot;</div>
<div> </div>
<div>please help me.</div><span class="HOEnZb"><font color="#888888">
<div> </div>
<div>Sandip</div></font></span><div class="HOEnZb"><div class="h5">
<div> </div>
<div><br><br> </div>
<div class="gmail_quote">On Mon, Nov 14, 2011 at 7:17 PM, Mohammed Rashad <span dir="ltr">&lt;<a href="mailto:mohammedrashadkm@gmail.com" target="_blank">mohammedrashadkm@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="border-left:#ccc 1px solid;margin:0px 0px 0px 0.8ex;padding-left:1ex" class="gmail_quote">you run from grass shell 
<div>r.watershed --interface-description 2&gt; gui.xml</div>
<div>open gui.xml in an text editor. parse the xml using some xml parsers i use pugixml and then create your own gui.</div>
<div>you can also make a standalone application if you link your application with libgrass* libraries</div>
<div><br></div>
<div>please see below your required xml output genreated by r.watershed</div>
<div>
<div>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;</div>
<div>&lt;!DOCTYPE task SYSTEM &quot;grass-interface.dtd&quot;&gt;</div>
<div>&lt;task name=&quot;r.watershed&quot;&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;description&gt;</div>
<div><span style="white-space:pre-wrap"></span>Watershed basin analysis program.</div>
<div><span style="white-space:pre-wrap"></span>&lt;/description&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;keywords&gt;</div>
<div><span style="white-space:pre-wrap"></span>raster</div>
<div><span style="white-space:pre-wrap"></span>&lt;/keywords&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;parameter name=&quot;elevation&quot; type=&quot;string&quot; required=&quot;yes&quot; multiple=&quot;no&quot;&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;description&gt;</div>
<div><span style="white-space:pre-wrap"></span>Input map: elevation on which entire analysis is based</div>
<div><span style="white-space:pre-wrap"></span>&lt;/description&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;keydesc&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;item order=&quot;1&quot;&gt;name&lt;/item&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/keydesc&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;gisprompt age=&quot;old&quot; element=&quot;cell&quot; prompt=&quot;raster&quot; /&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>Input_options</div>
<div><span style="white-space:pre-wrap"></span>&lt;/guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/parameter&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;parameter name=&quot;depression&quot; type=&quot;string&quot; required=&quot;no&quot; multiple=&quot;no&quot;&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;description&gt;</div>
<div><span style="white-space:pre-wrap"></span>Input map: locations of real depressions</div>
<div><span style="white-space:pre-wrap"></span>&lt;/description&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;keydesc&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;item order=&quot;1&quot;&gt;name&lt;/item&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/keydesc&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;gisprompt age=&quot;old&quot; element=&quot;cell&quot; prompt=&quot;raster&quot; /&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>Input_options</div>
<div><span style="white-space:pre-wrap"></span>&lt;/guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/parameter&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;parameter name=&quot;flow&quot; type=&quot;string&quot; required=&quot;no&quot; multiple=&quot;no&quot;&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;description&gt;</div>
<div><span style="white-space:pre-wrap"></span>Input map: amount of overland flow per cell</div>
<div><span style="white-space:pre-wrap"></span>&lt;/description&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;keydesc&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;item order=&quot;1&quot;&gt;name&lt;/item&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/keydesc&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;gisprompt age=&quot;old&quot; element=&quot;cell&quot; prompt=&quot;raster&quot; /&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>Input_options</div>
<div><span style="white-space:pre-wrap"></span>&lt;/guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/parameter&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;parameter name=&quot;disturbed.land&quot; type=&quot;string&quot; required=&quot;no&quot; multiple=&quot;no&quot;&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;description&gt;</div>
<div><span style="white-space:pre-wrap"></span>Input map or value: percent of disturbed land, for USLE</div>
<div><span style="white-space:pre-wrap"></span>&lt;/description&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;gisprompt age=&quot;old&quot; element=&quot;cell&quot; prompt=&quot;raster&quot; /&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>Input_options</div>
<div><span style="white-space:pre-wrap"></span>&lt;/guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/parameter&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;parameter name=&quot;blocking&quot; type=&quot;string&quot; required=&quot;no&quot; multiple=&quot;no&quot;&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;description&gt;</div>
<div><span style="white-space:pre-wrap"></span>Input map: terrain blocking overland surface flow, for USLE</div>
<div><span style="white-space:pre-wrap"></span>&lt;/description&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;keydesc&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;item order=&quot;1&quot;&gt;name&lt;/item&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/keydesc&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;gisprompt age=&quot;old&quot; element=&quot;cell&quot; prompt=&quot;raster&quot; /&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>Input_options</div>
<div><span style="white-space:pre-wrap"></span>&lt;/guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/parameter&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;parameter name=&quot;accumulation&quot; type=&quot;string&quot; required=&quot;no&quot; multiple=&quot;no&quot;&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;description&gt;</div>
<div><span style="white-space:pre-wrap"></span>Output map: number of cells that drain through each cell</div>
<div><span style="white-space:pre-wrap"></span>&lt;/description&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;keydesc&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;item order=&quot;1&quot;&gt;name&lt;/item&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/keydesc&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;gisprompt age=&quot;new&quot; element=&quot;cell&quot; prompt=&quot;raster&quot; /&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>Output_options</div>
<div><span style="white-space:pre-wrap"></span>&lt;/guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/parameter&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;parameter name=&quot;drainage&quot; type=&quot;string&quot; required=&quot;no&quot; multiple=&quot;no&quot;&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;description&gt;</div>
<div><span style="white-space:pre-wrap"></span>Output map: drainage direction</div>
<div><span style="white-space:pre-wrap"></span>&lt;/description&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;keydesc&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;item order=&quot;1&quot;&gt;name&lt;/item&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/keydesc&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;gisprompt age=&quot;new&quot; element=&quot;cell&quot; prompt=&quot;raster&quot; /&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>Output_options</div>
<div><span style="white-space:pre-wrap"></span>&lt;/guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/parameter&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;parameter name=&quot;basin&quot; type=&quot;string&quot; required=&quot;no&quot; multiple=&quot;no&quot;&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;description&gt;</div>
<div><span style="white-space:pre-wrap"></span>Output map: unique label for each watershed basin</div>
<div><span style="white-space:pre-wrap"></span>&lt;/description&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;keydesc&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;item order=&quot;1&quot;&gt;name&lt;/item&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/keydesc&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;gisprompt age=&quot;new&quot; element=&quot;cell&quot; prompt=&quot;raster&quot; /&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>Output_options</div>
<div><span style="white-space:pre-wrap"></span>&lt;/guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/parameter&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;parameter name=&quot;stream&quot; type=&quot;string&quot; required=&quot;no&quot; multiple=&quot;no&quot;&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;description&gt;</div>
<div><span style="white-space:pre-wrap"></span>Output map: stream segments</div>
<div><span style="white-space:pre-wrap"></span>&lt;/description&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;keydesc&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;item order=&quot;1&quot;&gt;name&lt;/item&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/keydesc&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;gisprompt age=&quot;new&quot; element=&quot;cell&quot; prompt=&quot;raster&quot; /&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>Output_options</div>
<div><span style="white-space:pre-wrap"></span>&lt;/guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/parameter&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;parameter name=&quot;half.basin&quot; type=&quot;string&quot; required=&quot;no&quot; multiple=&quot;no&quot;&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;description&gt;</div>
<div><span style="white-space:pre-wrap"></span>Output map: each half-basin is given a unique value</div>
<div><span style="white-space:pre-wrap"></span>&lt;/description&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;keydesc&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;item order=&quot;1&quot;&gt;name&lt;/item&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/keydesc&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;gisprompt age=&quot;new&quot; element=&quot;cell&quot; prompt=&quot;raster&quot; /&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>Output_options</div>
<div><span style="white-space:pre-wrap"></span>&lt;/guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/parameter&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;parameter name=&quot;visual&quot; type=&quot;string&quot; required=&quot;no&quot; multiple=&quot;no&quot;&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;description&gt;</div>
<div><span style="white-space:pre-wrap"></span>Output map: useful for visual display of results</div>
<div><span style="white-space:pre-wrap"></span>&lt;/description&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;keydesc&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;item order=&quot;1&quot;&gt;name&lt;/item&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/keydesc&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;gisprompt age=&quot;new&quot; element=&quot;cell&quot; prompt=&quot;raster&quot; /&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>Output_options</div>
<div><span style="white-space:pre-wrap"></span>&lt;/guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/parameter&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;parameter name=&quot;length.slope&quot; type=&quot;string&quot; required=&quot;no&quot; multiple=&quot;no&quot;&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;description&gt;</div>
<div><span style="white-space:pre-wrap"></span>Output map: slope length and steepness (LS) factor for USLE</div>
<div><span style="white-space:pre-wrap"></span>&lt;/description&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;keydesc&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;item order=&quot;1&quot;&gt;name&lt;/item&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/keydesc&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;gisprompt age=&quot;new&quot; element=&quot;cell&quot; prompt=&quot;raster&quot; /&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>Output_options</div>
<div><span style="white-space:pre-wrap"></span>&lt;/guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/parameter&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;parameter name=&quot;slope.steepness&quot; type=&quot;string&quot; required=&quot;no&quot; multiple=&quot;no&quot;&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;description&gt;</div>
<div><span style="white-space:pre-wrap"></span>Output map: slope steepness (S) factor for USLE</div>
<div><span style="white-space:pre-wrap"></span>&lt;/description&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;keydesc&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;item order=&quot;1&quot;&gt;name&lt;/item&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/keydesc&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;gisprompt age=&quot;new&quot; element=&quot;cell&quot; prompt=&quot;raster&quot; /&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>Output_options</div>
<div><span style="white-space:pre-wrap"></span>&lt;/guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/parameter&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;parameter name=&quot;threshold&quot; type=&quot;integer&quot; required=&quot;no&quot; multiple=&quot;no&quot;&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;description&gt;</div>
<div><span style="white-space:pre-wrap"></span>Input value: minimum size of exterior watershed basin</div>
<div><span style="white-space:pre-wrap"></span>&lt;/description&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>Input_options</div>
<div><span style="white-space:pre-wrap"></span>&lt;/guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/parameter&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;parameter name=&quot;max.slope.length&quot; type=&quot;float&quot; required=&quot;no&quot; multiple=&quot;no&quot;&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;description&gt;</div>
<div><span style="white-space:pre-wrap"></span>Input value: maximum length of surface flow, for USLE</div>
<div><span style="white-space:pre-wrap"></span>&lt;/description&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>Input_options</div>
<div><span style="white-space:pre-wrap"></span>&lt;/guisection&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/parameter&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;parameter name=&quot;convergence&quot; type=&quot;integer&quot; required=&quot;no&quot; multiple=&quot;no&quot;&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;label&gt;</div>
<div><span style="white-space:pre-wrap"></span>Convergence factor for MFD (1-10)</div>
<div><span style="white-space:pre-wrap"></span>&lt;/label&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;description&gt;</div>
<div><span style="white-space:pre-wrap"></span>1 = most diverging flow, 10 = most converging flow. Recommended: 5</div>
<div><span style="white-space:pre-wrap"></span>&lt;/description&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;default&gt;</div>
<div><span style="white-space:pre-wrap"></span>5</div>
<div><span style="white-space:pre-wrap"></span>&lt;/default&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/parameter&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;parameter name=&quot;memory&quot; type=&quot;integer&quot; required=&quot;no&quot; multiple=&quot;no&quot;&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;description&gt;</div>
<div><span style="white-space:pre-wrap"></span>Maximum memory to be used with -m flag (in MB)</div>
<div><span style="white-space:pre-wrap"></span>&lt;/description&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;default&gt;</div>
<div><span style="white-space:pre-wrap"></span>300</div>
<div><span style="white-space:pre-wrap"></span>&lt;/default&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/parameter&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;flag name=&quot;f&quot;&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;label&gt;</div>
<div><span style="white-space:pre-wrap"></span>Enable MFD flow (default is SFD (D8))</div>
<div><span style="white-space:pre-wrap"></span>&lt;/label&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;description&gt;</div>
<div><span style="white-space:pre-wrap"></span>SFD: single flow direction, MFD: multiple flow direction</div>
<div><span style="white-space:pre-wrap"></span>&lt;/description&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/flag&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;flag name=&quot;4&quot;&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;description&gt;</div>
<div><span style="white-space:pre-wrap"></span>Allow only horizontal and vertical flow of water</div>
<div><span style="white-space:pre-wrap"></span>&lt;/description&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/flag&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;flag name=&quot;m&quot;&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;label&gt;</div>
<div><span style="white-space:pre-wrap"></span>Enable disk swap memory option: Operation is slow</div>
<div><span style="white-space:pre-wrap"></span>&lt;/label&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;description&gt;</div>
<div><span style="white-space:pre-wrap"></span>Only needed if memory requirements exceed available RAM; see manual on how to calculate memory requirements</div>
<div><span style="white-space:pre-wrap"></span>&lt;/description&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/flag&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;flag name=&quot;a&quot;&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;label&gt;</div>
<div><span style="white-space:pre-wrap"></span>Use positive flow accumulation even for likely underestimates</div>
<div><span style="white-space:pre-wrap"></span>&lt;/label&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;description&gt;</div>
<div><span style="white-space:pre-wrap"></span>See manual for a detailed description of flow accumulation output</div>
<div><span style="white-space:pre-wrap"></span>&lt;/description&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/flag&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;flag name=&quot;overwrite&quot;&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;description&gt;</div>
<div><span style="white-space:pre-wrap"></span>Allow output files to overwrite existing files</div>
<div><span style="white-space:pre-wrap"></span>&lt;/description&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/flag&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;flag name=&quot;verbose&quot;&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;description&gt;</div>
<div><span style="white-space:pre-wrap"></span>Verbose module output</div>
<div><span style="white-space:pre-wrap"></span>&lt;/description&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/flag&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;flag name=&quot;quiet&quot;&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;description&gt;</div>
<div><span style="white-space:pre-wrap"></span>Quiet module output</div>
<div><span style="white-space:pre-wrap"></span>&lt;/description&gt;</div>
<div><span style="white-space:pre-wrap"></span>&lt;/flag&gt;</div>
<div>&lt;/task&gt;</div>
<div>
<div></div>
<div><br>
<div class="gmail_quote">On Mon, Nov 14, 2011 at 7:02 PM, Sandip Maity <span dir="ltr">&lt;<a href="mailto:sandip.stesalit@gmail.com" target="_blank">sandip.stesalit@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="border-left:#ccc 1px solid;margin:0px 0px 0px 0.8ex;padding-left:1ex" class="gmail_quote">
<div>Dear frnd,</div>
<div> </div>
<div>I want </div>
<div>1&gt; to keep input option on required screen.</div>
<div>2&gt; to keep only minimum size of exterior basis of input option.</div>
<div>3&gt; to keep first and third parameter of output option.</div>
<div>All are in first screen( with required screen) .</div>
<div> </div>
<div>please suggest me.</div>
<div> </div>
<div>thanks and regards.</div><span><font color="#888888">
<div> </div>
<div>Sandip.</div></font></span>
<div>
<div>
<div><br><br> </div>
<div class="gmail_quote">On Mon, Nov 14, 2011 at 5:30 PM, Mohammed Rashad <span dir="ltr">&lt;<a href="mailto:mohammedrashadkm@gmail.com" target="_blank">mohammedrashadkm@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="border-left:#ccc 1px solid;margin:0px 0px 0px 0.8ex;padding-left:1ex" class="gmail_quote">what are changes you are planing. pleasse be more secific 
<div>and dont be shy to ask on grass-dev 
<div>
<div></div>
<div><br><br>
<div class="gmail_quote">On Mon, Nov 14, 2011 at 5:27 PM, Sandip Maity <span dir="ltr">&lt;<a href="mailto:sandip.stesalit@gmail.com" target="_blank">sandip.stesalit@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="border-left:#ccc 1px solid;margin:0px 0px 0px 0.8ex;padding-left:1ex" class="gmail_quote">
<div><br>Dear frnd</div>
<div> </div>
<div>I am planning to change in GUI  for watershed basin analysis.</div>
<div> </div>
<div>Actually the GUI asking to many datas. I want to fixed the parameter to make easy to handle.</div>
<div> </div>
<div>please help me.</div>
<div> </div>
<div>thanking for your suggetion and waiting for more suggetion.</div>
<div> </div>
<div>sandip<br></div>
<div class="gmail_quote">On Mon, Nov 14, 2011 at 4:36 PM, Mohammed Rashad <span dir="ltr">&lt;<a href="mailto:mohammedrashadkm@gmail.com" target="_blank">mohammedrashadkm@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="border-left:#ccc 1px solid;margin:0px 0px 0px 0.8ex;padding-left:1ex" class="gmail_quote">move to grass-dev ML. 
<div>gui is not very active now a days. and be specific when asking questions</div>
<div>r.watershed is the module you are looking for...</div>
<div><br></div>
<div>folder is raster/r.watershed . Its not gui in python its C code you need to familiar with and in my opinion should swich to UNIX-like PC for these work and its my own opnion. </div>
<div><br></div>
<div>please dont start operating system wars!!!</div>
<div><br></div>
<div>gui is gnerated from an xml format .Each grass module have interface-description and based on that gui parsers will generate the form structure. What changes are you planning to make.?<br><br>
<div class="gmail_quote">
<div>
<div></div>
<div>On Fri, Nov 11, 2011 at 5:06 PM, Sandip Maity <span dir="ltr">&lt;<a href="mailto:sandip.stesalit@gmail.com" target="_blank">sandip.stesalit@gmail.com</a>&gt;</span> wrote:<br></div></div>
<blockquote style="border-left:#ccc 1px solid;margin:0px 0px 0px 0.8ex;padding-left:1ex" class="gmail_quote">
<div>
<div></div>
<div>
<div>Dear sir,</div>
<div> </div>
<div>I want to modify the existing code of watershed analysis.</div>
<div> </div>
<div>Please tell me in which file or folder i should go for changing the code?</div>
<div> </div>
<div>I have to change some or modify the form structure.</div>
<div> </div>
<div>Please help me.</div>
<div> </div>
<div>regards.</div><span><font color="#888888">
<div> </div>
<div><span style="background:yellow">Sandip</span>.</div></font></span><br></div></div>
<div>_______________________________________________<br>grass-gui mailing list<br><a href="mailto:grass-gui@lists.osgeo.org" target="_blank">grass-gui@lists.osgeo.org</a><br><a href="http://lists.osgeo.org/mailman/listinfo/grass-gui" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-gui</a><br>


<br></div></blockquote></div><font color="#888888"><br><br clear="all"><span><font color="#888888">
<div><br></div>-- <br>
<div><font face="arial, helvetica, sans-serif">Regards,</font></div><font face="arial, helvetica, sans-serif">   Mohammed Rashad K M</font> 
<div><font face="arial, helvetica, sans-serif">   M.S. (By Research) student<br>   Lab for Spatial Informatics<br>   Department of CSE<br>   International Institute of Information Technology</font></div>
<div><font face="arial, helvetica, sans-serif">   Hyderabad, India</font></div><br></font></span></font></div></blockquote></div><br></blockquote></div><br><br clear="all">
<div><br></div>-- <br>
<div><font face="arial, helvetica, sans-serif">Regards,</font></div><font face="arial, helvetica, sans-serif">   Mohammed Rashad K M</font> 
<div><font face="arial, helvetica, sans-serif">   M.S. (By Research) student<br>   Lab for Spatial Informatics<br>   Department of CSE<br>   International Institute of Information Technology</font></div>
<div><font face="arial, helvetica, sans-serif">   Hyderabad, India</font></div><br></div></div></div></blockquote></div><br></div></div></blockquote></div><br><br clear="all">
<div><br></div>-- <br>
<div><font face="arial, helvetica, sans-serif">Regards,</font></div><font face="arial, helvetica, sans-serif">   Mohammed Rashad K M</font> 
<div><font face="arial, helvetica, sans-serif">   M.S. (By Research) student<br>   Lab for Spatial Informatics<br>   Department of CSE<br>   International Institute of Information Technology</font></div>
<div><font face="arial, helvetica, sans-serif">   Hyderabad, India</font></div><br></div></div></div></blockquote></div><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div><font face="arial, helvetica, sans-serif">Regards,</font></div><font face="arial, helvetica, sans-serif">   Mohammed Rashad K M</font><div><font face="arial, helvetica, sans-serif">   M.S. (By Research) student<br>

   Lab for Spatial Informatics<br>   Department of CSE<br>   International Institute of Information Technology</font></div><div><font face="arial, helvetica, sans-serif">   Hyderabad, India</font></div><br>
</div>