ÐÐÐСÐÐÐÐ v.in.gpsbabel allows the user to import waypoint, route, and track data from a locally connected GPS receiver or a text file containing GPS data of many common formats. Translation is done via the [1]gpsbabel program. This software is not intended as a primary means of navigation. ÐÐ ÐÐÐЧÐÐÐЯ v.in.gpsbabel automatically reprojects data using the projection settings of the current location. The default input data projection is lat/lon WGS84. If your GPS outputs data using another projection or map datum, you may include the [2]PROJ.4 parameters defining your projection in the proj option and v.in.gpsbabel will reproject your data accordingly. Great care must be taken to get these parameters correct! The automatic transform may be skipped by using the -k flag in which case the data will be imported unprojected, as it appears in the input. Route and Track data may be uploaded as a series of points by using the -p flag, otherwise they will be imported as lines. You can run v.in.gpsbabel multiple times and merge the line and point vectors with the v.patch command if you want, but take care when merging dissimilar attribute tables. ÐÐ ÐÐÐРЫ GPS device connected via USB adapter Import waypoints, tracks, routes from /dev/ttyUSB0 and save to a GRASS vector map: v.in.gpsbabel -w input=/dev/ttyUSB0 format=garmin output=waypoints v.in.gpsbabel -t input=/dev/ttyUSB0 format=garmin output=tracks v.in.gpsbabel -r input=/dev/ttyUSB0 format=garmin output=routes GPS device connected via serial adapter Import waypoint data from a Garmin GPS connected at /dev/ttyS0 and save to a GRASS vector map named waypoints: v.in.gpsbabel -w input=/dev/ttyS0 format=garmin output=waypoints Import track data from a GPX Import track data from a GPX text file and save to a GRASS vector map named tracks. v.in.gpsbabel -t input=gpslog.gpx format=gpx output=tracks Import route data from GPS connected at /dev/gps Import route data as a series of points from a Garmin GPS connected at /dev/gps and save to a GRASS vector map named routePoints: v.in.gpsbabel -r -p file=/dev/gps format=garmin output=routePoints СÐ. ТÐÐÐÐ [3]db.execute [4]v.in.ascii [5]v.in.garmin [6]v.db.connect [7]v.patch [8]gpsbabel from gpsbabel.org cs2cs from [9]PROJ.4 ÐÐТÐРЫ Claudio Porta and Lucio Davide Spano, students of Computer Science at University of Pisa (Italy). Commission from Faunalia Pontedera (PI) Based on v.in.garmin for GRASS 6.0 by Hamish Bowman and v.in.garmin.sh for GRASS 5 by Andreas Lange Last changed: $Date: 2007-05-10 14:32:06 -0500 (ЧÑ, 10 май 2007) $ ÐвÑÐ¾Ñ Ð¿ÐµÑевода References 1. http://www.gpsbabel.org/ 2. http://proj.maptools.org/ 3. file://localhost/root/tmp/2/fin/db.execute.html 4. file://localhost/root/tmp/2/fin/v.in.ascii.html 5. file://localhost/root/tmp/2/fin/v.in.garmin.html 6. file://localhost/root/tmp/2/fin/v.db.connect.html 7. file://localhost/root/tmp/2/fin/v.patch.html 8. http://www.gpsbabel.org/ 9. http://proj.maptools.org/