XifGps2Xml : Différence entre versions
(→Formalism) |
|||
| Ligne 40 : | Ligne 40 : | ||
==Output== | ==Output== | ||
For example, with mm3d XifGps2Xml .*jpg Test :<br> | For example, with mm3d XifGps2Xml .*jpg Test :<br> | ||
| − | — | + | — For each image, containing gps data in exif, a file is created containing the gps information in xml micmac |
format.<br> | format.<br> | ||
| − | — | + | — For example for <b>Image100.jpg</b>, <b>Ori-Test/Orientation-Image100.jpg.xml</b> is created, in xml micmac for- |
mat.<br> | mat.<br> | ||
| − | — | + | — The coordinate system is a local tangent sytem, with origin at centre of images.<br> |
| − | — | + | — The file RTLFromExif.xml contains the definition of this system in MicMac format. |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
Version du 23 novembre 2016 à 10:16
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
Some options :
— 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 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.