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.

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] 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 S

[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. ___