Re: [Therion] Metapost for sump/syphon hazard symbol

2024-04-13 Thread Benedikt Hallinger
Hello,just a random comment from me;but wouldn‘t it be important that map readers clearly see „danger“?I am using a sinple warning sign everywhere and clarify using text.So even non-cavers or people not familiar with specific map symbols are clearly pointed at „watch out!“.The droplet proposed here

Re: [Therion] Invalid length reading error reported due to (valid) scrap definition

2023-08-06 Thread Benedikt Hallinger
Hm, I'm not sure this will not trigger alot of false positives in some of my projects, where structure is heavily divided into smaller files which are inputted to form a whole complete. But I want to second you: the error message shown is very not-intuitive to find the root cause. So maybe we

Re: [Therion] finding coordinates of specific station

2023-05-05 Thread Benedikt Hallinger
Another idea might be to export as .sql database, load that with sqlite ("sqlite> .read cave.sql") and query the coordinates of the station. See THBook, . 62 for details of the tables, but the stations table has xyz cooridnates to query. That aproach can be easily automated via shell scripting,

Re: [Therion] Problem with new default settings and recent proj changes

2022-04-26 Thread Benedikt Hallinger
Yes, seems excessive. Why ldap? > Am 26.04.2022 um 14:40 schrieb Wookey : > > On 2022-04-26 12:40 +0200, Benedikt Hallinger wrote: >> Besides that, I cant compile due to missing deps. >> Does someone already have info on what debian packages i need to install? >

Re: [Therion] Problem with new default settings and recent proj changes

2022-04-26 Thread Benedikt Hallinger
Besides that, I cant compile due to missing deps. Does someone already have info on what debian packages i need to install? g++ -DIMG_API_VERSION=1 -Wall -DTHLINUX -O2 -DPROJ_VER=9 -I/usr/include -Iextern -Iextern/shapelib -Iextern/fmt/include -std=c++14 -o ./therion therion-main.cxx ./thdat

Re: [Therion] Water areas produce heavy PDF files

2022-02-23 Thread Benedikt Hallinger
Let not forget muPDF which renders also pretty fast on linux. Am 2022-02-23 13:16, schrieb Bill Gee: I agree that Adobe Reader defines what it means to be "compatible". However, for those of us running Linux Adobe Reader is not a viable option. I used to have an rpm file for a 32-bit Adobe Read

Re: [Therion] Calculation of cave volume

2022-01-27 Thread Benedikt Hallinger
I'm not sure, but I somehow remember something about some script that did the caluclation. Never run it so far, however. And I don't remember the name. Would be cool if such a function would be integrated in therion itself and printed to the log... (maybe do both: just use LRUD data and another

[Therion] Scallop symbol: elonged option?

2022-01-05 Thread Benedikt Hallinger
Hi there, is there a way in which I can stretch the scallop symbol? I have some need for a streched version, but ideally this should probably be an option to the already existing symbol, shouldn't it? ___ Therion mailing list Therion@speleo.sk https:/

Re: [Therion] Migovec Github survey data project

2021-12-19 Thread Benedikt Hallinger
Hi, no specific info on the exact project, but generally you could open a issue ticket there and ask your very question. Each project may have its own rules. But most commonly it works this way: - you clone the repo at github (so its public) - you make a new branch and do your stuff - you then op

Re: [Therion] Map offset: just specify offset in complex dataset (proposes new "offset" thconfig compiler command)

2021-12-18 Thread Benedikt Hallinger
om survey selection is feasible > without any negative side effects. I am just not sure, how much work would it > be to implement it. > > S. > > > >> On Thu, 9 Dec 2021 at 10:37, Benedikt Hallinger wrote: >> Hello, >> I currently experiment with crea

[Therion] Map offset: just specify offset in complex dataset (proposes new "offset" thconfig compiler command)

2021-12-09 Thread Benedikt Hallinger
Hello, I currently experiment with creating a nice overview map of a fairly complex part of the Hirlatz cave. The dataset spans about 8km in passage lengths in variuous levels with lots of over-/underlaying passages. The data is organised in surveys, where each survey defines at least a "Hauptm

Re: [Therion] Fwd: PDF output: layers nested?

2021-11-30 Thread Benedikt Hallinger
Thank you Martin, for clarification! > Am 30.11.2021 um 20:49 schrieb Martin Budaj : > > On Tue, Nov 23, 2021 at 4:42 PM Andrew Atkinson wrote: >>> On 23/11/2021 15:08, Benedikt Hallinger wrote: >>> >>> I don't know PDF specifics, but it would be ver

Re: [Therion] Get shortest route

2021-11-29 Thread Benedikt Hallinger
Some Metadata could be derived from the scraps we have in therion. That will not be 100% accurate, of course, but for ecample if a centerline shot crosses some pit, this could provide useful routing information (because we can infer that we need rope and climbing gear for this leg). Or from the

Re: [Therion] Get shortest route

2021-11-29 Thread Benedikt Hallinger
th:", length / 100, "m") print("Cumulated height going upwards:", upwards / 100, "m") print("Cumulated depth going downwards:", downwards / 100, "m") Cheers, Thomas On Sat, Nov 27, 2021 at 8:25 PM Olly Betts wrote: On Fri, Nov 26, 202

Re: [Therion] Therion] Get shortest route

