<div dir="ltr"><div dir="ltr"><div dir="ltr">Hi Vaclav,</div><div dir="ltr">Thanks for your email, I could run the following lines with no problem in Jupyter: </div><div dir="ltr"><br><div><div>import os</div><div>import sys</div><div>import subprocess</div><div>from IPython.display import Image</div><div><br></div><div># create GRASS GIS runtime environment</div><div>gisbase = "f:\PROGRA~1\QGIS2~1.18\apps\grass\grass-7.4.1".strip()</div><div>os.environ['GISBASE'] = gisbase</div><div>sys.path.append(os.path.join(gisbase, "etc", "python"))</div></div><div><br></div><div><br></div><div>although when tried to run the following:</div><div><div><br></div><div>import grass.script as gs</div><div>import grass.script.setup as gsetup </div><div><br></div><div>again I got some errors:</div></div><div><pre style="color:rgb(0,0,0);font-size:14px;background-color:transparent;border:0px none rgb(0,0,0);border-radius:0px;box-sizing:border-box;line-height:16.94px;margin-top:0px;margin-bottom:0px;overflow:auto;padding:1px 0px;vertical-align:baseline;white-space:pre-wrap;word-break:break-all"><span class="gmail-ansi-red-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(178,43,49);font-weight:700">ModuleNotFoundError</span>                       Traceback (most recent call last)
<span class="gmail-ansi-green-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,116,39);font-weight:700">f:\PROGRA~1\QGIS2~1.18\apps\grass\grass-7.4.1\etc\python\grass\script\core.py</span> in <span class="gmail-ansi-cyan-fg" style="box-sizing:border-box;color:rgb(96,198,200)"><module></span><span class="gmail-ansi-blue-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,101,202);font-weight:700">()</span>
<span class="gmail-ansi-green-fg" style="box-sizing:border-box;color:rgb(0,162,80)">     38</span>     <span class="gmail-ansi-red-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(178,43,49);font-weight:700"># python2</span>
<span class="gmail-ansi-green-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,116,39);font-weight:700">---> 39</span><span class="gmail-ansi-yellow-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(178,125,18);font-weight:700">     </span><span class="gmail-ansi-green-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,116,39);font-weight:700">import</span> __builtin__
<span class="gmail-ansi-green-fg" style="box-sizing:border-box;color:rgb(0,162,80)">     40</span>     <span class="gmail-ansi-green-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,116,39);font-weight:700">from</span> os <span class="gmail-ansi-green-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,116,39);font-weight:700">import</span> environ

<span class="gmail-ansi-red-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(178,43,49);font-weight:700">ModuleNotFoundError</span>: No module named '__builtin__'

During handling of the above exception, another exception occurred:

<span class="gmail-ansi-red-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(178,43,49);font-weight:700">ImportError</span>                               Traceback (most recent call last)
<span class="gmail-ansi-green-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,116,39);font-weight:700"><ipython-input-3-cd30798f91ed></span> in <span class="gmail-ansi-cyan-fg" style="box-sizing:border-box;color:rgb(96,198,200)"><module></span><span class="gmail-ansi-blue-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,101,202);font-weight:700">()</span>
<span class="gmail-ansi-green-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,116,39);font-weight:700">----> 1</span><span class="gmail-ansi-yellow-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(178,125,18);font-weight:700"> </span><span class="gmail-ansi-green-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,116,39);font-weight:700">import</span> grass<span class="gmail-ansi-yellow-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(178,125,18);font-weight:700">.</span>script <span class="gmail-ansi-green-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,116,39);font-weight:700">as</span> gs
<span class="gmail-ansi-green-fg" style="box-sizing:border-box;color:rgb(0,162,80)">      2</span> <span class="gmail-ansi-green-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,116,39);font-weight:700">import</span> grass<span class="gmail-ansi-yellow-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(178,125,18);font-weight:700">.</span>script<span class="gmail-ansi-yellow-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(178,125,18);font-weight:700">.</span>setup <span class="gmail-ansi-green-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,116,39);font-weight:700">as</span> gsetup

<span class="gmail-ansi-green-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,116,39);font-weight:700">f:\PROGRA~1\QGIS2~1.18\apps\grass\grass-7.4.1\etc\python\grass\script\__init__.py</span> in <span class="gmail-ansi-cyan-fg" style="box-sizing:border-box;color:rgb(96,198,200)"><module></span><span class="gmail-ansi-blue-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,101,202);font-weight:700">()</span>
<span class="gmail-ansi-green-fg" style="box-sizing:border-box;color:rgb(0,162,80)">      3</span> <span class="gmail-ansi-green-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,116,39);font-weight:700">from</span> __future__ <span class="gmail-ansi-green-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,116,39);font-weight:700">import</span> absolute_import
<span class="gmail-ansi-green-fg" style="box-sizing:border-box;color:rgb(0,162,80)">      4</span> 
<span class="gmail-ansi-green-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,116,39);font-weight:700">----> 5</span><span class="gmail-ansi-yellow-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(178,125,18);font-weight:700"> </span><span class="gmail-ansi-green-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,116,39);font-weight:700">from</span> <span class="gmail-ansi-yellow-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(178,125,18);font-weight:700">.</span>core   <span class="gmail-ansi-green-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,116,39);font-weight:700">import</span> <span class="gmail-ansi-yellow-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(178,125,18);font-weight:700">*</span>
<span class="gmail-ansi-green-fg" style="box-sizing:border-box;color:rgb(0,162,80)">      6</span> <span class="gmail-ansi-green-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,116,39);font-weight:700">from</span> <span class="gmail-ansi-yellow-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(178,125,18);font-weight:700">.</span>db     <span class="gmail-ansi-green-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,116,39);font-weight:700">import</span> <span class="gmail-ansi-yellow-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(178,125,18);font-weight:700">*</span>
<span class="gmail-ansi-green-fg" style="box-sizing:border-box;color:rgb(0,162,80)">      7</span> <span class="gmail-ansi-green-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,116,39);font-weight:700">from</span> <span class="gmail-ansi-yellow-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(178,125,18);font-weight:700">.</span>raster <span class="gmail-ansi-green-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,116,39);font-weight:700">import</span> <span class="gmail-ansi-yellow-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(178,125,18);font-weight:700">*</span>

<span class="gmail-ansi-green-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,116,39);font-weight:700">f:\PROGRA~1\QGIS2~1.18\apps\grass\grass-7.4.1\etc\python\grass\script\core.py</span> in <span class="gmail-ansi-cyan-fg" style="box-sizing:border-box;color:rgb(96,198,200)"><module></span><span class="gmail-ansi-blue-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,101,202);font-weight:700">()</span>
<span class="gmail-ansi-green-fg" style="box-sizing:border-box;color:rgb(0,162,80)">     42</span>     <span class="gmail-ansi-red-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(178,43,49);font-weight:700"># python3</span>
<span class="gmail-ansi-green-fg" style="box-sizing:border-box;color:rgb(0,162,80)">     43</span>     <span class="gmail-ansi-green-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,116,39);font-weight:700">import</span> builtins <span class="gmail-ansi-green-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,116,39);font-weight:700">as</span> __builtin__
<span class="gmail-ansi-green-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,116,39);font-weight:700">---> 44</span><span class="gmail-ansi-yellow-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(178,125,18);font-weight:700">     </span><span class="gmail-ansi-green-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,116,39);font-weight:700">from</span> os <span class="gmail-ansi-green-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,116,39);font-weight:700">import</span> environb <span class="gmail-ansi-green-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,116,39);font-weight:700">as</span> environ
<span class="gmail-ansi-green-fg" style="box-sizing:border-box;color:rgb(0,162,80)">     45</span>     unicode <span class="gmail-ansi-yellow-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(178,125,18);font-weight:700">=</span> str
<span class="gmail-ansi-green-fg" style="box-sizing:border-box;color:rgb(0,162,80)">     46</span> __builtin__<span class="gmail-ansi-yellow-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(178,125,18);font-weight:700">.</span>__dict__<span class="gmail-ansi-yellow-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(178,125,18);font-weight:700">[</span><span class="gmail-ansi-blue-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,101,202);font-weight:700">'_'</span><span class="gmail-ansi-yellow-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(178,125,18);font-weight:700">]</span> <span class="gmail-ansi-yellow-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(178,125,18);font-weight:700">=</span> __builtin__<span class="gmail-ansi-yellow-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(178,125,18);font-weight:700">.</span>__dict__<span class="gmail-ansi-yellow-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(178,125,18);font-weight:700">[</span><span class="gmail-ansi-blue-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(0,101,202);font-weight:700">'_'</span><span class="gmail-ansi-yellow-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(178,125,18);font-weight:700">]</span><span class="gmail-ansi-yellow-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(178,125,18);font-weight:700">.</span>__self__<span class="gmail-ansi-yellow-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(178,125,18);font-weight:700">.</span>lgettext

