import exifreaddef read():GPS = {}date = ''with open("D:\py项目工程\自动化测试\练习\IMG20201013135058.jpg", 'rb') as f:contents = exifread.process_file(f)print(contents)for key in contents:if key == "GPS GPSLongitude":print("经度 =", contents[key], contents['GPS GPSLatitudeRef'])elif key == "GPS GPSLatitude":print("纬度 =", contents[key], contents['GPS GPSLongitudeRef'])if __name__ == '__main__':read()
相关文章
- 04-05【Python】[面性对象编程] 获取对象信息,实例属性和类属性
- 04-05如何使用Python读取不受信任的证书来提取信息?
- 04-05python中按照命名顺序读取图片
- 04-05python中用opencv读取并显示图片
- 04-05Mybatis【3】-- Mybatis使用工具类读取配置文件以及从属性读取DB信息
- 04-05python屏幕的交互(读取输出信息)input,raw_input的区别
- 04-05是否有用于从mp3读取ID3信息的非GPL Python库?
- 04-05Python+OpenCV图像处理(二)——打印图片属性、设置图片存储路径、电脑摄像头的调取和显示
- 04-05读取浏览图片的python脚本
- 04-05python量化投资(二)——从tushare读取交易日信息(trade_cal)数据