Skip to content

Instantly share code, notes, and snippets.

View reedriley's full-sized avatar

Reed Riley reedriley

View GitHub Profile

Keybase proof

I hereby claim:

  • I am reedriley on github.
  • I am reedriley (https://keybase.io/reedriley) on keybase.
  • I have a public key ASB_yRrMeglRg8e7swjXlOOYOVkqAJDKuGpWcRsfXyoltQo

To claim this, I am signing this object:

#nav{
list-style:none;
font-weight:bold;
margin-bottom:10px;
/* Clear floats */
float:left;
width:100%;
/* Bring the nav above everything else--uncomment if needed.
position:relative;
z-index:5;
@reedriley
reedriley / gpx.fmt
Created July 22, 2013 03:00
Modified gpx.fmt file capable of reading geotags for iPhone photographs. Can be used as follows: exiftool -r -if '$gpslatitude' -fileOrder datetimeoriginal -d %Y-%m-%dT%H:%M:%SZ -p gpx.fmt folder > out.gpx
#------------------------------------------------------------------------------
# File: gpx.fmt
#
# Description: Example ExifTool print format file for generating GPX track log
#
# Usage: exiftool -p gpx.fmt -d %Y-%m-%dT%H:%M:%SZ FILE [...] > out.gpx
#
# Revisions: 2010/02/05 - P. Harvey created
#
# Notes: 1) All input files must contain GPSLatitude and GPSLongitude.