<span class="gmail-ansi-red-intense-fg gmail-ansi-bold" style="box-sizing:border-box;color:rgb(178,43,49);font-weight:700">ImportError</span>: cannot import name 'environb' from 'os' (f:\ProgramData\Anaconda3\lib\os.py)
</pre><pre style="color:rgb(0,0,0);font-size:14px;background-color:transparent;border:0px none rgb(0,0,0);border-radius:0px;box-sizing:border-box;line-height:16.94px;margin-top:0px;margin-bottom:0px;overflow:auto;padding:1px 0px;vertical-align:baseline;white-space:pre-wrap;word-break:break-all"><br></pre><pre style="color:rgb(0,0,0);font-size:14px;background-color:transparent;border:0px none rgb(0,0,0);border-radius:0px;box-sizing:border-box;line-height:16.94px;margin-top:0px;margin-bottom:0px;overflow:auto;padding:1px 0px;vertical-align:baseline;white-space:pre-wrap;word-break:break-all"><br></pre><pre style="color:rgb(0,0,0);font-size:14px;background-color:transparent;border:0px none rgb(0,0,0);border-radius:0px;box-sizing:border-box;line-height:16.94px;margin-top:0px;margin-bottom:0px;overflow:auto;padding:1px 0px;vertical-align:baseline;white-space:pre-wrap;word-break:break-all">Do you have any idea why it is happening?</pre><pre style="color:rgb(0,0,0);font-size:14px;background-color:transparent;border:0px none rgb(0,0,0);border-radius:0px;box-sizing:border-box;line-height:16.94px;margin-top:0px;margin-bottom:0px;overflow:auto;padding:1px 0px;vertical-align:baseline;white-space:pre-wrap;word-break:break-all"><br></pre><pre style="color:rgb(0,0,0);font-size:14px;background-color:transparent;border:0px none rgb(0,0,0);border-radius:0px;box-sizing:border-box;line-height:16.94px;margin-top:0px;margin-bottom:0px;overflow:auto;padding:1px 0px;vertical-align:baseline;white-space:pre-wrap;word-break:break-all"><br></pre><pre style="color:rgb(0,0,0);font-size:14px;background-color:transparent;border:0px none rgb(0,0,0);border-radius:0px;box-sizing:border-box;line-height:16.94px;margin-top:0px;margin-bottom:0px;overflow:auto;padding:1px 0px;vertical-align:baseline;white-space:pre-wrap;word-break:break-all">I have windows 10 on this machine and grass version 7.4.1 is installed.</pre><pre style="color:rgb(0,0,0);font-size:14px;background-color:transparent;border:0px none rgb(0,0,0);border-radius:0px;box-sizing:border-box;line-height:16.94px;margin-top:0px;margin-bottom:0px;overflow:auto;padding:1px 0px;vertical-align:baseline;white-space:pre-wrap;word-break:break-all"><br></pre><pre style="color:rgb(0,0,0);font-size:14px;background-color:transparent;border:0px none rgb(0,0,0);border-radius:0px;box-sizing:border-box;line-height:16.94px;margin-top:0px;margin-bottom:0px;overflow:auto;padding:1px 0px;vertical-align:baseline;white-space:pre-wrap;word-break:break-all">Thanks,</pre><pre style="color:rgb(0,0,0);font-size:14px;background-color:transparent;border:0px none rgb(0,0,0);border-radius:0px;box-sizing:border-box;line-height:16.94px;margin-top:0px;margin-bottom:0px;overflow:auto;padding:1px 0px;vertical-align:baseline;white-space:pre-wrap;word-break:break-all"><br></pre><pre style="color:rgb(0,0,0);font-size:14px;background-color:transparent;border:0px none rgb(0,0,0);border-radius:0px;box-sizing:border-box;line-height:16.94px;margin-top:0px;margin-bottom:0px;overflow:auto;padding:1px 0px;vertical-align:baseline;white-space:pre-wrap;word-break:break-all">Mehrdad</pre><pre style="color:rgb(0,0,0);font-size:14px;background-color:transparent;border:0px none rgb(0,0,0);border-radius:0px;box-sizing:border-box;line-height:16.94px;margin-top:0px;margin-bottom:0px;overflow:auto;padding:1px 0px;vertical-align:baseline;white-space:pre-wrap;word-break:break-all"><br></pre><br class="gmail-Apple-interchange-newline"></div><div><div class="gmail-container" id="gmail-notebook-container" style="box-sizing:border-box;clear:none;color:rgb(0,0,0);font-size:14px;font-variant-numeric:normal;font-variant-east-asian:normal;margin-left:390px;margin-right:390px;min-height:0px;padding:15px;width:1140px"><div tabindex="2" class="gmail-cell gmail-code_cell gmail-unrendered gmail-unselected" style="background:none 0% 0%/auto repeat scroll padding-box border-box transparent;border-color:transparent;border-radius:2px;border-style:solid;border-width:1px;box-sizing:border-box;display:flex;height:42.14px;margin:0px;outline-style:none;outline-width:0px;overflow:visible;padding:5px;width:1110px"><br><div class="gmail-output_wrapper" style="box-sizing:border-box;display:flex"><div title="click to expand output; double click to hide output" class="gmail-out_prompt_overlay gmail-prompt" style="border-radius:2px;box-sizing:border-box;font-family:monospace;height:0px;line-height:16.94px;margin:0px;min-width:96.13px;padding:0px 5.6px;text-align:right"></div><div class="gmail-output" style="box-sizing:border-box;display:flex"></div></div></div></div></div></div></div></div><div hspace="streak-pt-mark" style="max-height:1px"><img alt="" style="width:0px;max-height:0px;overflow:hidden" src="https://mailfoogae.appspot.com/t?sender=admFyZWRpQGdtYWlsLmNvbQ%3D%3D&type=zerocontent&guid=3f144a56-2080-4c03-afb6-893db369f8c7"><font color="#ffffff" size="1">ᐧ</font></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Oct 10, 2018 at 9:55 AM Vaclav Petras <<a href="mailto:wenzeslaus@gmail.com">wenzeslaus@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Tue, Oct 9, 2018 at 9:25 PM Mehrdad Varedi <<a href="mailto:varedi@gmail.com" target="_blank">varedi@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><p class="MsoNormal" style="margin:0in 0in 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span style="font-size:12pt;font-family:Arial,sans-serif;background-image:initial;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial">Hi Everyone,</span><span style="font-size:12pt;font-family:"Times New Roman",serif"></span></p>

