Re: [Therion] Secondary station

2017-10-11 Thread Bertrand Hauser via Therion
Salut,

I think you can use the "flag" directive :
(extract from the THBook)
*flags ▷ set flags for following shots. The supported flags are: surface
(for surface measurements), duplicate (for duplicated surveys), splay (for
short side legs that are hidden in maps and models by default). These are
excluded from length calculations. All shots having one of the stations
named either ‘.’ or ‘-’ are splay shots by default (see also data command).
If flag is set to approx[imate], it is included to total length
calculations, but also displayed separately in survey statistics. It should
be used for shots, that were not surveyed properly and need to be
resurveyed. Also “not” is allowed before a flag.*

Example :

survey  -title "Blablabla"

  centerline
date 2017.10.01
team "zzz " notes
team " T" clino compass tape
units length meters
units compass clino degrees
data normal from to length compass clino
flags duplicate
0 - 1.39 30.0 -0.8
0 - 2.56 344.8 -3.6
0 - 3.46 313.9 -2.2
0 - 2.13 270.4 1.5
0 - 2.56 339.4 45.3
0 - 2.43 276.2 26.0
0 1 10.47 336.5 -46.1
# 
# all the shots you xwant to exclude from cave total length
# 
flags not duplicate
# ...
# the normal shots
# ...
  endcenterline

endsurvey

When you export a survey-list, you can see the total of each length type
(surveyed, explored, duplicate, surface...).

Bonnes explos !
Bertrand

2017-10-11 7:46 GMT+02:00 Matthieu Egels via Therion :

> I am currently work on a large topographic project of a hypogenic cave in
> the south of the france.
> Is it possible to define secondary stations or to define shoot which are
> not take ino account for the length of the cave.
> Thanks for your help.
> ___
> Therion mailing list
> Therion@speleo.sk
> https://mailman.speleo.sk/listinfo/therion
>
___
Therion mailing list
Therion@speleo.sk
https://mailman.speleo.sk/listinfo/therion


[Therion] coupe et plan

2016-02-04 Thread Bertrand Hauser
Salut,

Mes fichiers th2 sont indépendants de la vue finale. Personnellement, je
sépare les plan et les coupes. Je découpe aussi mes plans (et mes coupes)
en plusieurs fichiers quand la cavité est importante.
Dans mon thconfig, j'intègre les 2 vues (plan et coupe) à l'aide de
l'instruction map-image.

Mon thconfig a en gros cette organisation :

source cavite.th
input ../layout-standard.thconfig #je mets dedans tout ce qui est générique
à toutes mes topos
layout maCoupe
 # les directives concernant ma coupe
endlayout
layout monPlan
 # les directives concernant mon plan
endlayout
layout lesDeuxEnsemble
copy monPlan
map-image  x  y  orig exports/cavite-coupe.pdf
endlayout
#je fais cet export uniquement pour qu'il soit récupéré et intégré dans le
plan
export map -projection extended -o exports/cavite-coupe.pdf -layout maCoupe
# je génére mon plan et y intègre ma coupe.
export map -projection plan -o exports/cavite-plan-et-coupe.pdf -layout
lesDeuxEnsemble

Si d'ailleurs il y a de meilleurs manières de faire, je suis preneur...
Bonnes explos,
Bertrand

Le 4 février 2016 à 15:30, Yann Gardère  a écrit 
:

