[GRASS-user] Obtaining long/lat data from GRASS points

Hi everyone,
Is there a way to obtain the long/lat of a point from GRASS? I need to import some locations from a layer into a GPS and I do not see an easy way to do this. Thanks for any help.
Chris

Sent from Windows Mail

What you need is the v.to.db module. It takes an “option=” parameter which you set to “coor” and also add the “column=” parameter with the names of the database columns that will hold the long/lat coordinates.

···

On 2014-07-22 22:14, cboscari@sbcglobal.net wrote:

Hi everyone,
Is there a way to obtain the long/lat of a point from GRASS? I need to import some locations from a layer into a GPS and I do not see an easy way to do this. Thanks for any help.
Chris

Sent from Windows Mail

This mail was received via Mail-SeCure System.

_______________________________________________
grass-user mailing list
[grass-user@lists.osgeo.org](mailto:grass-user@lists.osgeo.org)
[http://lists.osgeo.org/mailman/listinfo/grass-user](http://lists.osgeo.org/mailman/listinfo/grass-user)
This mail was received via Mail-SeCure System.

I was thinking, v.out.ogr to either GPX or GPSBabel format
http://www.gdal.org/ogr_formats.html
Those formats should be easy to load onto a GPS.

Enjoy,
Alex

On 07/22/2014 12:32 PM, Micha Silver wrote:

What you need is the v.to.db module. It takes an "option=" parameter which you
set to "coor" and also add the "column=" parameter with the names of the
database columns that will hold the long/lat coordinates.

On 2014-07-22 22:14, cboscari@sbcglobal.net wrote:

Hi everyone,
Is there a way to obtain the long/lat of a point from GRASS? I need to import
some locations from a layer into a GPS and I do not see an easy way to do
this. Thanks for any help.
Chris

Sent from Windows Mail