<p class="MsoNormal" style="margin:0in 0in 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span style="font-size:12pt;font-family:Arial,sans-serif">I want to develop a program using GRASS python libraries in Jupyter(on Azure). All codes begin with: </span></p>

<p class="MsoNormal" style="margin:0in 0in 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><b><span style="font-size:10pt;font-family:"Courier New";color:rgb(0,112,32)"><br></span></b></p><p class="MsoNormal" style="margin:0in 0in 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><b><span style="font-size:10pt;font-family:"Courier New";color:rgb(0,112,32)">import</span></b><span style="font-size:10pt;font-family:"Courier New";color:darkblue"> </span><b><span style="font-size:10pt;font-family:"Courier New";color:rgb(14,132,181)">grass.script</span></b><span style="font-size:10pt;font-family:"Courier New";color:darkblue"> </span><b><span style="font-size:10pt;font-family:"Courier New";color:rgb(0,112,32)">as</span></b><span style="font-size:10pt;font-family:"Courier New";color:darkblue"> </span><b><span style="font-size:10pt;font-family:"Courier New";color:rgb(14,132,181)">gscript</span></b><span style="font-size:10pt;font-family:"Courier New";color:darkblue"></span></p>

<p class="MsoNormal" style="margin:0in 0in 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span style="font-size:10pt;font-family:"Courier New";color:black"><br></span></p><p class="MsoNormal" style="margin:0in 0in 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span style="font-size:10pt;font-family:"Courier New";color:black">of course the grass.script is not available in Jupyter. I tried to install GRASS </span><span style="font-size:10pt;font-family:"Courier New""></span></p>

