Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 330 Bytes

File metadata and controls

14 lines (9 loc) · 330 Bytes

Get meta information of images

usage

python get_meta_from_pic.py image_file

note

Make sure the picture contains location information, otherwise the location cannot be obtained

you need fill in your email address to use the function in gps_utils.py:

geolocator = Nominatim(user_agent = "your email")