Skip to content

senden9/geo_fence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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