Skip to content

Rust binary to serach Pictures (based on EXIF) in a specific region.

License

Notifications You must be signed in to change notification settings

senden9/geo_fence

Folders and files

NameName
Last commit message
Last commit date
Jul 15, 2018
Jul 22, 2018
Jul 22, 2018
Jul 21, 2018
Jul 15, 2018
Jul 15, 2018
Jun 8, 2022
Jul 15, 2018
Jul 15, 2018
Jul 21, 2018

Repository files navigation

geo_fence

Build Status

Rust binary to serach Pictures (based on EXIF) in a specific region.

Todo: Add a better readme ;)

$ geo_fence -h
Scan a directory to near pictures

USAGE:
    geo_fence [FLAGS] [OPTIONS] <dir> --point <point>

FLAGS:
    -h, --help         Prints help information
    -x, --palallel     Parallel implementation? Default is secqiential.
    -V, --version      Prints version information
    -v, --verbosity    Pass many times for more log output
                       
                       By default, it'll only report errors. Passing `-v` one time also prints warnings, `-vv` enables
                       info logging, `-vvv` debug, and `-vvvv` trace.

OPTIONS:
    -p, --point <point>      Point to check
    -r, --radius <radius>    Radius in meter [default: 80.0]

ARGS:
    <dir>    The file to read

About

Rust binary to serach Pictures (based on EXIF) in a specific region.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages