[GRASS-user] degree - time conversion

achim ak7 at jupiter.uni-freiburg.de
Wed Sep 30 06:03:50 EDT 2009


...I just need the pure conversion from decimal to sexagesimal(;-)) to
convert the output of eg.:
v.to.db -p map=lines at 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 <ak7 at 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


More information about the grass-user mailing list