XifGps2Txt
De MicMac
Sommaire
Description
Often the GPS information is not in separate files but directly embedded in the EXIF metadata. The tools XifGps2Xml and XifGps2Txt allow to do extract this information and convert it to text or XML file.
Syntax
The global syntax for XifGps2Txt is :
mm3d XifGps2Txt FullName NamedArgs
Help
You can access to the help by typing :
mm3d XifGps2Txt -help
Mandatory unnamed args
- string :: {Full Name}
Named args
- [Name=OutTxtFile] string :: {Def file created : ’GpsCoordinatesFromExif.txt’ }
- [Name=Sys] string :: {System to express output coordinates : WGS84_deg/WGS84_rad/GeoC ; Def=WGS84_deg}
- [Name=DefZ] REAL
If there is no GPS data into EXIF metadata, the output file will be created as an empty file.
Example
For example, with :
mm3d XifGps2Txt .*jpg
It returns the GpsCoordinatesFromExif.txt file:
2016-04-02_12-22-07.jpg 1.908783 47.902767 161.000000 2016-04-02_12-22-18.jpg 1.908758 47.902861 161.000000 2016-04-02_12-22-29.jpg 1.908717 47.902964 159.000000 2016-04-02_12-22-56.jpg 1.908556 47.902828 154.000000 2016-04-02_12-23-07.jpg 1.908506 47.902789 157.000000 2016-04-02_12-23-12.jpg 1.908511 47.902722 157.000000 ...