Re: [Therion] Scrap limits

2017-12-30 Thread Benedikt Hallinger via Therion
Hello, i played a little more and it looks good. For the archive, here the source of the revised script. I changed it so each survey gets its own th2-file now. Included is now also an extendet elevation and two sectionals. --- tar -xzf MASSTEST.tar.gz cd

Re: [Therion] Scrap limits

2017-12-30 Thread Benedikt Hallinger via Therion
Hello Stacho, thank you very much for your modification! I was not aware of the autojoin feature which i abused by acident here. I will play a little with this! Am 2017-12-29 22:47, schrieb Stacho Mudrak via Therion: I am sorry, I am not sure I understand. The problem is, if there are two

Re: [Therion] Scrap limits

2017-12-29 Thread Stacho Mudrak via Therion
I am sorry, I am not sure I understand. The problem is, if there are two lines in two different scraps within one .th2 file starting or ending from point with same coordinates, therion automatically creates a join between them. In your file, each of line of 5000 scraps are the same. Therefore

Re: [Therion] Scrap limits

2017-12-29 Thread Benedikt Hallinger via Therion
Shouldnt they be placed at the actual position according to station coordinates prior joining, ie the scrap point reference coordinates be local to its namespace? Am 2017-12-29 11:20, schrieb Stacho Mudrak via Therion: ​Hello, I have not investigated to details a lot, but the problem with

Re: [Therion] Scrap limits

2017-12-29 Thread Stacho Mudrak via Therion
​Hello, I have not investigated to details a lot, but the problem with this huge file is search for automatic joins. All the scraps are in one giant file and have a lot of common points so it tries to auto-connect every scrap with every scrap, therefore n^2 memory usage. Situation that should not

Re: [Therion] Scrap limits

2017-12-03 Thread Benedikt Hallinger via Therion
Thank, how could i switch this? I also wrote a small testcase that segfaulted at about 3000 scraps. Am 2017-12-02 9:55, schrieb Martin Budaj via Therion: Hi, there is no change regarding the limits in Therion. If there is a real need, following could be done: - in the current version of

Re: [Therion] Scrap limits

2017-12-01 Thread Martin Budaj via Therion
Hi, there is no change regarding the limits in Therion. If there is a real need, following could be done: - in the current version of MetaPost, it's possible to used "double" arithmetic just by specifying a command line option, which practically eliminates MetaPost limits - instead of pdfTeX we

Re: [Therion] Scrap limits

2017-11-28 Thread Benedikt Hallinger via Therion
Maybe another question: Assume a large cave with thousands of scraps. When i make a thconfig file sourcing all that data, but using "select" statements i only select partial data, does the metapost limit apply to the whole dataset or just the scraps covered by the select command? Am

[Therion] Scrap limits

2017-11-28 Thread Benedikt Hallinger via Therion
Hello Martin, is the blow limit of 4096 scraps still valid in the current version? Or is it already fixed so we can use more scraps? On Tue, Dec 1, 2009 at 5:26 PM, Carl Magnuson wrote: It looks like the solution is to issue the following metapost command: warningcheck := 0; Indeed. The