Skip to content

Extract Exif GPS tags from image metadata store them in Postgresql and upload image to DigitalOcean Spaces

Notifications You must be signed in to change notification settings

glw/image_uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Uploader

Extract Exif GPS tags from image metadata store them in Postgresql and upload image to DigitalOcean Spaces. (Probably only works on JPG)

  1. Clone the repository

  2. Create a python 3 virtual environment

mkvirtualenv image_upload
  1. Install required python libraries
cd image_uploader
pip install -r requirements.txt
  1. Run
for file in *.jpg; do python image_upload.py -i $file; done

About

Extract Exif GPS tags from image metadata store them in Postgresql and upload image to DigitalOcean Spaces

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published