Hi, Janet and all.<br><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
can anyone tell me how to make 2 rasters out of my 1 along a user specified<br>
line, or how to successfully digitize this?<br>
thank you,<br>
<br></blockquote><br>I wrote a small shell script 
<r.split.line> for splitting the raster map into parts with the 
line(s). Hope it will be useful.<br><br>--------------------------------------------------<br><div>./r.split.line -help<br>
<br>Description:<br> Split raster into parts with vector line(s). Lines MUST intersect the whole raster map.<br><br>Keywords:<br> raster,vector<br><br>Usage:<br> r.split.line raster=name line=name [--verbose] [--quiet]<br>

<br>Flags:<br> --v   Verbose module output<br> --q   Quiet module output<br><br>Parameters:<br>  raster   Name of input raster map<br>    line   Name of vector map with line(s)<br>---------------------------------------------------<br>

<br>The script is attached. <br><br>Spearfish example (raster <elevation.10m>) with animation in GIF:<br><a href="http://img708.imageshack.us/img708/7835/rsplitline.gif">http://img708.imageshack.us/img708/7835/rsplitline.gif</a><br>
<br>---------------------------------------------------</div>