[GRASS5] [bug #2993] (grass) v.in.ascii: DDD:MM:SS lat/lon as x,y input

this bug's URL: http://intevation.de/rt/webrt?serial_num=2993
-------------------------------------------------------------------------

Subject: v.in.ascii: DDD:MM:SS lat/lon as x,y input

It would be nice if v.in.ascii could take DDD:MM:SS formated lat/lon positions
as input for x= and y= columns.

then we could do the old trick:
d.where | v.in.ascii fs=space

also less spreadsheet error prone: (input from .csv files)
A = degree col
B = minutes col
Putting together with =CONCAT(A1, '.', B1/60) can lead to two decimal place
errors.
Putting together with =A1+B1/60 is wrong for lat in the southern hemisphere

correct formula to decimal degrees in a spreadsheet is a PITA and new users
will always overlook this the first time & get incorrect results.

Hamish

-------------------------------------------- Managed by Request Tracker