Skip to content

Commit

Permalink
Update dji_pics_gps.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Xwyturbo authored Oct 18, 2022
1 parent 7040c3f commit b322b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dji_pics_gps.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def find_address_from_GPS(GPS):
district = baidu_map_address["result"]["addressComponent"]["district"]
return formatted_address,province,city,district

pic_path = 'C:\cnu_workplace\济宁调研\汶上县康驿镇东樊章村\无人机照片\DJI_0189.jpg'
pic_path = 'C:\cnu_workplace\DJI_0189.jpg'
GPS_info = find_GPS_image(pic_path)
address = find_address_from_GPS(GPS=GPS_info)
#print(GPS_info)
Expand Down

0 comments on commit b322b5b

Please sign in to comment.