摘要: 调用高德 # 高德地图根据经纬度反查地址,每天只能调用5000次 def gaode_excute_single_query(coordStrings ,currentkey='你自己的api-key'): # 1-将coordList中的经纬度坐标连接成高德地图API能够识别的样子 # coord 阅读全文
posted @ 2022-12-22 10:02 wan了个蛋 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 图片转视频 def image_to_video(image_dir, video_dir, fps): im_list = [i for i in os.listdir(image_dir) if i.endswith('jpg')] im_list.sort(key=lambda x: int( 阅读全文
posted @ 2022-12-22 09:57 wan了个蛋 阅读(298) 评论(0) 推荐(0) 编辑