Working with GPX-Reporter.py

The name of our program is GPX-Reporter.py. If you remember from the section Tag and markup-based formats, in Chapter 2, Geospatial Data, the GPX format is the most common way to store GPS route information. Nearly every program and device relying on GPS data can convert to and from GPX.

For this example you can download a sample GPX file from here:

https://geospatialpython.googlecode.com/files/route.gpx

You will also need to install a few Python libraries from PyPi. If you've worked through the rest of this book you'll have most of them already:

  • PIL: the Python Imaging Library
  • Numpy: multi-dimensional, array-processing library, which uses linear algebra
  • Srtm.py: a utility for working with near-global elevation data
  • Pygooglechart ...

Get Learning Geospatial Analysis with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.