[GRASSLIST:8775] GPS interface

Hi
been trying to inter face GARMIN Etrex gps with grass.

1.installed ‘gpstrans’
2. Still the prog asks for ‘cs2cs’

in the website remotesensing.org/proj could find only info on ‘cs2cs’

can anyone help me solve this…

Ravi Kumar


Yahoo! FareChase - Search multiple travel sites in one click.

been trying to inter face GARMIN Etrex gps with grass.

For realtime tracking, try gpsd and related software.
works like a charm, no frills. Just work (tm)

http://gpsd.berlios.de
--
Paulo Marcondes
http://rj.debianbrasil.org

been trying to inter face GARMIN Etrex gps with grass.

1.installed 'gpstrans'
2. Still the prog asks for 'cs2cs'

in the website remotesensing.org/proj could find only info on 'cs2cs'

can anyone help me solve this..

v.in.garmin needs the PROJ4 programs installed, including cs2cs.
It uses cs2cs to reproject from WGS84 Lat/Lon into your current map
projection.

As PROJ4 is a mandatory requirement for GRASS 6, usually cs2cs is
already installed on your system? If not you'll need the full PROJ
install, not just the libraries..

gpsd is for real-time GPS logging; v.in.garmin is for end-of-the-day
downloading of tracks, waypoints, and routes into a GRASS vector file.

Hamish