Skip to main content

Simply get latitude and longitude from an image's EXIF data

Project description

pygeoexif
=========

A python module for reading latitude and longitude from an image's EXIF data.

Heavily based on [this gist](https://gist.github.com/erans/983821), packaged
here for ease of installation and use.

Requires PIL.


Install
-------

Use pip: `pip install pygeoexif`


Usage
-----

```python
from PIL import Image
from pygeoexif import get_exif_data, get_lat_lon

image = Image.open(<path_to_image>)
lat, lon = get_lat_lon(get_exif_data(image))
```


License
-------

MIT, as permitted by [this comment](https://gist.github.com/erans/983821#gistcomment-882766)
in the original.

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

pygeoexif-0.0.1.tar.gz (2.2 kB view hashes)

Uploaded Source

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