2021-11-29 Thread Benedikt Hallinger
/Loch models. Bruce -Original Message- From: Therion On Behalf Of Olly Betts Sent: Sunday, 28 November 2021 07:57 To: Benedikt Hallinger Cc: therion@speleo.sk Subject: Re: [Therion] Get shortest route On Fri, Nov 26, 2021 at 05:10:18PM +0100, Benedikt Hallinger wrote: i would want to get

Re: [Therion] Get shortest route

2021-11-28 Thread Benedikt Hallinger
Havin that native in some related software would be awesome. I think aven would be a good candidate for that, as well as loch. Am 2021-11-28 22:33, schrieb Tarquin Wilton-Jones via Therion: I implemented such functionality (not the visualization) a while ago as a little exercise in Python. If y

[Therion] Get shortest route

2021-11-26 Thread Benedikt Hallinger
Hi there, i would want to get some advanced statistics regarding lengths in a very big cave (130km/Hirlatz). Basicly i want to supply two stations and get the following data for the shortest path: - length of shots - cumulated height for shots going upwards - cumulative depth for shots going dow

Re: [Therion] thfill with page background colour?

2021-11-23 Thread Benedikt Hallinger
Great, that works as intended! Thank you very much! Am 2021-11-23 21:35, schrieb Martin Budaj: On Tue, Nov 23, 2021 at 4:34 PM Tarquin Wilton-Jones via Therion wrote: > In which variable do i access the page's background color (the one set > wit the layout option "map-bg")? Fun fact ... you

Re: [Therion] Fwd: PDF output: layers nested?

2021-11-23 Thread Benedikt Hallinger
reviews (from 164-Grundriss) and also the offsets defined in 164-Hauptplan. I also tried "select 164-Grundriss -map-level basic" with the same result. Am 2021-11-23 17:01, schrieb Andrew Atkinson: On 23/11/2021 15:49, Benedikt Hallinger wrote: es, exactly, when i use "select&

Re: [Therion] Fwd: PDF output: layers nested?

2021-11-23 Thread Benedikt Hallinger
n: On 23/11/2021 15:08, Benedikt Hallinger wrote: I don't know PDF specifics, but it would be very handy to have "nested" layers, i.e. submaps as separate layers in the main layer. That would be very useful, don't know if it is possible If sublayersa re not possible, it w

[Therion] thfill with page background colour?

2021-11-23 Thread Benedikt Hallinger
Hi metapost wizards, I try to fill a label with the page background. thfill ((bbox lab)) scaled (sc * basescale * 1.5) withcolor ; For i tried "label_fill_color", which however may be a different background. I also tried "background", but that yields the cave passage background colour.

[Therion] Fwd: PDF output: layers nested?

2021-11-23 Thread Benedikt Hallinger
Hello, I currently play around with the layer feature. Currently it is so, that each "select"ed map goes in its own layer, which is fine. In my data there are nested maps however. They get collated into one big layer. I don't know PDF specifics, but it would be very handy to have "nested" la

Re: [Therion] Existing xvi background images not visible in XTherion Map Editor, insertion causes error

2021-09-17 Thread Benedikt Hallinger
This is really a fine piece of software and a good project. Thank you all for all the ongoing effort over all those years! btw. my mapping project of the hirlatz cave is approaching to cross the 70km mark soon :) Am 2021-09-17 8:42, schrieb Bruce Mutton: thanks a lot for finding out and rep

Re: [Therion] How to morph sketches

2021-06-27 Thread Benedikt Hallinger
What is the advantage of digitizing a morphed sketch over just let therion morph the raw digitized sketch? I usually just digitize the raw paper sketch and get good results. > Am 27.06.2021 um 12:43 schrieb Torsten Schnitter via Therion > : > >  > Hi > > As I read some of the last mails I ca

Re: [Therion] Main route through a cave

2021-06-13 Thread Benedikt Hallinger
Another idea would be to have an -constraint option, that can appear multiple times let therion avoid certain passages for the route calculation, like passage height or crossing of a pit; much like avoiding toll roads in a car navigation unit > Am 13.06.2021 um 21:49 schrieb Bruce Mutton : > >

