Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

image::exiftool::geotag(3) [suse man page]

Image::ExifTool::Geotag(3)				User Contributed Perl Documentation				Image::ExifTool::Geotag(3)

NAME
Image::ExifTool::Geotag - Geotagging utility routines SYNOPSIS
This module is used by Image::ExifTool DESCRIPTION
This module loads GPS track logs, interpolates to determine position based on time, and sets new GPS values for geotagging images. Currently supported formats are GPX, NMEA RMC/GGA/GLL, KML, IGC, Garmin XML and TCX, and Magellan PMGNTRK. Methods in this module should not be called directly. Instead, the Geotag feature is accessed by writing the values of the ExifTool Geotag, Geosync and Geotime tags (see the Extra Tags in the tag name documentation). AUTHOR
Copyright 2003-2010, Phil Harvey (phil at owl.phy.queensu.ca) This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. REFERENCES
<http://www.topografix.com/GPX/1/1/> <http://www.gpsinformation.org/dale/nmea.htm#GSA> <http://code.google.com/apis/kml/documentation/kmlreference.html> <http://www.fai.org/gliding/system/files/tech_spec_gnss.pdf> ACKNOWLEDGEMENTS
Thanks to Lionel Genet for the ability to read IGC format track logs. SEE ALSO
"Extra Tags" in Image::ExifTool::TagNames, Image::ExifTool(3pm) perl v5.12.1 2010-03-15 Image::ExifTool::Geotag(3)

Check Out this Related Man Page

Image::ExifTool::Sony(3pm)				User Contributed Perl Documentation				Image::ExifTool::Sony(3pm)

NAME
Image::ExifTool::Sony - Sony EXIF maker notes tags SYNOPSIS
This module is loaded automatically by Image::ExifTool when required. DESCRIPTION
This module contains definitions required by Image::ExifTool to interpret Sony maker notes EXIF meta information. NOTES
Also see Minolta.pm since Sony DSLR models use structures originating from Minolta. AUTHOR
Copyright 2003-2011, Phil Harvey (phil at owl.phy.queensu.ca) This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. REFERENCES
<http://www.cybercom.net/~dcoffin/dcraw/> <http://homepage3.nifty.com/kamisaka/makernote/makernote_sony.htm> <http://www.klingebiel.com/tempest/hd/pmp.html> ACKNOWLEDGEMENTS
Thanks to Thomas Bodenmann, Philippe Devaux, Jens Duttke, Marcus Holland-Moritz, Andrey Tverdokhleb, Rudiger Lange, Igal Milchtaich and Michael Reitinger for help decoding some tags. SEE ALSO
"Sony Tags" in Image::ExifTool::TagNames, "Minolta Tags" in Image::ExifTool::TagNames, Image::ExifTool(3pm) perl v5.12.4 2011-06-09 Image::ExifTool::Sony(3pm)
Man Page

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Filter a .kml file (xml) with data set from text file

I have a .kml file. So I want filter the .kml to get only the tags that have this numeric codes that they are in a text file 11951 11952 74014 11964 11965 11969 11970 11971 11972 60149 74018 74023 86378 11976 11980 11983 11984 11987 (5 Replies)
Discussion started by: pcoj33
5 Replies

2. UNIX for Beginners Questions & Answers

GPS Device not able to read xml files

Hi, new to Forum and I am not knowledgeable on any coding/encrypting or xml. Short version of my problem is this; My wife bought me a golf GPS unit years ago and the company was bought out by Callaway Golf and eventually discontinued. They dropped all support and website servers. This unit... (14 Replies)
Discussion started by: raidercruz
14 Replies

3. Shell Programming and Scripting

UTC to GPS

Gents, Kindly can u help with this. I would like to get GPS time from UTC Input 17/11/27 03:13:50:480000 17/11/27 03:12:54:380000 17/11/27 03:14:39:980000 output desired. 17/11/27 03:13:50:480000 1195787648480000 17/11/27 03:12:54:380000 1195787592380000 17/11/27... (6 Replies)
Discussion started by: jiam912
6 Replies