<p class="MsoNormal" style="margin:0in 0in 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span style="font-size:10pt;font-family:"Courier New"">I used: !pip install GRASS </span></p>

<p class="MsoNormal" style="margin:0in 0in 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span style="font-size:10pt;font-family:"Courier New";color:black">and it worked like a charm, although I can't have access to grass.script. </span><span style="font-size:10pt;font-family:"Courier New""></span></p>

<p class="MsoNormal" style="margin:0in 0in 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span style="font-size:10pt;font-family:"Courier New";color:black">Sorry if it is a silly question, although I apreciate any idea to begin programming GRASS on Azure. </span></p></div></blockquote><div><br></div><div><br></div><div>Hi Mehrdad,</div><div><br></div><div>the package you installed is not GRASS GIS. Install GRASS GIS using whatever is appropriate for your platform (e.g. using apt install grass on Ubuntu, but ideally after connecting PPA in this case). Then there is couple of approaches how to use GRASS GIS with Jupyter. The one I prefer is starting Jupyter Notebook and than starting GRASS GIS from there:</div><div><br></div><div><a href="https://github.com/wenzeslaus/geospatial-modeling-course-jupyter/blob/master/notebooks/buffers_cost_python.ipynb" target="_blank">https://github.com/wenzeslaus/geospatial-modeling-course-jupyter/blob/master/notebooks/buffers_cost_python.ipynb</a><br></div><div><br></div><div>See also:<br></div><div><br></div><div>[GRASS-dev] Package grass installed by pip is not GRASS GIS<br></div><div></div><div><a href="https://lists.osgeo.org/pipermail/grass-dev/2018-October/090191.html" target="_blank">https://lists.osgeo.org/pipermail/grass-dev/2018-October/090191.html</a><br></div><div> </div><div>Best,<br></div><div>Vaclav<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><p class="MsoNormal" style="margin:0in 0in 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span style="font-size:10pt;font-family:"Courier New""></span></p>

<br>

<p class="MsoNormal" style="margin:0in 0in 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span style="font-size:10pt;font-family:"Courier New";color:black">I appreciate any help you can provide,</span><span style="font-size:10pt;font-family:"Courier New""></span></p>

<p class="MsoNormal" style="margin:0in 0in 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span style="font-size:10pt;font-family:"Courier New""> </span></p>

<p class="MsoNormal" style="margin:0in 0in 0.0001pt;line-height:normal;font-size:11pt;font-family:Calibri,sans-serif"><span style="font-size:10pt;font-family:"Courier New";color:black">Mehrdad</span><span style="font-size:10pt;font-family:"Courier New""></span></p>

<div><div><pre style="padding:5px;border-left:medium none;border-right:medium none">-- <br></pre></div><div dir="ltr" class="m_-4977708854334942013gmail-m_2830990938484147590gmail_signature">Mehrdad Varedi</div></div></div><div hspace="streak-pt-mark" style="max-height:1px"><img alt="" style="width:0px;max-height:0px;overflow:hidden" src="https://mailfoogae.appspot.com/t?sender=admFyZWRpQGdtYWlsLmNvbQ%3D%3D&type=zerocontent&guid=6e93d4c2-4a39-41a0-9f15-acff8f651af1"><font size="1" color="#ffffff">ᐧ</font></div>
_______________________________________________<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="https://lists.osgeo.org/mailman/listinfo/grass-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/grass-user</a></blockquote></div></div></div></div></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Mehrdad Varedi</div>