This executable can scan a directory tree on your disk, find all images with EXIF data containing coordinates, and collect them into a single file. Output can be either JSON (default), GeoJSON, or KML. JSON also contains the camera direction, if available in EXIF.
cargo install img_coords
, or download the binaries for your platform from the release
, or checkout and build the repo manually
cargo uninstall img_coords
img_coords scan --dir SOME_ROOT_DIRECTORY --format kml
Run img_coords
or img_coords scan
to get help.