Here’s a collection of resources I’ve used for my mapping and driving log projects.
Software
-
Google Earth Pro. KML/KMZ viewer and editor.
-
EasyGPS (Windows). GPX viewer and editor.
-
MyTracks (MacOS). GPX viewer and editor.
-
MyTracks (iOS). Lets you use an iPhone to log your GPS location data.
-
QGIS. Geographic Information System application for creating advanced maps.
Mapping Websites
-
GPS Visualizer. Converts map data between various formats.
-
Great Circle Mapper. Generates flight maps from a collection of airport codes.
-
uMap. Imports GPX files and shows them on a variety of OpenStreetMap base layers.
Data Sources
-
Natural Earth. Vector and raster map data.
-
OpenStreetMap. Road data exports.
-
USGS National Hydrography Dataset. Water body polygons.
Documentation
- GPS Exchange Format (GPX)
- Keyhole Markup Language (KML/KMZ)
Books
-
Anita Graser and Gretchen N. Peterson, QGIS Map Design (2nd Edition). This book has a collection of tutorials for creating some advanced QGIS maps. It’s best if you already understand the basics of QGIS before starting this book.
-
Mark Monmonier, How to Lie With Maps (3rd Edition). Despite the provocative title, this is a book about avoiding creating misleading maps, and gets into detail about how small choices in map design can lead to maps saying very different things.
Tutorials
I’ve written several tutorials on recording and using GPS logs.
Scripts
I’ve written some scripts to help with processing my GPS logs. I’ve placed them on GitHub at bogardpd/gps-log-tools.