Skip to content

Builds heatmaps from EXIF data on geotagged photos using Google Maps and Docker

Notifications You must be signed in to change notification settings

davidmerrick/exif-heatmaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a set of scripts to streamline the process of creating a heatmap from geotagged images.

Heatmap Screenshot

Prerequisites

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

Installing Docker for Mac

  1. Install Homebrew /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  2. Tap Cask brew tap caskroom/cask
  3. Install docker brew cask install docker
  4. Start docker CMD+SPACE, type docker, enter.

Usage

  1. Put your images in the "img" folder.
  2. Run the run.sh script.
  3. Enter your Google Maps JS API key.
  4. Open up a web browser to https://localhost:8080.

And that's it!

Credits

Thanks to https://github.com/hallahan/exif-to-geojson for the EXIF-to-geoJSON conversion script

About

Builds heatmaps from EXIF data on geotagged photos using Google Maps and Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published