>
> Bonjour,
>
> Pour ne pas faire n'importe quoi je sollicite votre aide, je souhaiterai
> au final avoir le plan et la coupe dev. sur un même pdf, quel est la
> meilleure solution ?
>
> - 1 fichier th2 par vue que l'on assemble ensuite
>
> ou
>
> - Le même fichier th2 pour les 2 vues
>
> ensuite j'en vient a ma seconde question, dan l'hypothese que je choisisse
> un seul fichier th2 pour les 2 vues et que je veuille repositionner par
> exemple la vue en plan par rapport a la vue en coupe dev., comment faire
> faire pour deplacer un ensemble de ligne en même temps (toute la vue en
> plan) ? (je n'arrive qu'a deplacer qu'un point a la fois)
>
> merci
>
> Gardère Yann
>
> ___
> Therion mailing list
> Therion at speleo.sk
> http://mailman.speleo.sk/mailman/listinfo/therion
>
>
-- next part --
An HTML attachment was scrubbed...
URL: 



[Therion] Ouverture pdf

2016-02-03 Thread Bertrand Hauser
Salut,

Oui, Evince mets en effet un temps conséquent pour tracer les gros PDF. Sur
ma machine, je vois que c'est un peu long pour les grosses topos, mais je
n'ai pas eu le temps de me pencher sur l'utilisation d'un autre viewer.
D'ailleurs, si tu as un retour d'expérience, ca peut être utile à tous...

Bertrand

Le 3 février 2016 à 13:11, Guy Demars  a écrit :

> Bonjour,
>
> Bertrand, arrives-tu à ouvrir un gros PDF avec Evince, moi je l'ai
> abandonné car il met deux plombes à m'ouvrir mes fichiers (ce sont de
> grandes topos, certes, mais d'autre visualiseurs sont beaucoup plus rapides)
>
> Guy
>
> Le 03/02/2016 08:45, Bertrand Hauser a écrit :
>
> Salut,
>
> Cela dépends du logiciel que tu utilises pour visionner ton PDF.
> Personnellement, le mien met à jour l'affichage immédiatement, lorsque le
> fichier est modifié. Ainsi, je n'ai qu'à switcher entre Xtherion et mon
> visualisateur PDF lorsque j'ai lancé la compilation, le viewer restant
> ouvert en permanence sur le fichier d'export.
> A noter que je suis sous Linux, avec le PDF viewer de base de Gnome.
>
> A +
> Bertrand
>
> Le 3 février 2016 à 08:04, Yann Gardère  a 
> écrit :
>
>>
>> Bonjour,
>>
>> Peut t'on automatiser l'ouverture du pdf généré à chaque compilation de
>> la cavité ?
>>
>> Je n'ai pas trouvé d'autre moyen que de regarder manuellement le résultat
>> de chaque nouvel élément graphique en ouvrant manuellement le pdf suite à
>> la compilation
>>
>> Merci!
>>
>> Gardère Yann
>>
>> ___
>> Therion mailing list
>> Therion at speleo.sk
>> http://mailman.speleo.sk/mailman/listinfo/therion
>>
>>
>
>
> ___
> Therion mailing listTherion at 
> speleo.skhttp://mailman.speleo.sk/mailman/listinfo/therion
>
>
>
> ___
> Therion mailing list
> Therion at speleo.sk
> http://mailman.speleo.sk/mailman/listinfo/therion
>
>
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://mailman.speleo.sk/pipermail/therion/attachments/20160203/b4ee5128/attachment.html>


[Therion] Ouverture pdf

2016-02-03 Thread Bertrand Hauser
Salut,

Cela dépends du logiciel que tu utilises pour visionner ton PDF.
Personnellement, le mien met à jour l'affichage immédiatement, lorsque le
fichier est modifié. Ainsi, je n'ai qu'à switcher entre Xtherion et mon
visualisateur PDF lorsque j'ai lancé la compilation, le viewer restant
ouvert en permanence sur le fichier d'export.
A noter que je suis sous Linux, avec le PDF viewer de base de Gnome.

A +
Bertrand

Le 3 février 2016 à 08:04, Yann Gardère  a écrit 
:

>
> Bonjour,
>
> Peut t'on automatiser l'ouverture du pdf généré à chaque compilation de la
> cavité ?
>
> Je n'ai pas trouvé d'autre moyen que de regarder manuellement le résultat
> de chaque nouvel élément graphique en ouvrant manuellement le pdf suite à
> la compilation
>
> Merci!
>
> Gardère Yann
>
> ___
> Therion mailing list
> Therion at speleo.sk
> http://mailman.speleo.sk/mailman/listinfo/therion
>
>
-- next part --
An HTML attachment was scrubbed...
URL: 



[Therion] LRUD for the "from" station.

2015-12-10 Thread Bertrand Hauser
Hello,

I have a long list of data with LRUD given for the "from" station of the
shot.

When I have, for example, this line :

data normal from to length clino compass right left up down
A B 5.48 -4.2  1.22 1.04 18.5 3.53 0.80
B C .

The LRUD datas refers to the station B. Is there a way to tell to therion
that LRUD datas refer to station A ?

Naturaly, I can copy/paste each LRUD data to the previous line or
extracting the LRUD datas to an new directive :
data dimensions station right left up down
A 1.22 1.04 18.5 3.53 0.80
B 
C 

But is there a way to avoid the modification of the order of my actual
datas ?
I haven't find the answer in the Thbook, but it's possible that I miss
something.

Thanks,
Bertrand
-- next part --
An HTML attachment was scrubbed...
URL: 



[Therion] select / unselect export map with and without offset

2013-10-14 Thread Bertrand Hauser
Hello,

I don't understand the use of select/unselect.
I want to produce 2 export : one map without offset, and another one with
offset.
So I have defined in my survey "caviteMEGEVETTE" the 2 maps :

map planGeneral
  planSuperieur
  break
  planInferieur
  break
endmap

map planGeneralDecoupe
  planSuperieur
  break
  planInferieur [0 -100 m] below
  break
endmap


In my thconfig file, I specify :

### Plan en un seul morceau (no offset)
select planGeneral at caviteMEGEVETTE
export map -projection plan -o ../plan.pdf -layout mon_plan
unselect planGeneral at caviteMEGEVETTE

### Ces lignes concernent un plan en 2 morceaux (with offset).
select planGeneralDecoupe at caviteMEGEVETTE
export map -projection plan -o ../planDecoupe.pdf -layout mon_plan_decoupe
unselect planGeneralDecoupe at caviteMEGEVETTE

But the first export have the offset map...
I tried to add an unselect to all the id of map definition, but the result
is still the same.
The unique solution is to comment alternatively each block "select - export
- unselect" and compile both separatively.

What is the way to generate the both export in the same compilation ?

Thanks,
Bertrand
-- next part --
An HTML attachment was scrubbed...
URL: 



[Therion] How to disable splay shots on KML ?

2012-04-17 Thread Bertrand HAUSER
Hi,

I have experimented these command lines :

## Export LOX
export model -format loch -o ../disable-all.lox -wall-source maps -disable
all
export model -format loch -o ../disable-splay-shots.lox -wall-source maps
-disable splay-shots
export model -format loch -o ../no-option.lox -wall-source maps
#just to see if enable splay-shots have an impact
export model -format loch -o ../disable-all-enable-splay-shots.lox
-wall-source maps -disable all -enable splay-shots
export model -format loch -o ../enable-splay-shots.lox -wall-source maps
-enable splay-shots

## Export KML
export model -format kml -o ../disable-all.kml -disable all
export model -format kml -o ../disable-splay-shots.kml -disable splay-shots
export model -format kml -o ../no-option.kml
#just to see if enable splay-shots have an impact
export model -format kml -o ../disable-all-enable-splay-shots.kml -disable
all -enable splay-shots
export model -format kml -o ../enable-splay-shots.kml -enable splay-shots

I have verified that i have the correct version of therion (I'm on Linux
Ubuntu) :
$ therion --version
therion 5.3.9

In my case, I haven't seen a impact of the option enable/disable
splay-shots. For lox format, it is not a big problem, because the tips you
give me the last time permits to enable/disable the splay-shot in the
display.
I put all the result in the attached zip file (I also add one of the survey
centerline TH file). I can send to developers, if necessary, all the file I
used, but if you have the same conclusion, my case shoud not be a
exception...

Bertrand

2012/4/17 Bruce 

>  Bertrand
>
> ** **
>
> This is a relatively new feature I think.  The syntax you experimented
> with in your earlier post seems reasonable.
>
> http://article.gmane.org/gmane.comp.gis.therion/2912/match=splay  At
> least no errors are reported.
>
> ** **
>
> However I just experimented with both .lox and .kml outputs.
>
> It seems that splays are generated regardless of whether splay-shots are
> enabled or disabled for both of these formats.
>
> ** **
>
> I think this feature needs some more development work :)
>
> Bruce
>
> ___
> Therion mailing list
> Therion at speleo.sk
> http://mailman.speleo.sk/mailman/listinfo/therion
>
>
-- next part --
An HTML attachment was scrubbed...
URL: 

