Back to Python Mini Projects

README

projects/Get_meta_information_of_images/README.md

latest329 B
Original Source

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:

python
geolocator = Nominatim(user_agent = "your email")