Skip to content

Instantly share code, notes, and snippets.

@aaronr
Created December 3, 2014 07:05
Show Gist options
  • Save aaronr/620d1dda8ea09c3824e1 to your computer and use it in GitHub Desktop.
Save aaronr/620d1dda8ea09c3824e1 to your computer and use it in GitHub Desktop.
z-air:decoder aaronr$ ./quadproc.py --help
Usage: quadproc.py [options]* arg1 [arg]*
Options:
-h, --help show this help message and exit
-v, --verbose Verbose output
-q, --quiet Quiet output
-d, --debug Enable debug output
FlyTrex Options:
Set of command options specific to processing the FlyTrex data logs.
>>> quadproc --flytrex [--outformat (CSV|GEOJSON)] logfile [outfile]
--flytrex FlyTrex Logfile Processing.
--flyout=FORMAT Output Format. Options STDOUT | CSV | GEOJSON. [STDOUT]
Image Time Offset Options:
Set of command options specific to calculating offset between
camera clock and GPS time (UTC).
NOTE: Timestring form "2014-10-25 17:01:05"
>>> quadproc --offset timestring imagefile [outfile]
--offset Camera time vs. GPS time offset processing
GeoTag Image(s) Options:
Set of command options specific to geotagging photos from GPS data.
>>> quadproc --geotag [--oformat (EXIF|CSV|GEOJSON)] (--flytrex
logfile|--csv csvlog|--geojson geojsonlog) offset
(imagefile|directory) [outfile]
--geotag Geotag photo(s) from GPS logfile
--geoout=FORMAT Output Format. Options EXIF|CSV|GEOJSON. [STDOUT]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment