<!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. What I am trying
to do is create a 3d vector file as can be used in GRASS5.1. How
would one go about parsing the ascii vector file, using the L 5 as
the splitter. For example, I have this:
<br><tt>L 5</tt>
<br><tt> 27.041325 -81.988854</tt>
<br><tt> 27.04215 -81.988854</tt>
<br><tt> 27.04215 -81.988029</tt>
<br><tt> 27.041325 -81.988029</tt>
<br><tt> 27.041325 -81.988854</tt>
<br><tt>L 2</tt>
<br><tt> 27.042149 -81.988853</tt>
<br><tt> 27.039242 -81.985962</tt><tt></tt>
<p><tt>and want to add on the 3rd dimension as height. Wouldn't be
so difficult, however...I need to create several heights at each point
such that it would look like:</tt><tt></tt>
<p><tt>27.041325 -81.988854 2</tt>
<pre><tt>27.041325 -81.988854 3</tt></pre>
<pre><tt>etc etc...</tt></pre>
<pre><tt>I am basically wanting to create "barriers" as defined by the vector file. 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 (F) 305-553-1264</pre>
</html>