<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <DEFANGED_meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
You can still use dd, mm and ss format in this way.<br>
<br>
10d03\'54.21\"<br>
<br>
<br>
Hamish wrote:
<blockquote cite="mid20050225104600.42b71718.hamish_nospam@yahoo.com"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">I just upgraded to Grass 6.0.0beta2, and found out, that I have a
large problem. Earlier, I used to keep my data in plain text files in
the form:

10:34:23.23E        45:12:00.23N        0        "What a dump!"

In Grass 5.0, this type of data was easily imported through
s.in.ascii, but in the curretn version, s.in.ascii does not exist any
more, and v.in.ascii is not capable of reading files of this type. Is
there any way importing these files is possible, or do I have to
manually convert all of the data?
    </pre>
  </blockquote>
  <pre wrap=""><!---->

v.in.ascii is the module to use, but currently it does not support
DDD:MM:SS format for import coordinates (GRASS wish #2993).

For now Lat/lon coordinates must be given in decimal degrees.

e.g.

10.573112,45.200064,0,What a dump!


v.in.ascii fs=',' ...


I don't know if quoting text helps or if you need to use another
deliminator.




Hamish


  </pre>
</blockquote>
</body>
</html>