you should try to use Qgis...
there is a plugin for downloading and uploading from garmin...
youn can be also interested in gpx2shp ... http://gpx2shp.sourceforge.jp/
it is a simple tool for converting garmin data to shp files...
I hope this help...
ivan
Il giorno gio, 03-11-2005 alle 03:55 -0800, RAVI KUMAR ha scritto:
Hi,
Please help me
1. Interface Garmin Etrex GPS with GRASS for
a. on line usage as well as
b. 'after survey' data of way points and track download.
Earlier I received mail from this list, that PROJ4 is preloaded with
GRASS6.1..
Then why it gives eerror about not finding modules of PROJ4..
Is there a bug..
Thanks in anticipation
Ravi Kumar
______________________________________________________________________
Yahoo! FareChase - Search multiple travel sites in one click.
--
Ivan Marchesini
Department of Civil and Environmental Engineering
University of Perugia
Via G. Duranti 93/a
06125
Perugia (Italy)
e-mail: marchesini@unipg.it
ivan.marchesini@gmail.com
tel: +39(0)755853760
fax: +39(0)755853756
1. Interface Garmin Etrex GPS with GRASS for
a. on line usage as well as
Within GRASS the only [published] realtime GPS software is my
m.realtime_gps for GRASS 5.3. Uses gpsd.
You may be better off using software like gpsdrive for this task.
You can export a GeoTIFF + shapefile from GRASS for a backdrop image??
b. 'after survey' data of way points and track download.
Use v.in.garmin or QGIS's GPS plugin.
Earlier I received mail from this list, that PROJ4 is preloaded with
GRASS6.1.. Then why it gives eerror about not finding modules of
PROJ4..
It isn't preloaded, but it is a prerequisite. You need to have the cs2cs
program installed to use v.in.garmin, not just libproj. Some installs of
proj may only provide the library, not the executables. Most have both.
Is there a bug..
Perhaps.. I have just updated this test in CVS:
CS2CS=`which cs2cs`
if [ "$CS2CS" = "" ] ; then
echo "cs2cs program not found, install it first"