This is a set of scripts to streamline the process of creating a heatmap from geotagged images.
This requires Docker and a Google Maps JS API key. Docker: https://www.docker.com/ Google Maps API key: https://developers.google.com/maps/documentation/javascript/get-api-key
- Install Homebrew /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Tap Cask brew tap caskroom/cask
- Install docker brew cask install docker
- Start docker CMD+SPACE, type docker, enter.
- Put your images in the "img" folder.
- Run the run.sh script.
- Enter your Google Maps JS API key.
- Open up a web browser to http://localhost:8080.
And that's it!
Thanks to https://github.com/hallahan/exif-to-geojson for the EXIF-to-geoJSON conversion script