Skip to content

rskelly/gpx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project provides classes for loading and manipulating GPX files. Saving isn't implemented yet.

To load a GPX file:

	from gpx import Gpx

	gpx = Gpx.load('examples/ashland.gpx')

	print gpx.tracks
	
You can also run and examine test.py.

About

Python GPX parser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages