|
49 | 49 | <refsynopsisdiv> |
50 | 50 | <cmdsynopsis> |
51 | 51 | <command>&dhpackage;</command> |
| 52 | + <group> |
| 53 | + <arg choice="req"> |
| 54 | + -g <replaceable>file.gpx</replaceable> |
| 55 | + </arg> |
| 56 | + |
| 57 | + <arg choice="req"> |
| 58 | + <group> |
| 59 | + <arg choice="plain">-l</arg> |
| 60 | + <arg choice="plain">--latlong |
| 61 | + <replaceable>latitude,longitude<group><arg choice="plain">,elevation</arg></group></replaceable> |
| 62 | + </arg> |
| 63 | + </group> |
| 64 | + </arg> |
| 65 | + </group> |
| 66 | + |
52 | 67 | <group> |
53 | 68 | <arg choice="plain">-z</arg> |
54 | | - <arg choice="plain"> |
55 | | - --timeadd +/-<replaceable>HH</replaceable>[:<replaceable>MM</replaceable>] |
| 69 | + <arg choice="plain">--timeadd |
| 70 | + +/-<replaceable>HH</replaceable>[:<replaceable>MM</replaceable>] |
56 | 71 | </arg> |
57 | 72 | </group> |
58 | 73 |
|
| 74 | + <group> |
| 75 | + <arg choice="plain">--no-photo-tz</arg> |
| 76 | + </group> |
| 77 | + |
59 | 78 | <group> |
60 | 79 | <arg choice="plain">-O</arg> |
61 | 80 | <arg choice="plain"> |
|
125 | 144 | <arg choice="plain">--degmins</arg> |
126 | 145 | </group> |
127 | 146 |
|
128 | | - <group> |
129 | | - <arg choice="plain"> |
130 | | - -g <replaceable>file.gpx</replaceable> |
131 | | - </arg> |
132 | | - |
133 | | - <arg choice="plain"> |
134 | | - <group> |
135 | | - <arg choice="plain">-l</arg> |
136 | | - <arg choice="plain">--latlong</arg> |
137 | | - </group> |
138 | | - <replaceable>latitude,longitude<group><arg choice="plain">,elevation</arg></group></replaceable> |
139 | | - </arg> |
140 | | - </group> |
141 | | - |
142 | 147 | <arg rep="repeat" choice="plain"> |
143 | 148 | <replaceable>image.jpg</replaceable> |
144 | 149 | </arg> |
145 | 150 | </cmdsynopsis> |
146 | 151 |
|
147 | 152 | <cmdsynopsis> |
148 | 153 | <command>&dhpackage;</command> |
149 | | - <group choice="plain"> |
| 154 | + <group choice="req"> |
150 | 155 | <arg choice="plain">-s</arg> |
151 | 156 | <arg choice="plain">--show</arg> |
152 | | - <arg choice="plain">-x</arg> |
153 | | - <arg choice="plain">--show-gpx</arg> |
154 | 157 | <arg choice="plain">-o</arg> |
155 | 158 | <arg choice="plain">--machine</arg> |
156 | 159 | </group> |
157 | 160 | <arg rep="repeat" choice="plain"><replaceable>image.jpg</replaceable></arg> |
158 | 161 | </cmdsynopsis> |
159 | 162 |
|
| 163 | + |
| 164 | + <cmdsynopsis> |
| 165 | + <command>&dhpackage;</command> |
| 166 | + <group choice="req"> |
| 167 | + <arg choice="plain">-x</arg> |
| 168 | + <arg choice="plain">--show-gpx</arg> |
| 169 | + </group> |
| 170 | + |
| 171 | + <group> |
| 172 | + <arg choice="plain">-z</arg> |
| 173 | + <arg choice="plain"> |
| 174 | + --timeadd +/-<replaceable>HH</replaceable>[:<replaceable>MM</replaceable>] |
| 175 | + </arg> |
| 176 | + </group> |
| 177 | + |
| 178 | + <group> |
| 179 | + <arg choice="plain">--no-photo-tz</arg> |
| 180 | + </group> |
| 181 | + |
| 182 | + <group> |
| 183 | + <arg choice="plain">-O</arg> |
| 184 | + <arg choice="plain"> |
| 185 | + --photooffset <replaceable>seconds</replaceable> |
| 186 | + </arg> |
| 187 | + </group> |
| 188 | + <arg rep="repeat" choice="plain"><replaceable>image.jpg</replaceable></arg> |
| 189 | + </cmdsynopsis> |
| 190 | + |
160 | 191 | <cmdsynopsis> |
161 | 192 | <command>&dhpackage;</command> |
162 | 193 | <group choice="req"> |
|
282 | 313 | </term> |
283 | 314 | <listitem> |
284 | 315 | <para>Only show the GPS data already in the given image's EXIF tags |
285 | | - instead of correlating them.</para> |
| 316 | + instead of correlating them. The time shown comes directly from |
| 317 | + the image without adjustments.</para> |
286 | 318 | </listitem> |
287 | 319 | </varlistentry> |
288 | 320 |
|
|
312 | 344 | </term> |
313 | 345 | <listitem> |
314 | 346 | <para>Only show the GPS data of the given images in a |
315 | | - machine-readable CSV format. Images without GPS tags are |
| 347 | + machine-readable CSV format. The time shown comes directly from the |
| 348 | + image without adjustments. Images without GPS tags are |
316 | 349 | ignored. The fields output are file name, date and time, latitude, |
317 | 350 | longitude, elevation, where the first value is the filename, as |
318 | 351 | passed, the second is the timestamp, and the last three are floating |
|
345 | 378 | in local time. Enter the timezone used when taking the images; e.g., |
346 | 379 | <userinput>+8</userinput> for Perth, Western Australia or |
347 | 380 | <userinput>-2:30</userinput> for St. John's, Newfoundland. |
348 | | - This defaults to the UTC offset of the local time zone as of the |
349 | | - time of the first image processed (versions before 1.7 defaulted to |
350 | | - 00:00). </para> |
| 381 | + This defaults to the time zone embedded in the image, or if that is not |
| 382 | + available (or when <userinput>--no-photo-tz</userinput> is given), the |
| 383 | + UTC offset of the local time zone as of the time of the first image |
| 384 | + processed (versions before 1.7 defaulted to 00:00).</para> |
| 385 | + </listitem> |
| 386 | + </varlistentry> |
| 387 | + |
| 388 | + <varlistentry> |
| 389 | + <term> |
| 390 | + <option>--no-photo-tz</option> |
| 391 | + </term> |
| 392 | + <listitem> |
| 393 | + <para> |
| 394 | + Ignore any <userinput>OffsetTimeOriginal</userinput> EXIF tags in |
| 395 | + photos that specify the time zone in which the photo was taken. |
| 396 | + If the tag is wrong, such as if the user forgot to update the time |
| 397 | + zone manually when travelling, then this will prevent it from being |
| 398 | + used. If this option is given, then <command>gpscorrelate</command> |
| 399 | + reverts to using automatic time zone detection for the photo, or |
| 400 | + a manually-specified one (if <userinput>--timeadd</userinput> is |
| 401 | + given). |
| 402 | + </para> |
351 | 403 | </listitem> |
352 | 404 | </varlistentry> |
353 | 405 |
|
|
681 | 733 |
|
682 | 734 | <para> |
683 | 735 | Correlate a photo taken from a camera with a fast clock (i.e., the clock |
684 | | - was 77.5 seconds ahead of GPS time): |
685 | | - </para> |
| 736 | + was 77.5 seconds ahead of GPS time) and with incorrectly-specified time zone |
| 737 | + tags:</para> |
686 | 738 | <para> |
687 | | - <userinput>gpscorrelate -g Test.gpx -O -77.5 photo.jpg</userinput> |
| 739 | + <userinput>gpscorrelate -g Test.gpx -O -77.5 --no-photo-tz photo.jpg</userinput> |
688 | 740 | </para> |
689 | 741 |
|
690 | 742 | <para> |
|
0 commit comments