Greetings<div><br></div><div>I have built a GRASSPy Script to read a few text files (<a href="http://r.in.text.py">r.in.text.py</a>)</div><div>At the end of the file I do a return of a list of integers with:</div><div>values=[1,2,4,5,6,43,32,553,2]</div>
<div><br></div><div>return values </div><div><br></div><div>My question is: I have another GRASS python script that and I want to call <a href="http://r.in.text.py">r.in.text.py</a> to get these values.</div><div>What GRASS python functionality shall i use to retrieve these values? (I suppose grass.run_command is not a good idea).</div>
<div><br></div><div>THanks</div><div>Kat</div><div><br></div>