Get meta information of images

This commit is contained in:
2024-05-11 18:33:22 +03:00
parent 5d0d8a83e2
commit 9f514350a2
5 changed files with 266 additions and 1 deletions

View File

@@ -1,2 +1,10 @@
# Get_meta_information_of_images
# Get meta information of images
python get_meta_from_pic.py image_file
Убедитесь, что снимок содержит информацию о местоположении, в противном случае местоположение не может быть получено
Вам необходимо заполнить свой адрес электронной почты, чтобы использовать функцию в gps_utils.py:
```
geolocator = Nominatim(user_agent = "your email")
```