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.1.tar.gz
(2.8 kB
view hashes)
Built Distribution
Close
Hashes for usexif-1.0.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6539db4b4921a46e35cc8aefbe5243d3ed15f4554609e64279669ee37e8b669c |
|
MD5 | c560b07f3e5e3381624a00028f34b8c3 |
|
BLAKE2b-256 | cb65b66aeda5024d0b160a1f98159e6d1940cf4745998b3305b771d3f08fa29d |