Re: [Therion] Symbol assign - use metapost def instead

2020-11-02 Thread Martin Sluka via Therion
Anyway you may hack the file thTrans.mp

Martin

> 2. 11. 2020 v 10:08, Pavel Herich :
> 
> It does work, thank You!
> Pavel
> 
> Dňa 2020-11-02 09:25 Bruce Mutton napísal(a):
>> I have done exactly that, but with conjectural water to be shown with
>> the permanent water symbol.
>> Need to use a little metapost in your layout...
>>  #replace conjectural waterflow symbol with permanent symbol to
>> improve visibility
>>  code metapost
>>  def l_waterflow_conjectural (expr Path) =
>>l_waterflow_permanent_UIS (Path);
>>  enddef;
>>  endcode
>> You need to do a similar thing with the definition of your debris and
>> presumed wall lines to show instead as bedrock.
>> Bruce
>> -Original Message-
>> From: Therion  On Behalf Of Pavel Herich
>> Sent: Monday, 2 November 2020 20:27
>> To: List for Therion users 
>> Subject: [Therion] Symbol assign
>> Hi,
>> when exporting maps to a large scale, I´d like to assign wall:debris,
>> wall:presumed etc. to just "wall". "Symbol-assign line wall:debris
>> wall:bedrock" in config file doesn´t work, any idea?
>> Thank you
>> Pavel
>> ___
>> 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 mailing list
> Therion@speleo.sk
> https://mailman.speleo.sk/listinfo/therion

___
Therion mailing list
Therion@speleo.sk
https://mailman.speleo.sk/listinfo/therion


[Therion] Therion/Survex <=> COMPASS conversion

2020-11-02 Thread Evaristo Quiroga

Hi,

I have been a COMPASS user the last two decades. Four years ago I have 
switched to Therion for the mainly tasks, but I need also powerful 
COMPASS  tools like:


 * Blunder and gross errors detection:
   
https://www.fountainware.com/compass/HTML_Help/Project_Manager/findblunders.htm
 * Complex Plotting:
   https://www.fountainware.com/compass/HTML_Help/Compass_Viewer/complexplot.htm
 * Graph Tools:
   https://www.fountainware.com/compass/HTML_Help/Compass_Viewer/graphtools.htm

To can use this tools and need to convert files: " .th" --> " .dat"  and 
Export from Therion to ".plt"


To use  "COMPASS Viewer", where are the graph and complex plotting 
tools,  I need ".plt" files.


Therion export directly to ".plt" but don't use Compass surveys and 
sections.  A  Therion survey is equivalent to Compass section. And 
Therion centerline is equivalent to Compass survey. All the data  
exported from Therion to .plt are in only one Compass Section/survey.


And the export option  "-disable splay-shots" do anything, the ".plt" 
have  always the splay shots.


An other approach is to export to ".3d". From AVEN I can disable the 
splays an export to ".plt". The files have the same problem, don't 
export the data by surveys.


Actually I am exporting to ".3d". In AVEN  I disable splay shoots, and 
select one survey and export. I repeat for all surveys. After I 
copy all the data to one only file, and do two tweaks to have a 
good ".plt" to work with "Compass Viewer tools".


It would be much more efficient to be able to export Therion models 
directly to .plt files, with Compass section and survey.
I really only need to export in one of the concepts (section or survey) 
the Therion surveys to be able to use the tools.


To import Compass ".dat" files to Therion ".th" I use Auriga or 
Topodroid. It's fine.


Searching in the mail Archive I have found Torsten have made a excel 
macro tool too.


https://www.mail-archive.com/therion@speleo.sk/msg07339.html

The inverse conversion is more problematic. Topodroid do a similar 
Therion/Survey approach, and put all the data in only one survey. Here 
is very important to have all the data in surveys (centerline) and 
sections (survey), with its survey date  and fix station or declination. 
To be able to use the Blunder detection tool I will have to reconstruct 
by hand all the header information of the survey (date and fix station 
or declination).


I'm doing tests with Auriga, but for now I don't have good results either.

Regards,

Evaristo.

___
Therion mailing list
Therion@speleo.sk
https://mailman.speleo.sk/listinfo/therion


Re: [Therion] Symbol assign - use metapost def instead

2020-11-02 Thread Pavel Herich

It does work, thank You!
Pavel

Dňa 2020-11-02 09:25 Bruce Mutton napísal(a):

I have done exactly that, but with conjectural water to be shown with
the permanent water symbol.
Need to use a little metapost in your layout...

  #replace conjectural waterflow symbol with permanent symbol to