-- next part --
A non-text attachment was scrubbed...
Name: splay-shots-test.zip
Type: application/zip
Size: 436965 bytes
Desc: not available
URL: 



[Therion] Infinite loop in therion 5.3.9

2012-02-26 Thread Bertrand HAUSER
Indeed, my problem appears in the same situation you describe.

2012/2/26 Footleg 

> This reminded me to report an infinite loop situation I encountered on
> Windows. In my case it appears that if you create a single scrap and only
> put in survey points (i.e. no wall lines yet) and try to generate a PDF of
> the plan then Therion appears to run forever. As soon as you add some walls
> it compiles the project find, but this is not a serious problem. But it has
> caught me out a couple of times recently.
>
> Footleg
>
> On 26 February 2012 18:00, Bertrand HAUSER  descente-canyon.com>wrote:
>
>> Hi,
>>
>> I have an infinite loop with Therion 5.3.9 on Ubuntu. I have to kill the
>> processus to stop it.
>> When I look to the Therion tmp working directory, there is a big file
>> (some Go if I don't stop fastly) witch name is : th_pagedef.tex
>> The begining of this file is in attachment. The infinite loop repeat this
>> ending line : \PL{q}\PL{1.00 0.03 -0.03 1.00 -nan -inf
>> cm}\PB{0}{0}{\THWgrida}\PL{Q}%
>> I don't understand tex language...
>> In attachment, the zip file with the file I compile.
>>
>> Sorry for my english,
>> Bertrand
>>
>> ___
>> Therion mailing list
>> Therion at speleo.sk
>> http://mailman.speleo.sk/mailman/listinfo/therion
>>
>>
>
> ___
> Therion mailing list
> Therion at speleo.sk
> http://mailman.speleo.sk/mailman/listinfo/therion
>
>
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://mailman.speleo.sk/pipermail/therion/attachments/20120226/572113ca/attachment.html>


[Therion] Infinite loop in therion 5.3.9

2012-02-26 Thread Bertrand HAUSER
Hi,

I have an infinite loop with Therion 5.3.9 on Ubuntu. I have to kill the
processus to stop it.
When I look to the Therion tmp working directory, there is a big file (some
Go if I don't stop fastly) witch name is : th_pagedef.tex
The begining of this file is in attachment. The infinite loop repeat this
ending line : \PL{q}\PL{1.00 0.03 -0.03 1.00 -nan -inf
cm}\PB{0}{0}{\THWgrida}\PL{Q}%
I don't understand tex language...
In attachment, the zip file with the file I compile.

Sorry for my english,
Bertrand
-- next part --
An HTML attachment was scrubbed...
URL: 

-- next part --
A non-text attachment was scrubbed...
Name: th_pagedef.tex
Type: application/x-tex
Size: 9937 bytes
Desc: not available
URL: 

-- next part --
A non-text attachment was scrubbed...
Name: Ma_cavite.zip
Type: application/zip
Size: 3684 bytes
Desc: not available
URL: