Extract time and coords from image 🖼📍⏱️
Project description
image2gps
Extract time and coords from image 🖼📍⏱️
from image2gps import image2gps
time, coords = image2gps('demo.jpg')
print(f'Image taken in {coords} at {time}')
# >>> Image taken in (43.467, 11.885) at 2008-11-01 21:15:07
This sample can be found here
Installation
pip install image2gps
Tests
python -m pytest tests
# or only certain tests
python -m pytest tests/test_main.py
python -m pytest tests/test_time.py
More
PyPI: https://pypi.org/project/image2gps
Repository: https://github.com/abionics/image2gps
Developer: Alex Ermolaev (Abionics)
Email: abionics.dev@gmail.com
License: MIT (see LICENSE.txt)
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
image2gps-1.3.0.tar.gz
(4.9 kB
view details)
File details
Details for the file image2gps-1.3.0.tar.gz
.
File metadata
- Download URL: image2gps-1.3.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f14585691584c7f93cb416549b850f9ba8b39be1e5c3c8a7d3ae234a9f7ffc35 |
|
MD5 | a2833eaff472bfc87e24cc11a3fb83f7 |
|
BLAKE2b-256 | 3dfb9be91e45c3cd73139db195cbd3ba586fec2c8539b6c957a324d54d8e991a |