Re: [Therion] Main route through a cave

2021-06-13 Thread Benedikt Hallinger
Hi, We might also differentiate the route finding symbols into two line types: one for the main junctions and one for the route in between. This way we can select if we just want to show the main junctions or all the route. Is there a way of defining custom symbol groups? This way we might creat

[Therion] therionsurfac2survex now also on mac!

2021-04-21 Thread Benedikt Hallinger
Hi, just wanted to drop a note that I just managed to compile the therionsurfac2survex tool also for mac now. You can use it to generate a surface mesh (legs with -flag surface) out of GDAL or therion surface files. This is useful if you for example want to measure distances from cave to surfac

Re: [Therion] Symbol-hide and user defined symbols ?

2021-03-09 Thread Benedikt Hallinger
, Benedikt Hallinger a écrit : See here: https://github.com/therion/therion/issues/239 Am 2021-03-09 11:41, schrieb Xavier Robert: Hello, For my Therion’s projects, I wrote a global config file (Config.thc) where I defined all the user defined symbols. In my thconfigs, I call this config file

Re: [Therion] Symbol-hide and user defined symbols ?

2021-03-09 Thread Benedikt Hallinger
See here: https://github.com/therion/therion/issues/239 Am 2021-03-09 11:41, schrieb Xavier Robert: Hello, For my Therion’s projects, I wrote a global config file (Config.thc) where I defined all the user defined symbols. In my thconfigs, I call this config file at the beginning of the file wit

[Therion] therionsurface2survex can flip grids now

2021-03-01 Thread Benedikt Hallinger
Hello, as some of you already know, the therionsurface2survex tool can generate surface meshes for aven out of therion surface or gdal grids. This allows for example to display a 3d-grid in loch and aven, and to take measures between cave and surface in aven. Today i enhanced the tool so it ca

Re: [Therion] Question about "grid" command

2021-02-24 Thread Benedikt Hallinger
to be from west to east and south to north, thus always positive. row and cols count cannot be zero or negative for obvious reasons. Stay safe! kind regards, Beni Am 2021-02-24 8:18, schrieb Benedikt Hallinger: Good morning, while debugging https://github.com/hbeni/therionsurface2survex/issues

[Therion] Question about "grid" command

2021-02-23 Thread Benedikt Hallinger
Good morning, while debugging https://github.com/hbeni/therionsurface2survex/issues/1 i stumbled upon a format question i did not give tought until yesterday. With the "grid" command you specify coordinate origin and size of a surface grid: grid Until now i assumed that: a) these d

Re: [Therion] 3D model height

2021-02-22 Thread Benedikt Hallinger
As far as i understood, when you tag your data to be in a certain coordinate system that should include all three data points when the coordinate system defines them. If you want an altitude offset, i would expect that we must manually convert. As an example: i tag my data to be wsg89, which def

Re: [Therion] 3D model height

2021-02-19 Thread Benedikt Hallinger
o length compass clino extend right 0 1 10.00 180.0 -90.0 1 2 10.00 0.0 0.0 2 3 10.00 90.0 0.0 units left right up down meters data dimensions station left right up down endcenterline endsurvey [3] Mentes a vírusoktól. www.avg.com [3] On Fri, Feb 19, 2021 at 11:49 AM Benedikt Hallinger wrote:

Re: [Therion] 3D model height

2021-02-19 Thread Benedikt Hallinger
# Hungarian EOV fix 0 647151 242509 262 kml: 19.00961011626948,47.52649337576407,291.08568208889801 291-262 = 29 m = 44m geoid height - 15m Proj4 error [2] Mentes a vírusoktól. www.avg.com [2] On Fri, Feb 19, 2021 at 11:06 AM Benedikt Hallinger wrote: Isn't EGM84 the refe

Re: [Therion] 3D model height

2021-02-19 Thread Benedikt Hallinger
.com [2] On Fri, Feb 19, 2021 at 9:18 AM Benedikt Hallinger wrote: Hi there, if you measure the altitude with a barometric device, you do not get the altitude above the ellipsoid. You have to account for that at the input of your data. With the "cs" command you define your input dat

Re: [Therion] 3D model height

2021-02-19 Thread Benedikt Hallinger
Hi there, if you measure the altitude with a barometric device, you do not get the altitude above the ellipsoid. You have to account for that at the input of your data. With the "cs" command you define your input data to be in a specific coordinate system, and also your altitude has to be giv

Re: [Therion] Removing the lines between survey stations created for surface features

2021-02-07 Thread Benedikt Hallinger
An option could be to overwrite the symbols with empty metapost ones > Am 07.02.2021 um 17:51 schrieb Tarquin Wilton-Jones via Therion > : > > Hi David, > >> Does anyone know how to remove the lines that appear between survey >> stations used for surveying around surface features? > > symbol-

