[GRASS-dev] Error importing DMS into standard format using v.in.ascii

Following the example given in
http://article.gmane.org/gmane.comp.gis.grass.devel/8368/match=v+in+ascii+dm
s

I'm trying to import D:M:S coordinates into a Lat-Long Location to create a
line vector:

echo "L 4 1
66:30:00W|44:15:00N
66:00:00W|44:15:00N
66:00:00W|44:00:00N
66:30:00W|44:00:00N" | v.in.ascii -n output=test format=standard
Error reading ascii file:
66:30:00W|44:15:00N
Building topology ...
0 primitives registered
0 areas built
0 isles built
Attaching islands:
Attaching centroids: Topology was built.
Number of nodes : 0
Number of primitives: 0
Number of points : 0
Number of lines : 0
Number of boundaries: 0
Number of centroids : 0
Number of areas : 0
Number of isles : 0

Any ideas what is causing this error?

~ Eric.

Patton, Eric wrote:

Following the example given in
http://article.gmane.org/gmane.comp.gis.grass.devel/8368/match=v+in+ascii+dms

I'm trying to import D:M:S coordinates into a Lat-Long Location to create a
line vector:

echo "L 4 1
66:30:00W|44:15:00N
66:00:00W|44:15:00N
66:00:00W|44:00:00N
66:30:00W|44:00:00N" | v.in.ascii -n output=test format=standard

Looking at the code, I see that DMS is only supported for
format=points; format=standard requires decimal values.

--
Glynn Clements <glynn@gclements.plus.com>