image2gps 1.4.0

Creator: bradpython12

Last updated:

0 purchases

image2gps 1.4.0 Image
image2gps 1.4.0 Images
Add to Cart

Description:

image2gps 1.4.0

image2gps
Extract time and coords from image πŸ–ΌπŸ“β±οΈ

Image source
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: [email protected]
License: MIT (see LICENSE.txt)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.