<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7650.28">
<TITLE>Re: [GRASS-user] import ascii error + how to build a tin</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>
<P><FONT SIZE=2>Thanks! It worked now.<BR>
<BR>
On Wed, 23 May 2007 16:32:02 +1200<BR>
Hamish <hamish_nospam@yahoo.com> wrote:<BR>
<BR>
> Ricardo Oliveira wrote:<BR>
> ><BR>
> > I am getting an error when importing a .xyz file with the<BR>
> > coordinates of a scene. The only reason i am looking at is the fact<BR>
> > that the z value is negative, and after the field separator (,).<BR>
> ..<BR>
> > Here is the error:<BR>
> > Error reading ascii file:<BR>
> > 1499.4708,4314.6574,-1.5260<BR>
><BR>
> what are the v.in.ascii command line options you are using?<BR>
> what version of GRASS?<BR>
> fs=, ?<BR>
><BR>
> why format=standard not format=point? If using format=standard you<BR>
> need to use the special format described in the v.in.ascii help page.<BR>
><BR>
> it should look like:<BR>
><BR>
> v.in.ascii in=points.txt out=new_map x=1 y=2 z=3 -z fs=, format=point<BR>
><BR>
><BR>
> > Also, after importing how should i build a surface (TIN)<BR>
><BR>
> Look at the v.surf.* modules. (technically a raster surface not a TIN)<BR>
><BR>
> > and create a shaded surface?<BR>
><BR>
> r.shaded.relief or NVIZ.<BR>
><BR>
><BR>
> Hamish<BR>
</FONT>
</P>
</BODY>
</HTML>