INPUT DATA
Text files
Input from one file
File contains coordinates of given points. First column is point number, coordinates follows in order: X, Y [m], dx, dy [mm]. Example
Input from two files
Two files with values from two measurement periods. Each file contains point id followed by coordinates in order: Y, X [m].
XML
Data input may be in inner XML format. Detailed description of all elements, attributes and their possible values.
Basically it is also possible to use input from one or two files. To study format or fill XML input file is possible to use partly profiled form
XML Input from one file
Element <point> contains either coordinates from two measurement periods <xo>, <yo>,<xn>, <yn> or coordinates <xo>, <yo> and their change <xn>, <yn> . For resolution serves argument „ ptype “ in parent element <points-observations> , with value “ full ” (for two periods coordinates), or “ increment ” (for coordinate changes).
XML Input from two files
Element <point> contains only coordinates <xo>, <yo> and second file is as well. Application will match points according to their ID.
More information can be found at www.vugtk.cz/~deformace
RELATED ITEMS