-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
21 lines (15 loc) · 784 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
geo_image_search.py README
A simple script that recurses a given file folder to find geo-tagged images
that are within a half-mile of a given address. Obviously, if your images
do not have geo-location information, this script help you. Hopefully it's
useful to you, though.
Additional command-line options do other stuff.
The author uses this on a windows machine with LSB/debian.
Requires: geopy, exif
usage: python3 geo_image_search.py \
--address=<address to search for> \
--output-directory=<directory relative to images-root-directory> \
--find-only [not yet implemented] \
--image-addresses [not yet implemented] \
--verbose [print some extra information]
--images-root-directory=<top directory of images to search through>