[GRASS-SVN] r34120 - in grass/trunk/scripts: . v.out.gps

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 30 23:44:21 EDT 2008


Author: hamish
Date: 2008-10-30 23:44:21 -0400 (Thu, 30 Oct 2008)
New Revision: 34120

Added:
   grass/trunk/scripts/v.out.gps/
Modified:
   grass/trunk/scripts/v.out.gps/Makefile
   grass/trunk/scripts/v.out.gps/v.out.gpsbabel
   grass/trunk/scripts/v.out.gps/v.out.gpsbabel.html
Log:
rename from v.out.gpsbabel; simplified replacement of v.in.gpsbabel using OGR-GPX-GpsBabel will be called v.in.gps and v.in.gpsbabel/v.in.garmin shell scripts will be retired

Copied: grass/trunk/scripts/v.out.gps (from rev 34089, grass/trunk/scripts/v.out.gpsbabel)

Modified: grass/trunk/scripts/v.out.gps/Makefile
===================================================================
--- grass/trunk/scripts/v.out.gpsbabel/Makefile	2008-10-30 11:35:09 UTC (rev 34089)
+++ grass/trunk/scripts/v.out.gps/Makefile	2008-10-31 03:44:21 UTC (rev 34120)
@@ -1,6 +1,6 @@
 MODULE_TOPDIR = ../..
 
-PGM = v.out.gpsbabel
+PGM = v.out.gps
 
 include $(MODULE_TOPDIR)/include/Make/Script.make
 

Modified: grass/trunk/scripts/v.out.gps/v.out.gpsbabel
===================================================================
--- grass/trunk/scripts/v.out.gpsbabel/v.out.gpsbabel	2008-10-30 11:35:09 UTC (rev 34089)
+++ grass/trunk/scripts/v.out.gps/v.out.gpsbabel	2008-10-31 03:44:21 UTC (rev 34120)
@@ -2,7 +2,7 @@
 #
 ############################################################################
 #
-# MODULE:      v.out.gpsbabel
+# MODULE:      v.out.gps
 #
 # PURPOSE:     Exports a GRASS vector map to a GPS receiver
 #		or data file using GpsBabel

Modified: grass/trunk/scripts/v.out.gps/v.out.gpsbabel.html
===================================================================
--- grass/trunk/scripts/v.out.gpsbabel/v.out.gpsbabel.html	2008-10-30 11:35:09 UTC (rev 34089)
+++ grass/trunk/scripts/v.out.gps/v.out.gpsbabel.html	2008-10-31 03:44:21 UTC (rev 34120)
@@ -1,6 +1,6 @@
 <H2>DESCRIPTION</H2>
 
-<EM>v.out.gpsbabel</EM> allows the user to export waypoint, route, and track
+<EM>v.out.gps</EM> allows the user to export waypoint, route, and track
 data from a vector map into a locally connected GPS receiver or as a file in
 many common GPS data formats. Translation is done via the 
 <EM><A HREF="http://www.gpsbabel.org">GpsBabel</a></EM> program. 
@@ -11,7 +11,7 @@
 
 <H2>NOTES</H2>
 
-<em>v.out.gpsbabel</em> automatically reprojects data from the 
+<em>v.out.gps</em> automatically reprojects data from the 
 projection settings of the current location to Lat/Lon WGS84.
 <p>
 GPX format is used for data interchange between GRASS and GpsBabel.
@@ -27,7 +27,7 @@
 
 Export a vector lines map to a GPX track file:
 <div class="code"><pre>
-v.out.gpsbabel -t input=trail output=trail.gpx
+v.out.gps -t input=trail output=trail.gpx
 </pre></div>
 
 
@@ -36,9 +36,9 @@
 Export vector maps named <i>waypoints, tracks, routes</i> to a Garmin GPS
 connected to /dev/ttyUSB0:
 <div class="code"><pre>
-v.out.gpsbabel -w input=waypoints format=garmin output=/dev/ttyUSB0
-v.out.gpsbabel -t input=tracks format=garmin output=/dev/ttyUSB0
-v.out.gpsbabel -r input=routes format=garmin output=/dev/ttyUSB0
+v.out.gps -w input=waypoints format=garmin output=/dev/ttyUSB0
+v.out.gps -t input=tracks format=garmin output=/dev/ttyUSB0
+v.out.gps -r input=routes format=garmin output=/dev/ttyUSB0
 </pre></div>
 
 



More information about the grass-commit mailing list