<html><head></head><body><div class="yahoo-style-wrap" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px;"><div dir="ltr" data-setdir="false">Dear all,</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">I have been following some forums and instructions from GRASS documentation to be able to write new GRASS addons - or what I call an addon, basically a python script that does what I want, and follow the same standards of published GRASS addons, with description of the addon and usage, parameters etc, followed be the script with procedures.</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">It seems to work, but I am not sure how I can test them as GRASS addons. Right now, to be able to run them I need to call python like this:</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">python r.ls.func_connectivity.py input=map1 output=map1_func_connect gap_crossing=60</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">Is there a way <span><span style="color: rgb(0, 0, 0); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px;">I can run that without needing to call python and to use the ".py" in the end of the script? Like </span></span>a folder where I can place the files, or a way to build it as a formal GRASS addon. What I want is to be able to test it and use it (even if only locally for now) as</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false"><span><span style="color: rgb(0, 0, 0); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px;">r.ls.func_connectivity input=map1 output=map1_func_connect gap_crossing=60</span></span><br></div><div dir="ltr" data-setdir="false"><span><span style="color: rgb(0, 0, 0); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px;"><br></span></span></div><div dir="ltr" data-setdir="false"><span><span style="color: rgb(0, 0, 0); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px;">Is this documented somewhere?</span></span></div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false"><span><span style="color: rgb(0, 0, 0); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px;">Best wishes,</span></span></div><div dir="ltr" data-setdir="false"><span><span style="color: rgb(0, 0, 0); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px;">Bernardo</span></span></div><div dir="ltr" data-setdir="false"><br></div></div></body></html>