Re: [Therion] Splays appearing when not selected

2021-02-03 Thread Benedikt Hallinger
checked the result. Than I shorted one of those particular scraps and added correct join. HTH Martin 2. 2. 2021 v 9:48, Benedikt Hallinger : Hm, that didn't help, unfortunately. in the meantime I also tried coloring the PDF by altitude, this is not affected and working like expected. M

Re: [Therion] endless chimneys (was: Splays appearing when not selected)

2021-02-02 Thread Benedikt Hallinger
ea created something as infinite vertical chimney. I had to comment one scrap in time from that part of cave and checked the result. Than I shorted one of those particular scraps and added correct join. HTH Martin 2. 2. 2021 v 9:48, Benedikt Hallinger : Hm, that didn't help, unfortunately.

Re: [Therion] Splays appearing when not selected

2021-02-02 Thread Benedikt Hallinger
not a perfect algorithm and in your case, there is some issue. Placing a point dimension close to the station should override this calculation. HTH, S. On Mon, 1 Feb 2021 at 23:10, Benedikt Hallinger wrote: It's hard to isolate. The structure is like this: Hirlatzhoehle/Zubringer/, where

Re: [Therion] Splays appearing when not selected

2021-02-01 Thread Benedikt Hallinger
data (2.4 km). Am 2021-02-01 21:37, schrieb Benedikt Hallinger: I try to boil it down Am 2021-02-01 21:12, schrieb Stacho Mudrak: Hmmm, even scraps extending far beyond a known station could cause a problem - usually, it is the case with steep passages. In your case, it looks like some outline

Re: [Therion] Splays appearing when not selected

2021-02-01 Thread Benedikt Hallinger
minimalistic sample? Thanks, S. On Mon, 1 Feb 2021 at 20:10, Benedikt Hallinger wrote: Hi, thanks for responding, i have the problem only tested with the lox. The red box fits nicely my selected data. The survex file also is OK. Probably it's caused by artifacts, see screenshot. Thats a

Re: [Therion] Splays appearing when not selected

2021-02-01 Thread Benedikt Hallinger
Yes, the scraps are like this (s=station:) [good scrap: s1 s2 s3] joined [bad scrap: s3 ..only walls] Am 2021-02-01 20:19, schrieb Martin Sluka via Therion: 1. 2. 2021 v 20:10, Benedikt Hallinger : Probably it's caused by artifacts, see screenshot. Thats an old bug, and caused by

Re: [Therion] Splays appearing when not selected

2021-02-01 Thread Benedikt Hallinger
aven .3d export? It would be great if we could find this bug before therion goes to debian release. S. On Mon, 1 Feb 2021 at 10:17, Benedikt Hallinger wrote: Checked it, looks good for me (data selection, and pdf map printout with people showing up again), with one exception: - I source a

Re: [Therion] Splays appearing when not selected

2021-02-01 Thread Benedikt Hallinger
e the altitude band according to the actual min/max values of the selected dataset. $ therion -v therion 5.5.6 (2020-12-27) - using Proj 7.2.1, compiled against 7.2.1 But: therion compile cdf201b5bf921 has the same behaviour. Am 2021-01-27 8:59, schrieb Benedikt Hallinger: I just did ap

Re: [Therion] Splays appearing when not selected

2021-01-27 Thread Benedikt Hallinger
I just did apt-get update, and see 5.5.6ds1-5 That is the old version, right? I do wait for 5.5.6ds1-6 ? Am 2021-01-26 16:16, schrieb Wookey: On 2021-01-24 14:40 +0100, Benedikt Hallinger wrote: Wookey, when is this expected to appear in testing? I would test it It's there now. W

Re: [Therion] Splays appearing when not selected

2021-01-24 Thread Benedikt Hallinger
Wookey, when is this expected to appear in testing? I would test it > Am 24.01.2021 um 13:57 schrieb Wookey : > > On 2021-01-23 11:34 +0100, Stacho Mudrak wrote: >> Hi Axel, >> these big numbers are just NaNs in fact. It does not affect any output - >> it just means the map has no altitude

Re: [Therion] Splays appearing when not selected

2021-01-20 Thread Benedikt Hallinger
I just recompiled and can confirm that my problem indeed was the same and is gone with therion 5.5.6+5208297 (2021-01-19) Good work! Thank you! Am 2021-01-19 22:00, schrieb Benedikt Hallinger: Hello, Axel and i had the same bug, and we noticed that when explicitely select the wall source at

Re: [Therion] Splays appearing when not selected

2021-01-19 Thread Benedikt Hallinger
Hello, Axel and i had the same bug, and we noticed that when explicitely select the wall source at the export lox command, the issue is solved ("export model -o out.lox -wall-source maps"). Personally i would assume this is a bug, because when i select datasets i would want the remaining data t

Re: [Therion] Therion 5.5.5 bug - statistics missing from header

2020-12-26 Thread Benedikt Hallinger
GLX issue seems to be fixed in the debian package! Am 2020-12-23 15:06, schrieb Benedikt Hallinger: Ok wookey, will check that regarding the glx Patch issue then. Am 23.12.2020 um 14:26 schrieb Wookey : On 2020-12-23 10:42 +0100, Stacho Mudrak wrote: I am sorry, one bug fixed, another

Re: [Therion] Therion 5.5.5 bug - statistics missing from header

2020-12-26 Thread Benedikt Hallinger
Here Explorers/etc statistics are missing with the debian package, sadly :( Am 2020-12-25 23:07, schrieb Wookey: On 2020-12-23 15:06 +0100, Benedikt Hallinger wrote: Ok wookey, will check that regarding the glx Patch issue then. > Am 23.12.2020 um 14:26 schrieb Wookey : > > On 2020

Re: [Therion] Therion 5.5.5 bug - statistics missing from header

2020-12-23 Thread Benedikt Hallinger
Ok wookey, will check that regarding the glx Patch issue then. > Am 23.12.2020 um 14:26 schrieb Wookey : > > On 2020-12-23 10:42 +0100, Stacho Mudrak wrote: >> I am sorry, one bug fixed, another introduced :/ >> It should be OK in 5a614ef. Windows binaries should be automatically built >>

Re: [Therion] Converter for Compass to Therion

2020-12-20 Thread Benedikt Hallinger
Cool! I added it to the complimentary cave softwares wiki page: https://therion.speleo.sk/wiki/contrib:complimentarycaveapps Am 2020-12-20 11:44, schrieb Roger Schuster: Hello cavers, for those of you who either use the "Compass" cave surveying package together with Therion or need to convert

Re: [Therion] Italian translation update

2020-12-16 Thread Benedikt Hallinger
That is a good way to go, it's what i always do. You can fork it via githubs website and then clone that locally. When you create and push your branch to _your_ repo, github offers an option at your forks main site to create such a pull request in the therion repo. Am 2020-12-17 0:09, schrie

Re: [Therion] FYI Therion explorer name and explored length counting insight

2020-11-28 Thread Benedikt Hallinger
Thank you very much for sharing! > Am 29.11.2020 um 06:15 schrieb Bruce Mutton : > >  > This is just an ‘I should have known better’ story, in case you are > interested… > > Learnings about map output statistics (that are or probably should have been > self-evident): > This is for a cave whe

Re: [Therion] Vertical scalebar created by Juraj Halama added to wiki

2020-11-26 Thread Benedikt Hallinger
Cool, do you have a link? :) Am 2020-11-26 11:55, schrieb Martin Sluka via Therion: Vertical scalebar created by Juraj Halama added to wiki Martin Sluka ___ Therion mailing list Therion@speleo.sk https://mailman.speleo.sk/listinfo/therion ___

Re: [Therion] Colorizing sections of centerline

2020-11-15 Thread Benedikt Hallinger
No idea, but i usually just use the generated .3d file and aven at this stage. Aven can also generate screenshots for printing, and can color the centerline based on various metrics. > Am 15.11.2020 um 12:48 schrieb Alvaro Aguilera : > > Hello everyone, > > is there a way to change the color o

Re: [Therion] Connection of Really straight mine level to surveyed passage

2020-11-15 Thread Benedikt Hallinger
Another option would be to get the coordinates of the linking mine station and fixing it, and just giving that station a „perfect“ Standards deviation (isn’t that default if not given?) > Am 14.11.2020 um 21:29 schrieb Ben Cooper : > >  > Hi Alistair > I would definitely link all the survey c

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

Re: [Therion] Symbol assign

2020-11-01 Thread Benedikt Hallinger
No idea, but i second the reques - that would be utterly useful for me too! Am 2020-11-02 8:26, schrieb Pavel Herich: 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

Re: [Therion] Creating PDF/A map files

2020-10-22 Thread Benedikt Hallinger
Hi, instalation of veraPDF was straightforward. For a test run i get this: failedChecks="1846"> This will be a long road. But your idea is quite good, as it will preserve valuable work. OTOH the PDFs are just results, what is really valuable would be the source files. And they are pretty good

Re: [Therion] Survex (loop closure) related fixes

2020-10-14 Thread Benedikt Hallinger
I just made a new issue ticket: https://github.com/therion/therion/issues/278 Am 2020-10-14 22:53, schrieb Benedikt Hallinger: Hi there, i performed a git bisect (the very first in my lifetime, and that is really a nice and easy tool to search such things!!!). The commits at and before

Re: [Therion] Survex (loop closure) related fixes

2020-10-14 Thread Benedikt Hallinger
:32, schrieb Wookey: On 2020-10-14 22:05 +0200, Benedikt Hallinger wrote: OK, now i got something. Guess what - one of about 5 compiles runs trough. This leads me to think that there is a race condition or something else somewhere, overwriting memory of the to-be-checked string. I'm pretty sure

Re: [Therion] Survex (loop closure) related fixes

2020-10-14 Thread Benedikt Hallinger
OK, now i got something. Guess what - one of about 5 compiles runs trough. This leads me to think that there is a race condition or something else somewhere, overwriting memory of the to-be-checked string. I'm pretty sure now that this is not a problem with the dataset per se, but some memory i

Re: [Therion] Survex (loop closure) related fixes

2020-10-14 Thread Benedikt Hallinger
I sent Martin a dataset to investigate. Hopefully he can spot something... Am 2020-10-14 21:40, schrieb Benedikt Hallinger: Hello all, thanks for all the hints. What about multifile search for”P]” in text files? It is quite strange combination of characters and they are part of ASCII set. I

Re: [Therion] Survex (loop closure) related fixes

2020-10-14 Thread Benedikt Hallinger
some string buffer runs over when gathering all the cartographers? or that something else messes stuff up memory-wise, because the dataset is so big already? I'm out of ideas. Am 2020-10-14 20:34, schrieb Benedikt Hallinger: Hey Martin, thanks for responding. The exact same dataset com

Re: [Therion] Survex (loop closure) related fixes

2020-10-14 Thread Benedikt Hallinger
') I probably need to wade trough the data manually. Am 2020-10-14 20:04, schrieb Martin Budaj: On Wed, Oct 14, 2020 at 10:38 AM Benedikt Hallinger wrote: When trying to compile a specific plan map view PDF i get an error about UTF8. The compile runs fine with release-therion 5.5.1,

Re: [Therion] Survex (loop closure) related fixes

2020-10-14 Thread Benedikt Hallinger
again (then showing the people of course). The same is true with "statistics carto all". Why does turning off the carto yield invalid UTF8 data? Am 2020-10-14 10:38, schrieb Benedikt Hallinger: I tried to compile the model of the Hirlatz cave with it and it looks good, from a big pi

Re: [Therion] Survex (loop closure) related fixes

2020-10-14 Thread Benedikt Hallinger
I tried to compile the model of the Hirlatz cave with it and it looks good, from a big picture view. The passages shifted sometimes slightly, as expected. When trying to compile a specific plan map view PDF i get an error about UTF8. The compile runs fine with release-therion 5.5.1, however! (

Re: [Therion] Therion uses wrong declination for surveys 'in the future'

2020-10-05 Thread Benedikt Hallinger
Couldn't this be just some data file in the therion installation directory? This could be replaced by any means (like copying yourself, for instance and fallback). An online updater would be cool, tough. Am 2020-10-06 3:34, schrieb Wookey: On 2020-10-05 23:54 +0200, Matthias Keller wrote:

Re: [Therion] Therion uses wrong declination for surveys 'in the future'

2020-10-05 Thread Benedikt Hallinger
Falling hard with an appropriate error message would be good: it’s obvious then that the available data is invalid, and why. And the message should include the hint to the declination command to fix this. > Am 05.10.2020 um 20:40 schrieb Bruce Mutton : > >  > Hi Matt > I think these issues hav

Re: [Therion] maps off solves unexpected scrap stacking order where no maps are defined

2020-09-27 Thread Benedikt Hallinger
Wow-that surely is not easy to figure out i think. But at least you have a dataset to reproduce this! My naive guess is that when no Maps are defined and maps-off Not in effect, that sometimes the order of definition plays a role too? Btw, i love maps-off and that was a feature i was wanting a l

Re: [Therion] Command extend

2020-09-06 Thread Benedikt Hallinger
Yes, you are right. > Am 06.09.2020 um 12:58 schrieb Markus Boldt : > >  > Hi all, > the command „extend“ comes in the loop centerline / endcenterline in the > TH-File – right? > Best > Markus > > ___ > Therion mailing list > Therion@speleo.sk > htt

Re: [Therion] epsg:3794 - PROJ4 library: -1 (no arguments in initialization list)

2020-06-29 Thread Benedikt Hallinger
Hi there, we had a similar error a while ago. Reason was that proj lib was upgraded and therion was not compatible with that at the time, but that was fixed already for some time now. Which therion version are you using? Am 2020-06-29 23:00, schrieb Rhys Tyers: Hello, I'm trying to compile

Re: [Therion] LOX: Measure distance from station to surface

2020-06-16 Thread Benedikt Hallinger
Hello, i just uploaded an updated version of the 1.0 release, which now contains also a Windows .exe binary in the release tar.gz archive. :) > Am 31.03.2020 um 12:59 schrieb Benedikt Hallinger : > > Hi there, > i released version 1.0 of therionsurface2survex > (https://g

Re: [Therion] North arrow and magnetic declination

2020-05-27 Thread Benedikt Hallinger
It is map compile time and it shows the declination for the day of map compilation: As i understood, when compiling the map all directions are converted to geographic north, because the station positions are georeferenced to the coorindates. There, the date of the survey is taken into account

Re: [Therion] new Therion 5.5.0

2020-05-01 Thread Benedikt Hallinger
Thanks for clarifying, i could imagine this is good for version control too :) Am 2020-05-01 23:30, schrieb Olly Betts: On Fri, May 01, 2020 at 09:22:31PM +0200, Benedikt Hallinger wrote: what does --reproducible-output exactly do? i cannot derive this from the thbook. What does reproducible

