Skip to content

Scripts for a command line program to take a garmin gpx file from an etrex10, process the file to extract tracks, and make maps of the track.

License

Notifications You must be signed in to change notification settings

Murray2015/garmin_gpx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

garmin_gpx

This is a command line shellscript to take a gpx file from an Garmin etrex10 hand held GPS unit, process the file to extract tracks, and make a quick map of the gps track.

Usage

At the bash command line, run ./Garmin_gpx.sh [gpx_file] [topography_NetCDF_grid_file]

Outputs

gps_track.csv - .csv file of the processed data, for further mapping in a GIS program map.ps - quick map to show results, only really appropriate for QC (use a full featured GIS for mapping).

Dependencies

  • Bash
  • Generic Mapping Tools
  • Python3
  • python3-gpxpy
  • Numpy
  • Pandas
  • evince

About

Scripts for a command line program to take a garmin gpx file from an etrex10, process the file to extract tracks, and make maps of the track.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published