Created
August 11, 2015 21:21
-
-
Save pepijn-devries/ae22abe7897039454718 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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