Skip to content

Instantly share code, notes, and snippets.

@pepijn-devries
Created August 11, 2015 21:21
Show Gist options
  • Save pepijn-devries/ae22abe7897039454718 to your computer and use it in GitHub Desktop.
Save pepijn-devries/ae22abe7897039454718 to your computer and use it in GitHub Desktop.
# required packages
require(rgdal)
require(OpenStreetMap)
# select files for which geotags need to
# be extracted and store filenames in data.frame
file_info <- data.frame(file.name = choose.files(filters = Filters["jpeg",]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment