[Therion] OFFTOPIC: how to get geographic coordinates (LAT/LONG) of all stations of a centerline?
Thomas Holder
thomas at thomas-holder.de
Mon Sep 15 12:19:28 CEST 2025
Hi Rodrigo,
Given a Survex 3d file, you can use dump3d and cs2cs on the command line.
E.g. if the 3d file is in UTM33:
dump3d myfile.3d | grep '^NODE' | cut -d' ' -f2-5 > myfile-stations.txt
cs2cs -f "%.6f" +proj=utm +zone=33 +to +proj=longlat
myfile-stations.txt > myfile-longlat.txt
Cheers,
Thomas
On Mon, Sep 15, 2025 at 11:35 AM Rodrigo Severo via Therion
<therion at speleo.sk> wrote:
>
> Hi,
>
>
> I know this question is offtopic but I could not think a better place to ask: how to get geographic coordinates (LAT/LONG) of all stations of a centerline?
>
> I have been asked to produced geographic coordinates of all stations of a centerline by some friends.
>
> Does anybody knows how to do it inTherion, Survex or whatever software?
>
>
> Thanks in advance for any help.
>
> Rodrigo
> _______________________________________________
> Therion mailing list
> Therion at speleo.sk
> https://mailman.speleo.sk/listinfo/therion
More information about the Therion
mailing list