<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffcc" text="#000000">
<font face="Helvetica, Arial, sans-serif">Hi List,<br>
I have two ascii files with points:<br>
<br>
way points:<br>
</font><font face="Helvetica, Arial, sans-serif">#N|E|Height|name<br>
</font><font face="Helvetica, Arial, sans-serif">4416857|5359613|411|040<br>
4416926|5359382|419|041<br>
4416572|5358196|431|042<br>
<br>
</font><font face="Helvetica, Arial, sans-serif">and track points:</font><br>
<font face="Helvetica, Arial, sans-serif">#N|E|Height</font><br>
<font face="Helvetica, Arial, sans-serif">4416930|5360187|407<br>
4416921|5360166|408<br>
4416914|5360153|409<br>
4416900|5360127|409<br>
<br>
I imported them with v.in.ascii to vector layers <br>
<br>
cat tp.csv | v.in.ascii -z z=3 cat=0 out=tp_point01 columns='x double,
y double, z double' <br>
<br>
cat wp.csv | v.in.ascii -z z=3 cat=0 out=wp_point01 columns='x double,
y double, z double,label_name varchar(20)'<br>
<br>
Now first I want to interpolate them to raster files<br>
I used <br>
v.to.rast *p_point01 o=*p_p01_ras  u=z<br>
I couldn't keep the label 'name' in way points but I don't care.<br>
<br>
So how to hull the outer points in one area/mask to interpolate only
the inner area<br>
( I want to integrate this area in another DTM with r.mapcalc
afterwards)<br>
I read about a command named s.hull but there are no site - 's.' -
commands in my
version (6.2.2 cvs on Ubuntu)<br>
<br>
And which command may the best to interpolate the model?<br>
r.surf.???<br>
<br>
Thx a lot for hints<br>
<br>
Om shantih<br>
Philipp<br>
<br>
<br>
<br>
</font>
</body>
</html>