[GRASS-user] degree - time conversion

Markus Neteler neteler at osgeo.org
Wed Sep 30 05:54:06 EDT 2009


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