improve visibility
code metapost
def l_waterflow_conjectural (expr Path) =
  l_waterflow_permanent_UIS (Path);
enddef;
endcode

You need to do a similar thing with the definition of your debris and
presumed wall lines to show instead as bedrock.
Bruce

-Original Message-
From: Therion  On Behalf Of Pavel Herich
Sent: Monday, 2 November 2020 20:27
To: List for Therion users 
Subject: [Therion] Symbol assign

Hi,
when exporting maps to a large scale, I´d like to assign wall:debris,
wall:presumed etc. to just "wall". "Symbol-assign line wall:debris
wall:bedrock" in config file doesn´t work, any idea?
Thank you
Pavel
___
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 mailing list
Therion@speleo.sk
https://mailman.speleo.sk/listinfo/therion


Re: [Therion] Symbol assign - use metapost def instead

2020-11-02 Thread Benedikt Hallinger

I just did that with the AUT symbol set and it looks good:

--- snip 
layout 
...

code metapost
def l_wall_underlying_UIS (expr Path) = 
l_wall_bedrock_UIS (Path); enddef;
def l_wall_presumed_UIS (expr Path) = l_wall_bedrock_UIS 
(Path); enddef;
def l_wall_pit_AUT (expr Path) = l_wall_bedrock_UIS 
(Path); enddef;
def l_wall_sand_AUT (expr Path) = l_wall_bedrock_UIS 
(Path); enddef;
def l_wall_clay_AUT (expr Path) = l_wall_bedrock_UIS 
(Path); enddef;
def l_wall_pebbles_AUT (expr Path) = l_wall_bedrock_UIS 
(Path); enddef;
def l_wall_debris_AUT (expr Path) = l_wall_bedrock_UIS 
(Path); enddef;
def l_wall_blocks_AUT (expr Path) = l_wall_bedrock_UIS 
(Path); enddef;
def l_wall_ice_AUT (expr Path) = l_wall_bedrock_UIS 
(Path); enddef;
def l_wall_underlying_AUT (expr Path) = 
l_wall_bedrock_UIS (Path); enddef;
def l_wall_overlying_AUT (expr Path) = 
l_wall_bedrock_UIS (Path); enddef;
def l_wall_moonmilk_AUT (expr Path) = l_wall_bedrock_UIS 
(Path); enddef;
def l_wall_flowstone_AUT (expr Path) = 
l_wall_bedrock_UIS (Path); enddef;

endcode

...
endlayout
--- snap --


Am 2020-11-02 9:25, schrieb Bruce Mutton:

I have done exactly that, but with conjectural water to be shown with
the permanent water symbol.
Need to use a little metapost in your layout...

  #replace conjectural waterflow symbol with permanent symbol to
improve visibility
code metapost
def l_waterflow_conjectural (expr Path) =
  l_waterflow_permanent_UIS (Path);
enddef;
endcode

You need to do a similar thing with the definition of your debris and
presumed wall lines to show instead as bedrock.
Bruce

-Original Message-
From: Therion  On Behalf Of Pavel Herich
Sent: Monday, 2 November 2020 20:27
To: List for Therion users 
Subject: [Therion] Symbol assign

Hi,
when exporting maps to a large scale, I´d like to assign wall:debris,
wall:presumed etc. to just "wall". "Symbol-assign line wall:debris
wall:bedrock" in config file doesn´t work, any idea?
Thank you
Pavel
___
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 mailing list
Therion@speleo.sk
https://mailman.speleo.sk/listinfo/therion


[Therion] Symbol assign - use metapost def instead

2020-11-02 Thread Bruce Mutton
I have done exactly that, but with conjectural water to be shown with the 
permanent water symbol.
Need to use a little metapost in your layout...

  #replace conjectural waterflow symbol with permanent symbol to improve 
visibility
code metapost
def l_waterflow_conjectural (expr Path) =
  l_waterflow_permanent_UIS (Path);
enddef;
endcode

You need to do a similar thing with the definition of your debris and presumed 
wall lines to show instead as bedrock.
Bruce

-Original Message-
From: Therion  On Behalf Of Pavel Herich
Sent: Monday, 2 November 2020 20:27
To: List for Therion users 
Subject: [Therion] Symbol assign

Hi,
when exporting maps to a large scale, I´d like to assign wall:debris, 
wall:presumed etc. to just "wall". "Symbol-assign line wall:debris 
wall:bedrock" in config file doesn´t work, any idea?
Thank you
Pavel
___
Therion mailing list
Therion@speleo.sk
https://mailman.speleo.sk/listinfo/therion

___
Therion mailing list
Therion@speleo.sk
https://mailman.speleo.sk/listinfo/therion