文件名称:pygeoexif:只需从图像的EXIF数据中获取经度和纬度
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-01 03:55:49
Python
pygeoexif 一个用于从图像的EXIF数据中读取经度和纬度的python模块。 很大程度上基于,在此处打包以方便安装和使用。 需要PIL。 安装 使用pip: pip install pygeoexif 用法 from PIL import Image from pygeoexif import get_exif_data , get_lat_lon image = Image . open ( < path> ) lat , lon = get_lat_lon ( get_exif_data ( image )) 执照 麻省理工学院,原件中允许的范围。
【文件预览】:
pygeoexif-master
----MANIFEST.in(65B)
----LICENSE(1KB)
----setup.py(914B)
----.gitignore(29B)
----README.md(594B)
----pygeoexif()
--------get.py(2KB)
--------__init__.py(44B)