A command-line application for processing image gps data
This is a command line application that reads images recursively from a supplied or default directory. It extracts EXIF GPS data and then writes the name of the image and the GPS coordiantes to either a CSV or HTML doc depending on parameters.
- Clone repo to local repository
- Run bundle install
- Go to the root of the directory
- On your terminal, enter: ./run_process_image.rb
- File called 'image_data' is outputted to the project root
- Try the app using custom parameters ex)
./run_process_image.rb html ../documents
- optional: the hmtl parameter specifies the output the document as HTML (defaults to CSV)
- optional: any other parameter passed will be treated as an image directory to search (relative to project path)
Type 'rspec' in the terminal.