<html><div><font face="Verdana" color="#0000ff" size="2"></font> Hi,<br>If you are on linux you can generate an ascii text file <br><pre>echo "north:   xxxxxx.xx" > your_ascii.txt
echo "south:   xxxxxx.xx" >> your_ascii.txt
echo "east:    xxxxxx.xx" >> your_ascii.txt
echo "west:    xxxxxx.xx" >> your_ascii.txt
echo "rows:    number of rows" >> your_ascii.txt
echo "cols:    number of cols"  >> your_ascii.txt1<br>seq 1 number of pixels >> your_ascii.txt1<br></pre>and then use <br><br>
<b>r.in.ascii</b><br>Cheers<br><br>stefano<br><br></div>
<blockquote style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px"><font face="Tahoma" size="2">-----Original Message-----<br><b>From:</b> Janet Choate [mailto:jsc.eco@gmail.com]<br><b>Sent:</b> Monday, September 17, 2012 04:05 PM<br><b>To:</b> grass-user@lists.osgeo.org<br><b>Subject:</b> [GRASS-user] generate a grid with sequential numbers<br><br></font>Hi all,<div>does anyone know how to generate a grid where the numbers are sequential?</div><div>i have used r.random.cells to create a grid, but grids are numbered, well, randomly.</div><div>thanx,</div><div>Janet</div>
</blockquote></html>