Skip to content

andy-esch/img-mapping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

img-mapping

Andy Eschbacher, Aug, 2015

This program does this:

  1. extracts latitude and longitude from the EXIF data of images
  2. pushes images to an AWS S3 bucket
  3. generates a csv file with the extracted geo data and url of images
  4. pushes csv to CartoDB

To get started:

pip install -e git+git://github.com/CartoDB/cartodb-python.git#egg=cartodb

  • rename config.sample.json to config.json and fill in your CartoDB username and API key. Be sure not to push this file to GitHub!

Very helpful code on EXIF data extraction adapted from https://github.com/96chan/extract_EXIF.

About

extract geo data from images, push them online, create data table, push to cartodb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published