Yes it was a little tedious reverse engineering it. I had finished all but one part when Beat sent me the format
https://bitbucket.org/AndrewA/topparser/src/default/PocketTopoFileFormat.txt The xvi format is easy to read, it looks like I did not write it down, but form memory. set XVIgrids {1.0 m} set XVIstations { {0.00 0.00 1.0} .... } set XVIshots { {3199.45 -4991.65 2748.03 -4982.99} ..... } set XVIsketchlines { {black 1111.02 -2156.69 1007.09 -2100.00 917.32 -2019.69 841.73 -1972.44} ..... } set XVIgrid {-243.307086614 -5484.48818898 78.7401574803 0.0 0.0 78.7401574803 72 75} XVIgrid is the size of the grid, not sure if other units than m is aceptable XVIStations is the coordinates of the stations XVIshots are lines joining the stations, ie legs XVIsketchlines points connected by lines, with the colour at the begining, I think that there are 7 colours black, gray, green, blue, red,orange, brown XVIgrids was something no obvious and might have involve DPI in the file Writeth2.py form topParser #Grid is{bottom left x, bottom left y, #x1 dist, y1 dist, x2 dist, y2 dist, number of x, number of y} See def XVIwrite( for more detail Hope that helps Andrew On 11/01/2019 12:35, Adam Pyka via Therion wrote: > H All, > > Are there any documentation about the XTherion XVI file format (the > structure, etc) and/or the .txt PocketTopo that can be imported? > > I know that I can do the reverse engeneering but it will be much more > easier to find out the official source documentation. > > Cheers, > Adam > _______________________________________________ > Therion mailing list > [email protected] > https://mailman.speleo.sk/listinfo/therion > _______________________________________________ Therion mailing list [email protected] https://mailman.speleo.sk/listinfo/therion