Re: [Therion] new Therion 5.5.0

2020-05-01 Thread Benedikt Hallinger
Miskovic) and Slovenian [PR#142] translations * updated Portuguese translation [PR#170,220] * thbook improvements by Benedikt Hallinger [PR#161,162] * bugs fixed - spelling in some thbook chapters - html and kml output [PR#145,150] - extend ingore fixed

Re: [Therion] Therion does not write valid colour by horizontal or vertical error data to 3d output

2020-04-26 Thread Benedikt Hallinger
What is the expected data therion should write instead? > Am 26.04.2020 um 07:00 schrieb Bruce Mutton : > >  > A while back Survex 1.43 improved the ability of Aven to visualise loop > misclosures. > Not only can it colour by error, it can now colour by horizontal or vertical > loop error. >

Re: [Therion] Hatching profiles and extended elevations

2020-04-18 Thread Benedikt Hallinger
Hello, for the hatches: maybe you could do a custom area symbol and use it with "clip off" option. I don't know if this is supported, but it might work. You could try it with some other area first... And the section arrows are easy by a line option (see thbook p. 29): "direction ▷ can be used

Re: [Therion] Sketches on doesn't work / legacy survey

2020-04-15 Thread Benedikt Hallinger
What Tarquin said: You can use "symbol-hide group cave-centerline" to hide all centerline relevant symbols. Am 2020-04-15 20:19, schrieb Tarquin Wilton-Jones via Therion: symbol-hide line centerline does *not *work (unknown symbol centreline is not a valid line type, so you cannot use the ke

Re: [Therion] Question for lox generating strange spikes at passage end

2020-04-14 Thread Benedikt Hallinger
Hello, i fiddled more with the data, but to no avail. It seems its something in lochs extrapolation code using misaligned data or something... Is this reproducible at your setup? > Am 31.03.2020 um 18:26 schrieb Benedikt Hallinger : > > Hello, > in a dataset i get a strange behavi

Re: [Therion] Command line Therion on Windows

2020-04-05 Thread Benedikt Hallinger
in XTherion. I tried to have a look through the Therion > source to see what the difference is between how XTherion parses file paths > and how Therion command line parses file paths but I am not a C developer (or > anything close) and could not work it out. > >> On Sat, 4 Apr

Re: [Therion] Command line Therion on Windows

2020-04-04 Thread Benedikt Hallinger
Wed had a similar problem and resorted to make everywhere unix slashes. It would be cool if therion would parse that to backslash reference on windows when parsing filepaths. Am 2020-04-05 0:16, schrieb Rhys Tyers: I think so. If I change the first file path to have backslashes then the error

[Therion] Question for lox generating strange spikes at passage end

2020-03-31 Thread Benedikt Hallinger
Hello, in a dataset i get a strange behavior regarding the loch model at passage ends: At station 1.10 a weird spike is produced in the loch model, that should not be there. If one comments out some branch that is not located near 1.10, the problem goes away. What causes these spikes? Atta

Re: [Therion] LOX: Measure distance from station to surface

2020-03-31 Thread Benedikt Hallinger
tool adds it itself? [2] would be my preferred way because it allows better control about further usage, also integration is more straightforward. Am 2020-03-28 1:21, schrieb Benedikt Hallinger: Thanks, but i'm not into python :) Am 2020-03-28 1:18, schrieb Philippe Vernant: Hi, There

Re: [Therion] LOX: Measure distance from station to surface

2020-03-27 Thread Benedikt Hallinger
under Python, if they have implemented the function in the library, everything could be wrapped up in a single python script. Cheers, Phil On 28 Mar 2020, at 00:28, Benedikt Hallinger wrote: cavern had eaten itself, but after pushing ctrl-c in the shell running therion, the 3d file was wr

Re: [Therion] LOX: Measure distance from station to surface

2020-03-27 Thread Benedikt Hallinger
, schrieb Benedikt Hallinger: Hi there, i just wrote a small tool to do the conversion from a therion surface mesh into survex format: https://github.com/hbeni/therionsurface2survex It would be nice if some C++ programmers can look over the code as this is my first c++ endeavour. The program basically

Re: [Therion] LOX: Measure distance from station to surface

2020-03-27 Thread Benedikt Hallinger
Hi there, i just wrote a small tool to do the conversion from a therion surface mesh into survex format: https://github.com/hbeni/therionsurface2survex It would be nice if some C++ programmers can look over the code as this is my first c++ endeavour. The program basically parses the therion

Re: [Therion] LOX: Measure distance from station to surface

2020-03-26 Thread Benedikt Hallinger
Yes i did. Thanks for that hint. However, my aven does not enable me to avtivate it in the view menu, its disabled (greyed out), i assume because i do not have surface data in the file? How do i tell therion to export this? Am 2020-03-26 23:06, schrieb Tarquin Wilton-Jones: enable surface in

Re: [Therion] LOX: Measure distance from station to surface

2020-03-26 Thread Benedikt Hallinger
Hello, do i need some special options aside from "export model -o model.3d" to enable surface in aven? If i try to enable the surface legs, aven prompts me to open some file... Am 2020-03-26 22:49, schrieb Tarquin Wilton-Jones via Therion: does anybody know how i can measure the distance from

[Therion] LOX: Measure distance from station to surface

2020-03-26 Thread Benedikt Hallinger
Hello, does anybody know how i can measure the distance from a given station to the surface, when i have a surface model loaded? Thanks, Beni ___ Therion mailing list Therion@speleo.sk https://mailman.speleo.sk/listinfo/therion

Re: [Therion] New DEM data from NASA

2020-03-07 Thread Benedikt Hallinger
Here :) Am 2020-03-07 14:27, schrieb Rodrigo Severo via Therion: ‐‐‐ Original Message ‐‐‐ On Friday, March 6, 2020 9:34 AM, Benedikt Hallinger wrote: ... if it is needed, i can translate it to English. Just say so and i try to squeeze out some time... It would certainly help a

Re: [Therion] New DEM data from NASA

2020-03-06 Thread Benedikt Hallinger
... if it is needed, i can translate it to English. Just say so and i try to squeeze out some time... > Am 06.03.2020 um 13:13 schrieb Benedikt Hallinger : > >  > here it comes :) > > It uses LIDAR data from austrian sourves, but should be able to be adapted > accord

