Skip to main content

EXIF GPS information to Google Maps url

Project description

Exifgps Package
================

This package reads EXIF information in jpg or tiff images.
It converts the GPS information into the equivalent
Google Maps url.

SETUP
=====

- Requires exifread module to be installed

USAGE
=====

Methods:
-------

- read(image_filename) : Returns single imagepgs object
- process_exif() : Converts EXIF GPS information to google url

- search(directory) : Searches recursivley directory and Returns list of processed exifgps objects

- set_zoom_level(integer) : Set google maps zoom level (1-21)
- get_zoom_level() : Returns current zoom level

- get_filename() : Return filename
- get_url() : Return google_url if EXIF present. Returns "" if no EXIF information


EXAMPLES
========

Single Image
::

import exifgps

image = exifgps.read(image_filename)
image.process_exif()
print image.get_url()

Search Directory
::

import exifgps

image_list = exifgps.search(directory)
for image in image_list:
print image.get_url()
print image.get_filename()


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

exifgps-1.014.tar.gz (3.8 kB view details)

Uploaded Source

File details

Details for the file exifgps-1.014.tar.gz.

File metadata

  • Download URL: exifgps-1.014.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for exifgps-1.014.tar.gz
Algorithm Hash digest
SHA256 8f2faf72cc62a03fe1017dc141e5d7e71d8dea6351f3de28ccee90178b982945
MD5 ebc1c3209d1da2bf6700f2729058a79f
BLAKE2b-256 a156c04127eec4f94d54f6fc4bf4cdbb9724c0c5edc9880f65951216303c8235

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page