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.
=========
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.
Release files for pygeoexif 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pygeoexif-0.0.1.tar.gz | 2.2 kB | Details |
Release files / pygeoexif-0.0.1.tar.gz
| Download URL | pygeoexif-0.0.1.tar.gz |
|---|---|
| Size | 2.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
89121026f8131e87fca5250bcc827cc7b186f681c48ceb8beceebbc01884cfe2
|
|
BLAKE2b-256 checksum How to use checksums |
35d119bfb7ee65183cda1b34fbe6d3583db6d15572e06b1432f76295ee614a7f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |