Re: [Therion] Splays appearing when not selected

2021-01-22 Thread Rhys Tyers
Fixed for me, thanks Stacho.

On Fri, 22 Jan 2021 at 08:16, Axel  wrote:

> morning,
>
> just had time to try the fix (5.5.6+5208297) and it solves the issue
> Benedikt mentioned in my projects as well,
> thx!
>
> also had another look at my cavern error -- 1 issue (label with attr
> selected in layout/ wont compile unless -d option is choosen).
> looking at the map/scrap selection I get huge numbers for the map and
> wonder if that might cause the problem? I draw all my maps with Inkscape
> but checked the th2 files and found nothing strange+ it compiles without a
> problem with the normal label...
>
> ### export maps & scraps selection #
> M
> -8000.00
> IH_HauptPlan@IH ()
> M
> -8000.00
> 02-plan-o...@02.ih ()
> S  1643.48  02-plan...@02.ih ()
> S  1634.82  02-plan...@02.ih ()
> M
> -8000.00
> 02-plan-saueleng...@02.ih ()
> S  1674.29  02-plan2...@02.ih ()
> S  1673.77  02-plan...@02.ih ()
>
> cheers,
> Axel
>
> *Gesendet:* Mittwoch, 20. Januar 2021 um 09:10 Uhr
> *Von:* "Benedikt Hallinger" 
> *An:* "List for Therion users" 
> *Betreff:* Re: [Therion] Splays appearing when not selected
> 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 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 to be not present in my
> > output. That is the purpose of selecting in the first place, isn’t it?
> >
> >
> >> Am 19.01.2021 um 15:48 schrieb Tarquin Wilton-Jones via Therion
> >> :
> >>
> >> Hi Rhys,
> >>
> >>> I have noticed something that I am not sure if it's a bug or not. I
> >>> am
> >>> trying to export a selected bit of a survey as a loch file:
> >>
> >> From my experience...
> >> Lox file export will always select all of the survey that were
> >> imported.
> >> It will generate walls using all splays. It will use all scraps to
> >> enhance the passage walls, even if you do not select them. If they
> >> exist
> >> in any surveys or subsurveys, they are used, no matter which survey or
> >> map is selected.
> >>
> >> I always assumed this was intentional behaviour.
> >>
> >> Personally, I have wanted to be able to select the specific maps that
> >> should be used for lox, since I may have more than one version of a
> >> survey in my data - traces over an old low quality survey, and a new
> >> high quality survey of the same cave. Lox export insists on trying to
> >> merge both versions rather than being able to select just one of them.
> >>
> >> Cheers,
> >>
> >> Tarquin
> >> ___
> >> 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 mailing list
Therion@speleo.sk
https://mailman.speleo.sk/listinfo/therion


Re: [Therion] Matrix of heights from Lidar data?

2021-01-22 Thread Pavel Herich

GDAL is solution, from GeoTiff:
konvert lidar - f.e. from original 0.5m to 2m
gdalwarp -tr 2 2 -r cubic DMR_Zlomiska.tif 2x2.tif

then, convert for therion sufrace...
gdal_translate -of AAIGrid 2x2.tif 2x2.txt

Paľo


Dňa 2021-01-22 13:09 Martin Sluka via Therion napísal(a):

Hi,

anybody has a recipe how to extract matrix of heights from Lidar data
preferred a free solution.

Martin
___
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] Matrix of heights from Lidar data?

2021-01-22 Thread Martin Sluka via Therion
Hi,

anybody has a recipe how to extract matrix of heights from Lidar data preferred 
a free solution.

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


Re: [Therion] Splays appearing when not selected

2021-01-22 Thread Axel
morning,

 

just had time to try the fix (5.5.6+5208297) and it solves the issue Benedikt mentioned in my projects as well,
thx!

 

also had another look at my cavern error -- 1 issue (label with attr selected in layout/ wont compile unless -d option is choosen).

looking at the map/scrap selection I get huge numbers for the map and wonder if that might cause the problem? I draw all my maps with Inkscape but checked the th2 files and found nothing strange+ it compiles without a problem with the normal label...

 

### export maps & scraps selection #
M -8000.00 IH_HauptPlan@IH ()
M -8000.00 02-plan-o...@02.ih ()
S  1643.48  02-plan...@02.ih ()
S  1634.82  02-plan...@02.ih ()
M -8000.00 02-plan-saueleng...@02.ih ()
S  1674.29  02-plan2...@02.ih ()
S  1673.77  02-plan...@02.ih ()

 

cheers,

Axel


 

Gesendet: Mittwoch, 20. Januar 2021 um 09:10 Uhr
Von: "Benedikt Hallinger" 
An: "List for Therion users" 
Betreff: Re: [Therion] Splays appearing when not selected

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 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 to be not present in my
> output. That is the purpose of selecting in the first place, isn’t it?
>
>
>> Am 19.01.2021 um 15:48 schrieb Tarquin Wilton-Jones via Therion
>> :
>>
>> Hi Rhys,
>>
>>> I have noticed something that I am not sure if it's a bug or not. I
>>> am
>>> trying to export a selected bit of a survey as a loch file:
>>
>> From my experience...
>> Lox file export will always select all of the survey that were
>> imported.
>> It will generate walls using all splays. It will use all scraps to
>> enhance the passage walls, even if you do not select them. If they
>> exist
>> in any surveys or subsurveys, they are used, no matter which survey or
>> map is selected.
>>
>> I always assumed this was intentional behaviour.
>>
>> Personally, I have wanted to be able to select the specific maps that
>> should be used for lox, since I may have more than one version of a
>> survey in my data - traces over an old low quality survey, and a new
>> high quality survey of the same cave. Lox export insists on trying to
>> merge both versions rather than being able to select just one of them.
>>
>> Cheers,
>>
>> Tarquin
>> ___
>> 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