GPS-EXIF
Writing / Reading GPS coordinates in photo's EXIF by Python.
Install
pip install gpsexif
APIs
- setGPS
from gpsexif import setGPS
img_path = "input/tyg.jpg" # use your image path
save_dir = "output"
loc = [114.353458, 30.53624997, 363.5164]
setGPS(img_path, loc, save_dir)
- getGPS
from gpsexif import getGPS
img_path = "output/tyg.jpg" # use your image path
loc = getGPS(img_path)
Release files for gpsexif 0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gpsexif-0.3.tar.gz | 3.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gpsexif-0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.6 kB
Release files / gpsexif-0.3.tar.gz
| Download URL | gpsexif-0.3.tar.gz |
|---|---|
| Size | 3.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
59eadbeada84a797d952033b859e722c93d05ae901c1d146ad46cb20efd5a945
|
|
BLAKE2b-256 checksum How to use checksums |
6d778aa2319da53516c308497fabea0f6d07f0e3c410db22cb0bf1e48a093095
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
|
Release files / gpsexif-0.3-py3-none-any.whl
| Download URL | gpsexif-0.3-py3-none-any.whl |
|---|---|
| Size | 4.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
94590cecae9a108d911c32e0c60ca73e660b7aa7b4faa647df294329204a10c2
|
|
BLAKE2b-256 checksum How to use checksums |
f7cc390fdff121ae92de3a3ce4d93ce2b5765278797030209aecbc31b7aa81f6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.10
|