Re: [Therion] finding coordinates of specific station

2023-05-08 Thread Martin Sluka via Therion
Export .3d file.

Open in Aven from Survex.

File -> Export as… -> CSV

Easting,Northing,Altitude,Station Name
400486.34,5420139.72,1596.05,dumbier.D-IX
400424.86,5420085.85,1586.20,dumbier.D-XI
400488.44,5420099.51,1625.45,dumbier.D_6.1.0
400487.92,5420099.47,1624.57,dumbier.D_6.1.1

Martin


> 5. 5. 2023 v 9:48, Ofir Shemesh :
> 
> hi,
> can I find the coordinates of a specific station?
> for example:
> having a survey with 10 stations,
> station 6 has "fix" coordinates, and is the only station with known 
> coordinates.
> i want to find the coordinates for station 2 & 8.
> how?
> 
> Thanks,
> Ofir.
> ___
> 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] 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, if needed in 
batch or repetive.



Am 2023-05-05 10:38, schrieb Tarquin Wilton-Jones via Therion:

Hi Ofir,


can I find the coordinates of a specific station?
for example:
having a survey with 10 stations,
station 6 has "fix" coordinates, and is the only station with
known coordinates.
i want to find the coordinates for station 2 & 8.
how?


1. Export a survex .3d file. Open it in Survex's "Aven" (the .3d
viewer). Hover any station, and the coordinates appear in the status 
bar

at the bottom of the window.

2. With Therion, if you label a station as an "entrance":

survey foo -title "mycave" -entrance 2
  centreline
station 2 "mycave main" entrance
station 8 "mycave secondary" entrance

Then when you export a cave-list, it can give you the coordinates of
that station:

export cave-list -surveys on -location on -o cavelist.html

There may be other approaches too.

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


Re: [Therion] finding coordinates of specific station

2023-05-05 Thread Tarquin Wilton-Jones via Therion
Hi Ofir,

> can I find the coordinates of a specific station?
> for example:
> having a survey with 10 stations,
> station 6 has "fix" coordinates, and is the only station with
> known coordinates.
> i want to find the coordinates for station 2 & 8.
> how?

1. Export a survex .3d file. Open it in Survex's "Aven" (the .3d
viewer). Hover any station, and the coordinates appear in the status bar
at the bottom of the window.

2. With Therion, if you label a station as an "entrance":

survey foo -title "mycave" -entrance 2
  centreline
station 2 "mycave main" entrance
station 8 "mycave secondary" entrance

Then when you export a cave-list, it can give you the coordinates of
that station:

export cave-list -surveys on -location on -o cavelist.html

There may be other approaches too.

Cheers,

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


[Therion] finding coordinates of specific station

2023-05-05 Thread Ofir Shemesh
hi,
can I find the coordinates of a specific station?
for example:
having a survey with 10 stations,
station 6 has "fix" coordinates, and is the only station with
known coordinates.
i want to find the coordinates for station 2 & 8.
how?

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