get geo data and taken date
Project description
Geographic Coordinate(longitude, latitude, and altitude) from raw EXIF data
Install
pip install usexif
Example
import usexif ret = usexif.fromfile('image/path/here.jpg') ret['longitude'] # 126.16250277777779 ret['latitude'] # 34.36355833333334 ret['altitude'] # 3.0 ret['taken_date'] # datetime.datetime(2016, 4, 18, 10, 41, 6)
Dependencies
[exif-py](https://github.com/ianare/exif-py)
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
usexif-1.0.0.tar.gz
(2.8 kB
view hashes)
Built Distribution
Close
Hashes for usexif-1.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5be0d68d0cbadd6670760e0def829ea6be78bb179ee717f5e01b5fd9a2d7a8bb |
|
MD5 | 4cfdfc87195496e1eb3b2b0fd9ed9a72 |
|
BLAKE2b-256 | 3a4d593e679ab8f5bdf2b79ce2a99fa763176e1cd7d401a104d034b9cfa1c19c |