31 lines
734 B
Org Mode
31 lines
734 B
Org Mode
* EXIF - Metadata
|
|
|
|
|
|
Aufgabe
|
|
|
|
Unser trauriger Freund Pepo hat sich verlaufen! Kannst du herausfinden, wo er ist?
|
|
|
|
Das Kennwort ist die Stadt, in der sich pepo befindet.
|
|
|
|
#+begin_src sh
|
|
exiftool ch1.png.1
|
|
# ...
|
|
# GPS Latitude : 43 deg 17' 56.27" N
|
|
# GPS Longitude : 5 deg 22' 49.38" E
|
|
# GPS Position : 43 deg 17' 56.27" N, 5 deg 22' 49.38" E
|
|
# ...
|
|
|
|
#+end_src
|
|
|
|
DMS:
|
|
#+begin_quote
|
|
# GPS Latitude : 43 deg 17' 56.27" N
|
|
# GPS Longitude : 5 deg 22' 49.38" E
|
|
# GPS Position : 43 deg 17' 56.27" N, 5 deg 22' 49.38" E
|
|
#+end_quote
|
|
|
|
DD:
|
|
#+begin_quote
|
|
43.2989639,5.380383333333333 -> 79XJ+H5J Marseille, France
|
|
#+end_quote
|