XifGps2Xml : Différence entre versions
De MicMac
(→Help) |
|||
| (8 révisions intermédiaires par 2 utilisateurs non affichées) | |||
| Ligne 1 : | Ligne 1 : | ||
[[Image:picto-liste.png|25px]] [[Command|List of commands]] | [[Image:picto-liste.png|25px]] [[Command|List of commands]] | ||
==Description== | ==Description== | ||
| − | Often the | + | 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 | + | [[XifGps2Xml]] and [[XifGps2Txt]] allow to do extract this information and convert it to text or XML file. |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
===Syntax=== | ===Syntax=== | ||
| − | The global syntax for | + | The global syntax for XifGps2Xmlt is : |
<pre>mm3d XifGps2Xml FullName Orientation NamedArgs</pre> | <pre>mm3d XifGps2Xml FullName Orientation NamedArgs</pre> | ||
| Ligne 20 : | Ligne 12 : | ||
<pre>mm3d XifGps2Xml -help</pre> | <pre>mm3d XifGps2Xml -help</pre> | ||
| − | Mandatory unnamed args : | + | ====Mandatory unnamed args :==== |
* string :: {Full Name} | * string :: {Full Name} | ||
* string :: {Orientation} | * string :: {Orientation} | ||
| − | Named args : | + | ====Named args :==== |
* [Name=DoRTL] bool :: {Do Local Tangent RTL (def=true)} | * [Name=DoRTL] bool :: {Do Local Tangent RTL (def=true)} | ||
* [Name=RTL] string :: {Name RTL} | * [Name=RTL] string :: {Name RTL} | ||
| Ligne 29 : | Ligne 21 : | ||
* [Name=DefZ] REAL | * [Name=DefZ] REAL | ||
| − | + | ====Options :==== | |
| − | * DefZ | + | * <b>DoRTL</b> : Transform the coordinate in RTL. |
| − | * SysCo | + | * <b>RTL</b> : Name of the file which define the RTL. |
| + | * <b>DefZ</b> : Will allow to specify the altitude value, not implemanted for now. | ||
| + | * <b>SysCo</b> : Allow to change the coordinate system. | ||
===Example=== | ===Example=== | ||
| − | + | For example, with : | |
| − | <pre>mm3d | + | <pre>mm3d XifGps2Xml ".*jpg" Test</pre> |
| − | + | * For each image, containing GPS data in EXIF, a file is created containing the GPS information in XML MicMac format. | |
| − | + | * For example for <b>Image100.jpg</b>, <b>Ori-Test/Orientation-Image100.jpg.xml</b> is created, in XML MicMac format. | |
| − | + | * The coordinate system is a local tangent sytem, with origin at center of images. | |
| − | + | ||
| − | * For each image, containing | + | |
| − | * For example for <b>Image100.jpg</b>, <b>Ori-Test/Orientation-Image100.jpg.xml</b> is created, in | + | |
| − | * The coordinate system is a local tangent sytem, with origin at | + | |
* The file RTLFromExif.xml contains the definition of this system in MicMac format. | * The file RTLFromExif.xml contains the definition of this system in MicMac format. | ||
Version actuelle en date du 28 mars 2024 à 09:40
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 XifGps2Xmlt is :
mm3d XifGps2Xml FullName Orientation NamedArgs
Help
You can access to the help by typing :
mm3d XifGps2Xml -help
Mandatory unnamed args :
- string :: {Full Name}
- string :: {Orientation}
Named args :
- [Name=DoRTL] bool :: {Do Local Tangent RTL (def=true)}
- [Name=RTL] string :: {Name RTL}
- [Name=SysCo] string :: {System of coordinates, by default RTL created (RTLFromExif.xml)}
- [Name=DefZ] REAL
Options :
- DoRTL : Transform the coordinate in RTL.
- RTL : Name of the file which define the RTL.
- DefZ : Will allow to specify the altitude value, not implemanted for now.
- SysCo : Allow to change the coordinate system.
Example
For example, with :
mm3d XifGps2Xml ".*jpg" Test
- For each image, containing GPS data in EXIF, a file is created containing the GPS information in XML MicMac format.
- For example for Image100.jpg, Ori-Test/Orientation-Image100.jpg.xml is created, in XML MicMac format.
- The coordinate system is a local tangent sytem, with origin at center of images.
- The file RTLFromExif.xml contains the definition of this system in MicMac format.