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
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.2.tar.gz
(2.9 kB
view hashes)
Built Distribution
Close
Hashes for usexif-1.0.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd81e3d43a7996de20aa60996d2c84920f3ff8718f175e35b6fdf12007f0a6e2 |
|
MD5 | 41a1dc0ccf5ac986113831a3039b4471 |
|
BLAKE2b-256 | b096b3d3e4854d35096fbff897100e735471a5971e25b1b9015f1120e9b8a6ed |