[Therion] Problems to produce extended elevation xvi file

Martin Sluka martinsluka at mac.com
Thu Feb 3 11:33:20 CET 2011


Hi,

there is something wrong with the generation of your xvi file. I just  
generate it with your dataset and it looks OK. Check attachment.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Picture 3.png
Type: image/png
Size: 10168 bytes
Desc: not available
URL: <http://mailman.speleo.sk/pipermail/therion/attachments/20110203/12baf67e/attachment.png>
-------------- next part --------------


Check the beginnings of xvi files too

m.

Yours xvi:

set XVIgrids {10.0 m}
set XVIstations {
   {       -3.02         1.85 B3}
   {       -3.02         1.85 0}
   {       -3.02         1.85 0}
   {        3.02        -1.85 1}
   {  1295534.13       -19.38 1}
   {  1295534.90       -26.94 2}
   {  1295531.03       -34.22 2}
   {  1295536.30       -37.01 3}
   {  1295539.02       -47.85 3}
   {  1295538.47       -56.43 4}
   {  1295544.98       -64.11 4}
   {  1295548.45       -71.30 5}
   {       -3.02     -8132.01 5}
   {       -3.02     -8132.01 6}
   {       -3.02     -8132.01 6}
   {       -3.02     -8132.01 7}
   {       -3.02     -8132.01 7}
   {       -3.02     -8132.01 8}
   {       -3.02     -8132.01 8}
   {       -3.02     -8132.01 9}
   {       -3.02     -8132.01 9}
   {       -3.02     -8132.01 10}
}

My xvi:

set XVIgrids {10.0 m}
set XVIstations {
   {      -39.36        36.57 B3}
   {      -39.36        36.57 0}
   {      -39.36        36.57 0}
   {      -33.32        32.87 1}
   {      -33.32        32.87 1}
   {      -21.66        21.21 2}
   {      -21.66        21.21 2}
   {       -4.52        15.34 3}
   {       -4.52        15.34 3}
   {       -2.33         7.78 4}
   {       -2.33         7.78 4}
   {        3.89         0.50 5}
   {        3.89         0.50 5}
   {        9.36        -2.28 6}
   {        9.36        -2.28 6}
   {       19.55       -13.13 7}
   {       19.55       -13.13 7}
   {       21.61       -21.71 8}
   {       21.61       -21.71 8}
   {       32.18       -29.39 9}
   {       32.18       -29.39 9}
   {       39.36       -36.57 10}
}





On 2.2.2011, at 21:20, Xavier Robert wrote:

> Hi,
>
> My first question : I am trying to draw an extended elevation for a  
> small cave (before to go to the biggest one !). But, I do not arrive  
> to produce any extended-elevation xvi file (The map/plan view is  
> OK). The xvi file I got is systematically wrong : the stations are  
> linked only 2 by 2, with no connections between each. Something must  
> be wrong in my input files or in my understanding how to proceed  
> extended-elevation, but I didn't find what, nor understood why...  
> Does anyone have an idea ?
>
> My B3.th input file is :
> **************
> encoding iso8859-2
> survey B3 -title "B3" -entrance "B3"
>
>
> centerline -extend right
>   date 2010.07.16
>  cs lat-long
>  fix B3 46.101166833 6.78841683 2066.000000
>
>  # declination 0.00  degrees
>  team "G.S. Vulcain"
>   units lenght meters
>   units compass grad
>   units clino grad
>   data normal from to length compass clino left right up down
> 	flags surface
> #	extend right
>   B3 0    0.0      0.0     0.0000      0.5000000      0.5000000       
> 0.3000000      0.5000000
>   0 1    1.8     355.0    -35.0000      0.5000000       
> 0.5000000      0.3000000      0.5000000
>
>   	flags not surface
>   1 2    4.190000       285.0000       -50.0000       2.500000       
> 0.3000000       2.000000       1.000000
>   2 3    4.600000       100.0000       -21.0000      0.5000000        
> 1.500000      0.5000000      0.5000000
>   3 4    2.000000       20.00000       -82.0000      0.2000000       
> 0.2000000       0.000000      0.5000000
>   4 5    2.430000       240.0000       -55.0000      0.6000000       
> 0.5000000       1.000000      0.5000000
>   5 6    1.560000       80.00000       -30.0000      0.5000000       
> 0.5000000       1.000000      0.5000000
>   6 7    3.780000       180.0000       -52.0000      0.3000000        
> 1.000000       1.000000       1.000000
>   7 8    2.240000       380.0000       -85.0000      0.2000000        
> 1.500000       3.000000      0.5000000
>   8 9    3.320000       155.0000       -40.0000      0.3000000       
> 0.4000000       1.000000      0.5000000
>   9 10    2.580000       165.0000      -50.0000      0.3000000       
> 0.4000000       1.000000       1.000000
>
> # extend ignore 10
>
> endcenterline
> endsurvey
> **************
>
> My thconfig is :
> *************
> encoding  utf-8
> source B3.th
>
> # 2-LAYOUT
> # Debut de la definition du Layout "xviexport"
> layout xviexport
>   cs UTM32
>   # echelle a laquelle on veut dessiner la topo
>   scale 1 1000
>   # taille de la grille
>   grid-size 10 10 10 m
>   # mettre la grille en arrière plan
>   grid bottom
> endlayout
> # fin de la définition du layout "xviexport"
>
> # 3-EXPORTS
> #export map -fmt xvi -layout xviexport -o B3-map.xvi
> export map -proj extended -layout xviexport -fmt xvi -o B3-coupe.xvi
>
> #export map -o B3-plan.pdf -layout my_layout
> #export map -projection extended -layout my_layout -o B3-coupe.pdf
> *********
>
> My xvi file is attached to this e-mail
>
> Thanks a lot !
>
> Xav
>
> --
> Xavier ROBERT
> CIFAR Junior Fellow
> GEOTOP, Département des Sciences de la Terre et de l'atmosphère
> Université du Quebec a Montréal
> CP 8888, Succursale centre-ville
> MONTREAL, Quebec
> H3C 3P8
>
> (1-514) 987-3000 poste 3592
> xavier.robert01 at gmail.com
>
> http://www.geotop.ca/index.php?option=com_content&task=view&id=861&Itemid=148
> http://www2.cifar.ca/research/junior-academy/cifar-junior-fellows/?i=331
> http://picasaweb.google.com/xavier.robert01
>
>
> <B3-coupe.xvi>
>
> _______________________________________________
> Therion mailing list
> Therion at speleo.sk
> http://mailman.speleo.sk/mailman/listinfo/therion



More information about the Therion mailing list