Transferring GPS data: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
Brian Wilson (talk | contribs)
mNo edit summary
Line 1: Line 1:
This page covers Garmin data transfers. If you have a DeLorme PN series handheld you shoud go to the [[DeLorme PN-40]] page.
The objective here is to get data collected in a GPS into a format usable in GIS, typically a shapefile. Usually I try to keep the GPS data in a raw format, WGS84 latlon and then after I transfer it into the shapefile, I use ArcToolbox Project tool to put it into the format needed by the current project.
The objective here is to get data collected in a GPS into a format usable in GIS, typically a shapefile. Usually I try to keep the GPS data in a raw format, WGS84 latlon and then after I transfer it into the shapefile, I use ArcToolbox Project tool to put it into the format needed by the current project.



Revision as of 04:23, 3 March 2010

This page covers Garmin data transfers. If you have a DeLorme PN series handheld you shoud go to the DeLorme PN-40 page.

The objective here is to get data collected in a GPS into a format usable in GIS, typically a shapefile. Usually I try to keep the GPS data in a raw format, WGS84 latlon and then after I transfer it into the shapefile, I use ArcToolbox Project tool to put it into the format needed by the current project.

I used to prefer DNR Garmin until recently. Now I use a laptop with no serial port, and Windows applications that don't know about USB<->Serial adapters just plain don't work sometimes.

So lately I have been using a Linux desktop and gpsbabel to transter data. I find gpsbabel to be very flexible and fast compared to a hodge-podge collection of freeware programs and ArcMap.

gpsbabel

GPSBabel converts waypoints, tracks, and routes from one format to another, whether that format is a common mapping format like Delorme, Streets and Trips, or even a serial upload or download to a GPS unit such as those from Garmin and Magellan.

I have more details on how I use gpsbabel on my eMap and Wintec WBT-100 pages.

DNR Garmin extension

The DNR Garmin Extension program works quite well with ArcMap 8.x and 9.x. It will write shapefiles directly if you have ArcMap running but it can also run standalone and write text files if you don't.

DNR Garmin Extension and other potentially useful tools are available from http://www.dnr.state.mn.us/mis/gis/tools/arcview/extensions.html

A manual for DNR Garmin produced by Forest Service: ftp://ftp-fc.sc.egov.usda.gov/NCGC/products/gps/software/dnr-garmin5-arcmap.pdf

Garmin Mapsource

I have used Garmin Mapsource to do data transfers. You can download data from a Garmin using Mapsource, then you can save the data out in DXF format. Then you can import the DXF data using ArcToolbox. I would not run out and buy a copy of Mapsource just to do transfers, DNR Garmin is far better and it is free.

Mapsource will export in GPX format. GPX is XML so it's easy to parse in Python. The problem is that Garmin only exports date, latlon, elev. It drops other interesting bits like speed and bearing. (Not to mention failing entirely to log things like sats and PDOP but that's another story)

08-10-2008

If I pull the data in from the handheld and save it in the Mapsource GDB file then I can still process it with gpsbabel.

How's this do, I wonder?

gpsbabel -t -i mapsourcefile.gdb -o exportedfile.gpx

More options

GARNIX is a communication program that provides data interface between MS-DOS/Windows/Linux computers and a GARMIN GPS device

Linux

gpsd data collector

http://www.ncc.up.pt/gpsman/wGPSMan.html


http://sourceforge.net/projects/gpstrans