XifGps2Xml : Différence entre versions
(→Help) |
(→Help) |
||
| Ligne 20 : | Ligne 20 : | ||
<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 29 : | ||
* [Name=DefZ] REAL | * [Name=DefZ] REAL | ||
| − | + | ====Options :==== | |
| − | * DefZ will allow to specify the altitude value , not implemanted for now. | + | * <b>DoRTL</b> Transform the coordinate in RTL. |
| − | * SysCo allow to change the coordinate system. | + | * <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=== | ||
Version du 23 novembre 2016 à 10:20
Sommaire
Description
Often the Gps information is not in separate files but directly embeded in the exif metadat. The tools XifGps2Xml and XifGps2Txt allow to do extract this information and convert it to texte or xml file.
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 for- mat; — the coordinate system is a local tangent sytem, with origin at centre of images; — the file RTLFromExif.xml contains the definition of this system in MicMac format;
Syntax
The global syntax for OriExport 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
An example with Cuxha data set :
mm3d OriExport Ori-All-Rel/Orientation-Abbey-IMG_034.*.jpg.xml res.txt
Formalism
Output
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 centre of images.
- The file RTLFromExif.xml contains the definition of this system in MicMac format.