File: test113.param

package info (click to toggle)
gpscorrelate 2.3-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,996 kB
  • sloc: ansic: 3,074; cpp: 499; makefile: 481; sh: 129
file content (8 lines) | stat: -rw-r--r-- 601 bytes parent folder | download
1
2
3
4
5
6
7
8
TITLE='Geotag a file from a specified latitude/longitude (dms form with ISO 8859/1 decimal)'
PRECOMMAND='cat "$STAGINGDIR/point1-1.jpg" >"$LOGDIR/test.jpg"'
# The degree symbol is in ISO 8859/1 but since it's hard-coded in the program,
# it's unnecessary to actually be running in an ISO 8859/1 locale to work.
# Run in C locale to avoid errors when comparing numbers in output
COMMAND='env LC_NUMERIC=C $PROGRAM -z+1 -l -34d56m08.9s,-900'"\\'"'59.11111\" "$LOGDIR/test.jpg" > "$OUTFILE" 2>&1 && exiv2 -pv pr "$LOGDIR/test.jpg" >> "$OUTFILE" 2>&1'
POSTCOMMAND='rm -f "$LOGDIR/test.jpg"'
RESULTCODE=0