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 <[email protected]> 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 > [email protected] > https://mailman.speleo.sk/listinfo/therion _______________________________________________ Therion mailing list [email protected] https://mailman.speleo.sk/listinfo/therion
