<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
I am hoping that some of the scripters out there might be able to help
me with this:
<p>I have exported a vector file using v.out.ascii.&nbsp; What I am trying
to do is create a 3d vector file as can be used in GRASS5.1.&nbsp; How
would one go about parsing the ascii vector file, using the L&nbsp; 5 as
the splitter.&nbsp; For example, I have this:
<br><tt>L&nbsp; 5</tt>
<br><tt>&nbsp;27.041325&nbsp;&nbsp;&nbsp; -81.988854</tt>
<br><tt>&nbsp;27.04215&nbsp;&nbsp;&nbsp;&nbsp; -81.988854</tt>
<br><tt>&nbsp;27.04215&nbsp;&nbsp;&nbsp;&nbsp; -81.988029</tt>
<br><tt>&nbsp;27.041325&nbsp;&nbsp;&nbsp; -81.988029</tt>
<br><tt>&nbsp;27.041325&nbsp;&nbsp;&nbsp; -81.988854</tt>
<br><tt>L&nbsp; 2</tt>
<br><tt>&nbsp;27.042149&nbsp;&nbsp;&nbsp; -81.988853</tt>
<br><tt>&nbsp;27.039242&nbsp;&nbsp;&nbsp; -81.985962</tt><tt></tt>
<p><tt>and want to add on the 3rd dimension as height.&nbsp; Wouldn't be
so difficult, however...I&nbsp;need to create several heights at each point
such that it would look like:</tt><tt></tt>
<p><tt>27.041325&nbsp;&nbsp;&nbsp; -81.988854 2</tt>
<pre><tt>27.041325&nbsp;&nbsp;&nbsp; -81.988854 3</tt></pre>

<pre><tt>etc etc...</tt></pre>

<pre><tt>I am basically wanting to create&nbsp;"barriers" as defined by the vector file.&nbsp; Any thoughts??</tt></pre>

<pre>--
LTJG Kevin Slover, NOAA
GIS Specialist/Meteorologist/Oceanographer
Tropical Prediction Center/Technical Support Branch
11691 SW 17th Street Miami FL 33165
(W) 305-229-4456&nbsp; (F) 305-553-1264</pre>
&nbsp;</html>