/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Methods/Mapping/soft_geotag.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
gpscorrelate
 
2
============
 
3
    Will correlate photos with tracks and assign to the photos geo tags
 
4
    describing the position they were shot. Notices:
 
5
     - Viking shows track time in the current system timezone, not GMT!!
 
6
     - Current version is quite strange in handling timestamps, it is uses
 
7
     mktime which accepts local time, but passes GMT instead. Since only
 
8
     relative timing is important this does not cause any problems, but
 
9
     may confuse during debugging. So it is better to call with
 
10
            TZ="GMT" gpscorrelate-gui
 
11
     
 
12
     Current corrections for my photos taken before 2008.11
 
13
        Max gap time: 0 (not limit)
 
14
        Time Zone: +5 (Remember DST!)
 
15
        Photo Offset: 1200 (exact!)
 
16
        Interpolate: On
 
17
        Betwen Segments: On
 
18
 
 
19
    Manually setting geotag:
 
20
     This is Aiguille du Midi
 
21
        exiftool -GPSLatitudeRef=North -GPSLongitudeRef=East -GPSAltitudeRef="Above Sea Level" -GPSLatitude="45.872321" -GPSLongitude="6.881217" -GPSAltitude="3842m" PICT0404.JPG
 
22
 
 
23
happycamel
 
24
==========
 
25
    Application preparing KMZ file to be used with goolge-maps and google-earth,
 
26
    example call:
 
27
        happycamel -t mosel.gpx -e y --title "Mosel" --clickable=yes --track=y --track-color=a0ff0000 --waypoints=y --image-size=320 --icon-size 64 --url http://dside.dyndns.org/photo/mosel/ -k *.JPG
 
28
    
 
29
    KMZ files than can be viewed with Goole-maps using following URL
 
30
        http://maps.google.com/?q=http://dside.dyndns.org/photo/mosel.kmz
 
31
 
 
32
    ToDo:
 
33
        a) Color tracks depending on speed (hike, cycle, drive). The best way
 
34
        would be (I guees) to not produce track with happycamel, but just make
 
35
        photos and generate track with more advanced tool.
 
36
        
 
 
b'\\ No newline at end of file'