...I just need the pure conversion from decimal to sexagesimal(;-)) to
convert the output of eg.:
v.to.db -p map=li...@achim option=start
, which is decimal to D:M:S in the table.

Is there something like cs2cs?

A


Markus Neteler schrieb:
> On Wed, Sep 30, 2009 at 11:01 AM, achim <a...@jupiter.uni-freiburg.de> wrote:
>> ...by the way: is there a build in possibility to convert lat-long
>> degree coordinates in time coordinates? (to change this in a table)
> 
> From decimal to sexagesimal, try this:
> 
> cat file.csv | cs2cs -f "%.8f" +proj=latlong +datum=WGS84 \
>       +to +proj=latlong +datum=WGS84
> 
> cheers
> Markus
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to