Re: [Therion] New DEM data from NASA

2020-03-06 Thread Benedikt Hallinger
here it comes :)It uses LIDAR data from austrian sourves, but should be able to be adapted accordingly. I hoe it gives some hints.Feel free to modify and share! generate.sh Description: Binary data Am 06.03.2020 um 12:26 schrieb Wookey :On 2020-03-06 09:02 +0100, Benedikt Hallinger wrote:I have

Re: [Therion] New DEM data from NASA

2020-03-06 Thread Benedikt Hallinger
I have a (german commented) bash script doing this. Only thing is that it is hatdcoded fir a specific case, but it shows the commands imvolved. Should i post it to you? > Am 06.03.2020 um 08:31 schrieb Paweł Krawczyk via Therion : > > On 06/03/2020 07:12, Benedikt Hallinger wrote:

Re: [Therion] New DEM data from NASA

2020-03-05 Thread Benedikt Hallinger
Hello, could gdal be of use here? At least it is what i use to process LIDAR data an i think i used it also to process aster+srtm data (including patching voids from the one with the other) > Am 05.03.2020 um 23:48 schrieb Paweł Krawczyk via Therion : > >  > On 05/03/2020 20:39, Martin Sluka vi

Re: [Therion] Need metapost wizard: new text label

2020-03-04 Thread Benedikt Hallinger
Hello again. I freshly copy-pasted your examples and now it works. I must have made something wrong like you described (therion 5.4.4 (2019-05-01)). Tanks! Am 2020-03-04 15:08, schrieb Tarquin Wilton-Jones via Therion: example code there does not work here for some reason (compile error).

Re: [Therion] Need metapost wizard: new text label

2020-03-04 Thread Benedikt Hallinger
Hello Tarquin, i tweaked and fiddled around and now have a version that correctly scales, rotates and aligns. Your wiki page hint helped, but i already found it in the past... The example code there does not work here for some reason (compile error). But anyhow, to answer your question regard

  1   2   3   >